| Index: build/android/pylib/constants.py
|
| diff --git a/build/android/pylib/constants.py b/build/android/pylib/constants.py
|
| index 4e228922f703bb65ada45872e5e7f39b27389379..53dba7b60f61db09c6e8c27ce503dc7432cace09 100644
|
| --- a/build/android/pylib/constants.py
|
| +++ b/build/android/pylib/constants.py
|
| @@ -15,7 +15,7 @@ DIR_SOURCE_ROOT = os.path.abspath(os.path.join(os.path.dirname(__file__),
|
| os.pardir, os.pardir, os.pardir))
|
| ISOLATE_DEPS_DIR = os.path.join(DIR_SOURCE_ROOT, 'isolate_deps_dir')
|
|
|
| -CHROMIUM_TEST_SHELL_HOST_DRIVEN_DIR = os.path.join(
|
| +CHROME_SHELL_HOST_DRIVEN_DIR = os.path.join(
|
| DIR_SOURCE_ROOT, 'chrome', 'android')
|
|
|
|
|
| @@ -60,11 +60,11 @@ PACKAGE_INFO = {
|
| '/data/local/tmp/content-shell-command-line',
|
| None,
|
| 'org.chromium.content_shell_apk.tests'),
|
| - 'chromium_test_shell': PackageInfo(
|
| + 'chrome_shell': PackageInfo(
|
| 'org.chromium.chrome.shell',
|
| 'org.chromium.chrome.shell.ChromeShellActivity',
|
| - '/data/local/tmp/chromium-testshell-command-line',
|
| - 'chromium_testshell_devtools_remote',
|
| + '/data/local/tmp/chrome-shell-command-line',
|
| + 'chrome_shell_devtools_remote',
|
| 'org.chromium.chrome.shell.tests'),
|
| 'android_webview_shell': PackageInfo(
|
| 'org.chromium.android_webview.shell',
|
|
|