Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(321)

Unified Diff: samples/BUILD.gn

Issue 1517653003: Fix BUILD.gn to load the correct V8 snapshot configuration (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@xfa
Patch Set: Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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" ]
}
« no previous file with comments | « BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698