| Index: build/android/pylib/constants.py
|
| diff --git a/build/android/pylib/constants.py b/build/android/pylib/constants.py
|
| index b476d8fb1e5129ffdc1d0bbc1727f10f7bea2dfa..2eeb3a31be273af1877711d75c2415d01c7acc54 100644
|
| --- a/build/android/pylib/constants.py
|
| +++ b/build/android/pylib/constants.py
|
| @@ -58,13 +58,19 @@ PACKAGE_INFO = {
|
| 'org.chromium.content_shell_apk.ContentShellActivity',
|
| '/data/local/tmp/content-shell-command-line',
|
| None,
|
| - None),
|
| + 'org.chromium.content_shell_apk.tests'),
|
| 'chromium_test_shell': PackageInfo(
|
| 'org.chromium.chrome.testshell',
|
| 'org.chromium.chrome.testshell.ChromiumTestShellActivity',
|
| '/data/local/tmp/chromium-testshell-command-line',
|
| 'chromium_testshell_devtools_remote',
|
| 'org.chromium.chrome.testshell.tests'),
|
| + 'android_webview_shell': PackageInfo(
|
| + 'org.chromium.android_webview.shell',
|
| + 'org.chromium.android_webview.shell.AwShellActivity',
|
| + None,
|
| + None,
|
| + 'org.chromium.android_webview.test'),
|
| 'gtest': PackageInfo(
|
| 'org.chromium.native_test',
|
| 'org.chromium.native_test.ChromeNativeTestActivity',
|
|
|