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