Chromium Code Reviews| 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.
|