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

Unified Diff: build/common.gypi

Issue 27708002: GYP variable v8_optimized_debug should be overridable by GYP_DEFINES (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index 2cc022421a3a52161663b80af7747c45d2f7a555..f14afb3838b0b8432868cc0551dd47362496b4cd 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -724,9 +724,9 @@
# on android_clang, where we're hitting a weird linker error.
# TODO(dpranke): http://crbug.com/266155 .
['OS=="android"', {
- 'v8_optimized_debug': 1,
+ 'v8_optimized_debug%': 1,
}, {
- 'v8_optimized_debug': 2,
+ 'v8_optimized_debug%': 2,
}],
],
@@ -885,7 +885,7 @@
'data_reduction_proxy_probe_url%': '<(data_reduction_proxy_probe_url)',
'enable_mdns%' : '<(enable_mdns)',
'enable_enhanced_bookmarks%' : '<(enable_enhanced_bookmarks)',
- 'v8_optimized_debug': '<(v8_optimized_debug)',
+ 'v8_optimized_debug%': '<(v8_optimized_debug)',
'proprietary_codecs%': '<(proprietary_codecs)',
# Use system nspr instead of the bundled one.
« 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