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

Unified Diff: build/common.gypi

Issue 200753002: [Android] Workaround of an android platform bug. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: address klobag' Created 6 years, 9 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
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index 1dc3dcd6d8bc7594c0e782b0dea0abc119a894d5..23a5694be82dddff92a718cbd9a84380ce79091f 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -2046,6 +2046,8 @@
# processing.
'chromium_code%': '<(chromium_code)',
+ 'component%': '<(component)',
klobag.chromium 2014/03/19 17:23:46 why need this?
Feng Qian 2014/03/19 17:52:51 gyp target_conditions has its own variable scope.
+
# See http://msdn.microsoft.com/en-us/library/aa652360(VS.71).aspx
'win_release_Optimization%': '2', # 2 = /Os
'win_debug_Optimization%': '0', # 0 = /Od

Powered by Google App Engine
This is Rietveld 408576698