summaryrefslogtreecommitdiff
path: root/core/fpdftext/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'core/fpdftext/BUILD.gn')
-rw-r--r--core/fpdftext/BUILD.gn11
1 files changed, 11 insertions, 0 deletions
diff --git a/core/fpdftext/BUILD.gn b/core/fpdftext/BUILD.gn
index 1319c62c7d..2192df6a72 100644
--- a/core/fpdftext/BUILD.gn
+++ b/core/fpdftext/BUILD.gn
@@ -4,6 +4,7 @@
import("//build/config/jumbo.gni")
import("../../pdfium.gni")
+import("../../testing/test.gni")
jumbo_source_set("fpdftext") {
sources = [
@@ -25,3 +26,13 @@ jumbo_source_set("fpdftext") {
]
visibility = [ "../../*" ]
}
+
+pdfium_unittest_source_set("unittests") {
+ sources = [
+ "cpdf_linkextract_unittest.cpp",
+ ]
+ deps = [
+ ":fpdftext",
+ ]
+ pdfium_root_dir = "../../"
+}