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

Unified Diff: build/config/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: make config be always defined 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
« no previous file with comments | « no previous file | chrome/plugin/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/config/BUILD.gn
diff --git a/build/config/BUILD.gn b/build/config/BUILD.gn
index 64077ccf26eb8c96c87f03eef933b5afa9b966bb..6573cb472e7f38ce99c286bf8fe02adf4bb8cf7a 100644
--- a/build/config/BUILD.gn
+++ b/build/config/BUILD.gn
@@ -8,7 +8,6 @@ import("//build/config/crypto.gni")
import("//build/config/features.gni")
import("//build/config/sanitizers/sanitizers.gni")
import("//build/config/ui.gni")
-import("//build_overrides/v8.gni")
import("//build/toolchain/goma.gni")
declare_args() {
@@ -243,9 +242,6 @@ config("feature_flags") {
if (enable_hangout_services_extension) {
defines += [ "ENABLE_HANGOUT_SERVICES_EXTENSION=1" ]
}
- if (v8_use_external_startup_data) {
- defines += [ "V8_USE_EXTERNAL_STARTUP_DATA" ]
- }
if (enable_background) {
defines += [ "ENABLE_BACKGROUND=1" ]
}
« no previous file with comments | « no previous file | chrome/plugin/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698