Index: samples/BUILD.gn |
diff --git a/samples/BUILD.gn b/samples/BUILD.gn |
index e1192c4a431c418f811c4a59b657111e2e65666c..e3652086e4cb0c6ed8900e5b2bff33290bbc3cb3 100644 |
--- a/samples/BUILD.gn |
+++ b/samples/BUILD.gn |
@@ -3,6 +3,7 @@ |
# found in the LICENSE file. |
import("//build/config/sanitizers/sanitizers.gni") |
+import("//build_overrides/v8.gni") |
import("../pdfium.gni") |
group("samples") { |
@@ -54,6 +55,7 @@ executable("pdfium_test") { |
"//v8", |
"//v8/include", |
] |
+ configs += [ "//v8:external_startup_data" ] |
} |
configs += [ ":pdfium_samples_config" ] |
} |