| Index: build/android/pylib/constants.py
|
| diff --git a/build/android/pylib/constants.py b/build/android/pylib/constants.py
|
| index 876b592b96ca4f33cd0effb64377b4272037a3c1..e95519adce5ed6318f0fee37abb0cf0b73482bc4 100644
|
| --- a/build/android/pylib/constants.py
|
| +++ b/build/android/pylib/constants.py
|
| @@ -15,6 +15,7 @@ LEGACY_BROWSER_ACTIVITY = 'com.android.browser.BrowserActivity'
|
| CONTENT_SHELL_PACKAGE = "org.chromium.content_shell"
|
| CONTENT_SHELL_ACTIVITY = "org.chromium.content_shell.ContentShellActivity"
|
| CHROME_SHELL_PACKAGE = 'org.chromium.chrome.browser.test'
|
| +CHROMIUM_TEST_SHELL_PACKAGE = 'org.chromium.chrome.testshell'
|
|
|
| CHROME_DIR = os.path.abspath(os.path.join(os.path.dirname(__file__),
|
| '..', '..', '..'))
|
|
|