Index: build/android/pylib/constants.py |
diff --git a/build/android/pylib/constants.py b/build/android/pylib/constants.py |
index a8c0a08f0dd23f44a1737b50d366b88b70be2950..4d861bc3f5f0158f80aad40305b19faf7ea61134 100644 |
--- a/build/android/pylib/constants.py |
+++ b/build/android/pylib/constants.py |
@@ -43,6 +43,12 @@ PACKAGE_INFO = { |
'/data/local/chrome-command-line', |
'chrome_devtools_remote', |
None), |
+ 'chrome_dev': PackageInfo( |
+ 'com.google.android.apps.chrome_dev', |
+ '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', |