summaryrefslogtreecommitdiff
path: root/core/fxcodec/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'core/fxcodec/BUILD.gn')
-rw-r--r--core/fxcodec/BUILD.gn7
1 files changed, 7 insertions, 0 deletions
diff --git a/core/fxcodec/BUILD.gn b/core/fxcodec/BUILD.gn
index 1c68956711..e09b7a61cd 100644
--- a/core/fxcodec/BUILD.gn
+++ b/core/fxcodec/BUILD.gn
@@ -147,3 +147,10 @@ pdfium_unittest_source_set("unittests") {
]
}
}
+
+pdfium_embeddertest_source_set("embeddertests") {
+ sources = [
+ "codec/fx_codec_embeddertest.cpp",
+ ]
+ pdfium_root_dir = "../../"
+}