From 7ed503d2dbe0b51550f85df1c47990d12eb68f59 Mon Sep 17 00:00:00 2001 From: Jochen Eisinger Date: Thu, 10 Dec 2015 14:38:06 +0100 Subject: Fix BUILD.gn to load the correct V8 snapshot configuration BUG=pdfium:299 TBR=tsepez@chromium.org Review URL: https://codereview.chromium.org/1520443002 . (cherry picked from commit 94edf0c37d1ee6a03697375b9e227071ff2ee69d) Review URL: https://codereview.chromium.org/1517653003 . --- samples/BUILD.gn | 2 ++ 1 file changed, 2 insertions(+) (limited to 'samples') diff --git a/samples/BUILD.gn b/samples/BUILD.gn index e1192c4a43..e3652086e4 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" ] } -- cgit v1.2.3