From b5753f5c3bcbd9871f81537c258c2ac699affef8 Mon Sep 17 00:00:00 2001 From: newt Date: Wed, 29 Oct 2014 15:24:22 -0700 Subject: Make channel available in Java via ChromeVersionConstants.java. Channel information is now available statically at build time. There's no need to call ChromeVersionInfo.init() anymore. Review URL: https://codereview.chromium.org/668343004 Cr-Commit-Position: refs/heads/master@{#301952} --- chrome/chrome_android.gypi | 1 + 1 file changed, 1 insertion(+) (limited to 'chrome/chrome_android.gypi') diff --git a/chrome/chrome_android.gypi b/chrome/chrome_android.gypi index 125ae1a..071a5da 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)', ], -- cgit v1.1