summaryrefslogtreecommitdiffstats
path: root/build/android/pylib/constants.py
diff options
context:
space:
mode:
Diffstat (limited to 'build/android/pylib/constants.py')
-rw-r--r--build/android/pylib/constants.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/build/android/pylib/constants.py b/build/android/pylib/constants.py
index b519282..732c937 100644
--- a/build/android/pylib/constants.py
+++ b/build/android/pylib/constants.py
@@ -18,6 +18,9 @@ CHROME_PACKAGE = 'com.google.android.apps.chrome'
CHROME_ACTIVITY = 'com.google.android.apps.chrome.Main'
CHROME_DEVTOOLS_SOCKET = 'chrome_devtools_remote'
+CHROME_STABLE_PACKAGE = 'com.android.chrome'
+CHROME_BETA_PACKAGE = 'com.chrome.beta'
+
CHROME_TESTS_PACKAGE = 'com.google.android.apps.chrome.tests'
LEGACY_BROWSER_PACKAGE = 'com.google.android.browser'