Index: BUILD.gn |
diff --git a/BUILD.gn b/BUILD.gn |
index f72c3e4880751aa7802f3079a93d592d5c9a7be6..df680c3d97b889f78e32290e6f2d843041ed54db 100644 |
--- a/BUILD.gn |
+++ b/BUILD.gn |
@@ -2,6 +2,7 @@ |
# Use of this source code is governed by a BSD-style license that can be |
# found in the LICENSE file. |
+import("//build_overrides/v8.gni") |
import("//testing/test.gni") |
import("pdfium.gni") |
@@ -183,6 +184,7 @@ source_set("test_support") { |
"//v8", |
"//v8/include", |
] |
+ configs += [ "//v8:external_startup_data" ] |
} |
configs += [ ":pdfium_config" ] |
} |
@@ -725,6 +727,7 @@ static_library("javascript") { |
public_deps = [ |
"//v8", |
] |
+ configs += [ "//v8:external_startup_data" ] |
} else { |
sources += [ "fpdfsdk/src/javascript/JS_Runtime_Stub.cpp" ] |
} |
@@ -1522,6 +1525,7 @@ test("pdfium_embeddertests") { |
"//v8", |
"//v8/include", |
] |
+ configs += [ "//v8:external_startup_data" ] |
} |
configs += [ ":pdfium_config" ] |
} |