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

Unified Diff: BUILD.gn

Issue 1338163003: Remove transitional GN code. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 3 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index 964be8f9ce8f3b6f6a11540f6779dcd61ff33e7d..cfeeeb0027bdbca876eb1886f122133d44196438 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -1537,11 +1537,7 @@ source_set("v8_base") {
]
if (!is_debug) {
- if (using_new_optimization_config) {
- configs -= [ "//build/config/compiler:default_optimization" ]
- } else {
- configs -= [ "//build/config/compiler:optimize" ]
- }
+ configs -= [ "//build/config/compiler:default_optimization" ]
configs += [ "//build/config/compiler:optimize_max" ]
}
@@ -1640,11 +1636,7 @@ source_set("v8_libbase") {
]
if (!is_debug) {
- if (using_new_optimization_config) {
- configs -= [ "//build/config/compiler:default_optimization" ]
- } else {
- configs -= [ "//build/config/compiler:optimize" ]
- }
+ configs -= [ "//build/config/compiler:default_optimization" ]
configs += [ "//build/config/compiler:optimize_max" ]
}
@@ -1711,11 +1703,7 @@ source_set("v8_libplatform") {
]
if (!is_debug) {
- if (using_new_optimization_config) {
- configs -= [ "//build/config/compiler:default_optimization" ]
- } else {
- configs -= [ "//build/config/compiler:optimize" ]
- }
+ configs -= [ "//build/config/compiler:default_optimization" ]
configs += [ "//build/config/compiler:optimize_max" ]
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698