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

Unified Diff: build/config/BUILDCONFIG.gn

Issue 1351623003: Remove transitional GN build variable. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.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/config/BUILDCONFIG.gn
diff --git a/build/config/BUILDCONFIG.gn b/build/config/BUILDCONFIG.gn
index 71161b086acea93df649bbdedb8d299845338d5a..8bda2cd71ecd7fb4e20f1b1004271bd1f447f481 100644
--- a/build/config/BUILDCONFIG.gn
+++ b/build/config/BUILDCONFIG.gn
@@ -158,22 +158,6 @@ declare_args() {
# be non-global.
using_new_global_compiler_configs = true
-# To assist in a multi-sided landing of updating the default optimization
-# config. When false, this file sets up the default optimization config to be
-# either "no_optimize" (debug) or "optimize" (release). When true it will
-# always set the config "default_optimization".
-#
-# TODO(brettw) remove this when all repos are updated.
-using_new_optimization_config = true
-
-# To assist in a multi-sided landing of updating the default optimization
-# config. When false, this file sets up the default optimization config to be
-# either "no_optimize" (debug) or "optimize" (release). When true it will
-# always set the config "default_optimization".
-#
-# TODO(brettw) remove this when all repos are updated.
-using_new_optimization_config = true
-
# =============================================================================
# OS DEFINITIONS
# =============================================================================
« 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