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

Unified Diff: gin/BUILD.gn

Issue 1413893003: Move v8_use_external_startup_data out of //build/config:feature_flags. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@remove_v8_module_args
Patch Set: Created 5 years, 2 months 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
Index: gin/BUILD.gn
diff --git a/gin/BUILD.gn b/gin/BUILD.gn
index 5dc1aa81ed26d9ba141e161e741fa14071bf3373..3e3657705c489411c29f49412128ac81742d54d3 100644
--- a/gin/BUILD.gn
+++ b/gin/BUILD.gn
@@ -89,6 +89,10 @@ component("gin") {
sources += [ "$target_gen_dir/v8_snapshot_fingerprint.cc" ]
defines += [ "V8_VERIFY_EXTERNAL_STARTUP_DATA" ]
}
+
+ if (v8_use_external_startup_data) {
+ configs += [ "//v8:external_startup_data" ]
+ }
}
if (v8_use_external_startup_data) {
« chrome/plugin/BUILD.gn ('K') | « content/test/BUILD.gn ('k') | media/blink/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698