Chromium Code Reviews| Index: build/android/pylib/constants.py |
| diff --git a/build/android/pylib/constants.py b/build/android/pylib/constants.py |
| index fb574e68e668424e5ec3457947c16df81db7f4e5..69c37d2da521e4f75825b0efbf6527dcf1a4926b 100644 |
| --- a/build/android/pylib/constants.py |
| +++ b/build/android/pylib/constants.py |
| @@ -61,6 +61,12 @@ PACKAGE_INFO = { |
| '/data/local/chrome-command-line', |
| 'chrome_devtools_remote', |
| None), |
| + 'chrome_work': PackageInfo( |
| + "com.chrome.work", |
|
Sami
2015/01/22 14:23:09
nit: single quotes instead of double please.
kerz_chromium
2015/01/22 17:48:17
Acknowledged.
|
| + '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', |