From 927c7cd25491d7f76930fb883457e9fad0bf93b4 Mon Sep 17 00:00:00 2001 From: "aurimas@chromium.org" Date: Wed, 5 Mar 2014 17:37:50 +0000 Subject: [PATCH] Rename ChromiumTestShell classes to ChromeShell. Renaming ChromiumTestShell* classes to ChromeShell*. This CL depends on https://chromiumcodereview.appspot.com/184493006/ BUG=348137 NOTRY=true TBR=pfeldman,tonyg,craigdh Review URL: https://codereview.chromium.org/184993005 git-svn-id: http://src.chromium.org/svn/trunk/src/build@255073 4ff67af0-8c30-449e-8e8b-ad334ec8d88c --- android/adb_gdb_chromium_testshell | 2 +- android/adb_run_chromium_testshell | 2 +- android/findbugs_filter/findbugs_exclude.xml | 2 +- android/pylib/constants.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/android/adb_gdb_chromium_testshell b/android/adb_gdb_chromium_testshell index 2766bb174..1334c9b59 100755 --- a/android/adb_gdb_chromium_testshell +++ b/android/adb_gdb_chromium_testshell @@ -9,7 +9,7 @@ # PROGDIR=$(dirname "$0") export ADB_GDB_PROGNAME=$(basename "$0") -export ADB_GDB_ACTIVITY=.ChromiumTestShellActivity +export ADB_GDB_ACTIVITY=.ChromeShellActivity "$PROGDIR"/adb_gdb \ --program-name=ChromiumTestShell \ --package-name=org.chromium.chrome.shell \ diff --git a/android/adb_run_chromium_testshell b/android/adb_run_chromium_testshell index 06b296155..f8f893406 100755 --- a/android/adb_run_chromium_testshell +++ b/android/adb_run_chromium_testshell @@ -10,5 +10,5 @@ fi adb shell am start \ -a android.intent.action.VIEW \ - -n org.chromium.chrome.shell/.ChromiumTestShellActivity \ + -n org.chromium.chrome.shell/.ChromeShellActivity \ $INTENT_ARGS diff --git a/android/findbugs_filter/findbugs_exclude.xml b/android/findbugs_filter/findbugs_exclude.xml index 2dc7f539f..01d8df9da 100644 --- a/android/findbugs_filter/findbugs_exclude.xml +++ b/android/findbugs_filter/findbugs_exclude.xml @@ -65,7 +65,7 @@ In particular, ~ at the start of a string means it's a regex. - + diff --git a/android/pylib/constants.py b/android/pylib/constants.py index 02f8835fd..4e228922f 100644 --- a/android/pylib/constants.py +++ b/android/pylib/constants.py @@ -62,7 +62,7 @@ PACKAGE_INFO = { 'org.chromium.content_shell_apk.tests'), 'chromium_test_shell': PackageInfo( 'org.chromium.chrome.shell', - 'org.chromium.chrome.shell.ChromiumTestShellActivity', + 'org.chromium.chrome.shell.ChromeShellActivity', '/data/local/tmp/chromium-testshell-command-line', 'chromium_testshell_devtools_remote', 'org.chromium.chrome.shell.tests'),