| Index: build/android/pylib/constants.py
|
| diff --git a/build/android/pylib/constants.py b/build/android/pylib/constants.py
|
| index 003cf90a38bff74b38139e52d8ec61e37a9d6043..3d721501e938a82294496cb6d938d7851b97f3be 100644
|
| --- a/build/android/pylib/constants.py
|
| +++ b/build/android/pylib/constants.py
|
| @@ -48,6 +48,12 @@ PACKAGE_INFO = {
|
| '/data/local/chrome-command-line',
|
| 'chrome_devtools_remote',
|
| None),
|
| + 'chrome_canary': PackageInfo(
|
| + 'com.chrome.canary',
|
| + 'com.google.android.apps.chrome.Main',
|
| + '/data/local/chrome-command-line',
|
| + 'chrome_devtools_remote',
|
| + None),
|
| 'legacy_browser': PackageInfo(
|
| 'com.google.android.browser',
|
| 'com.android.browser.BrowserActivity',
|
|
|