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

Unified Diff: net/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: net/BUILD.gn
diff --git a/net/BUILD.gn b/net/BUILD.gn
index 319e1e7064a5ca6a8964d0601fc82f94242bf39a..1b3dd93349de948db55704ee40f26b1f109b559b 100644
--- a/net/BUILD.gn
+++ b/net/BUILD.gn
@@ -742,6 +742,10 @@ if (use_v8_in_net) {
"//build/config/compiler:wexit_time_destructors",
]
+ if (v8_use_external_startup_data) {
+ configs += [ "//v8:external_startup_data" ]
+ }
+
public_deps = [
":net",
]
« chrome/plugin/BUILD.gn ('K') | « media/blink/BUILD.gn ('k') | ppapi/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698