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

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: move uma recording from clank/ into base 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 dfc7abee87ca0e9a935b5931f75ea436fb7b1661..be47e87815539c209669b91d71135937582b0ed6 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -2073,6 +2073,8 @@
# processing.
'chromium_code%': '<(chromium_code)',
+ 'component%': '<(component)',
+
# 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