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

Unified Diff: build/common.gypi

Issue 25932002: Revert "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 6210f82303f32ba01f0bcb49d441fa90468f1de9..f9d2ca0ad8be559af01149becf8be2db7a505f89 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -736,9 +736,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,
}],
],
@@ -897,7 +897,7 @@
'spdy_proxy_auth_value%': '<(spdy_proxy_auth_value)',
'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