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

Unified Diff: chrome/android/channel.gni

Issue 668343004: Make channel available in Java via ChromeVersionConstants.java. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix GN build 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/android/channel.gni
diff --git a/url/config.gni b/chrome/android/channel.gni
similarity index 53%
copy from url/config.gni
copy to chrome/android/channel.gni
index 42d335fb6228281bd4def9b2d131f0b68e13d618..01451f0e0211644edf39fb9dccf9caeb7b4baa39 100644
--- a/url/config.gni
+++ b/chrome/android/channel.gni
@@ -3,6 +3,7 @@
# found in the LICENSE file.
declare_args() {
- # Switches to using platform functions instead of ICU on Android.
- use_icu_alternatives_on_android = false
+ # The channel to build on Android: stable, beta, dev, canary, or default.
+ # "default" should be used on non-official builds.
+ android_channel = "default"
}
cjhopman 2014/10/23 21:42:05 Could assert that the androdi_channel is one of th
newt (away) 2014/10/23 22:25:24 Done.

Powered by Google App Engine
This is Rietveld 408576698