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
This commit is contained in:
Родитель
2adca0e1cc
Коммит
927c7cd254
|
@ -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 \
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -65,7 +65,7 @@ In particular, ~ at the start of a string means it's a regex.
|
|||
<Bug code="Dm" />
|
||||
</Match>
|
||||
<Match>
|
||||
<Class name="~org\.chromium\.chrome\..*\.ChromiumTestShellActivity" />
|
||||
<Class name="~org\.chromium\.chrome\..*\.ChromeShellActivity" />
|
||||
<Method name="onCreate" />
|
||||
<Bug code="Dm" />
|
||||
</Match>
|
||||
|
|
|
@ -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'),
|
||||
|
|
Загрузка…
Ссылка в новой задаче