Index: build/android/pylib/constants/__init__.py |
diff --git a/build/android/pylib/constants/__init__.py b/build/android/pylib/constants/__init__.py |
index 4523188e880314a4982c26c9b50e7faf0c67555b..0beb0dc435bc84a3d64616e19e118575ba7f5bf0 100644 |
--- a/build/android/pylib/constants/__init__.py |
+++ b/build/android/pylib/constants/__init__.py |
@@ -70,6 +70,12 @@ PACKAGE_INFO = { |
'/data/local/chrome-command-line', |
'chrome_devtools_remote', |
None), |
+ 'chromium': PackageInfo( |
+ 'org.chromium.chrome', |
+ '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', |