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

Unified Diff: chrome/chrome_android.gypi

Issue 668343004: Make channel available in Java via ChromeVersionConstants.java. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Chris's comments Created 6 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
Index: chrome/chrome_android.gypi
diff --git a/chrome/chrome_android.gypi b/chrome/chrome_android.gypi
index 125ae1a12599733ce404ecd5266a66da766746eb..071a5dae1dcd6eb84302670fffd956d6d266181b 100644
--- a/chrome/chrome_android.gypi
+++ b/chrome/chrome_android.gypi
@@ -100,6 +100,7 @@
'<(version_py_path)',
'-f', '<(version_path)',
'-f', '<(branding_path)',
+ '-e', 'CHANNEL=str.upper("<(android_channel)")',
'<(template_input_path)',
'<(output_path)',
],

Powered by Google App Engine
This is Rietveld 408576698