| Index: build/android/pylib/constants/__init__.py
|
| diff --git a/build/android/pylib/constants/__init__.py b/build/android/pylib/constants/__init__.py
|
| index 4632fe7a36d984d073dc6dc6e5bf8fedaecb0f69..b62cc89be2178f6458cd1b3aeffde8957c2fe7d7 100644
|
| --- a/build/android/pylib/constants/__init__.py
|
| +++ b/build/android/pylib/constants/__init__.py
|
| @@ -90,12 +90,6 @@ PACKAGE_INFO = {
|
| '/data/local/tmp/content-shell-command-line',
|
| None,
|
| 'org.chromium.content_shell_apk.tests'),
|
| - 'chrome_shell': PackageInfo(
|
| - 'org.chromium.chrome.shell',
|
| - 'org.chromium.chrome.shell.ChromeShellActivity',
|
| - '/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',
|
| 'org.chromium.android_webview.shell.AwShellActivity',
|
|
|