summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn2
1 files changed, 2 insertions, 0 deletions
diff --git a/BUILD.gn b/BUILD.gn
index 4931249122..2355bb3122 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -2960,6 +2960,7 @@ test("pdfium_unittests") {
}
if (pdf_enable_v8) {
sources += [
+ "fxjs/cfx_v8_unittest.cpp",
"fxjs/cjs_publicmethods_unittest.cpp",
"fxjs/cjs_util_unittest.cpp",
]
@@ -2967,6 +2968,7 @@ test("pdfium_unittests") {
"//v8",
"//v8/include",
]
+ configs += [ "//v8:external_startup_data" ]
}
configs += [ ":pdfium_core_config" ]
if (is_android) {