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

Unified Diff: build_overrides/v8.gni

Issue 2153753002: [gn] Set correct defaults for some gn args (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 5 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
« BUILD.gn ('K') | « BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build_overrides/v8.gni
diff --git a/build_overrides/v8.gni b/build_overrides/v8.gni
index 5dcd67257a8e40443db653b45cea8e2394efdbe3..7ba4d58384975606ab439462df617497c1cfa0fa 100644
--- a/build_overrides/v8.gni
+++ b/build_overrides/v8.gni
@@ -16,10 +16,10 @@ if (((v8_target_cpu == "x86" ||
v8_target_cpu=="x87") &&
(is_linux || is_mac)) ||
(v8_target_cpu == "ppc64" && is_linux)) {
- v8_enable_gdbjit = true
+ v8_enable_gdbjit_default = true
}
-v8_imminent_deprecation_warnings = true
+v8_imminent_deprecation_warnings_default = true
# Add simple extras solely for the purpose of the cctests.
v8_extra_library_files = [ "//test/cctest/test-extra.js" ]
« BUILD.gn ('K') | « BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698