Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2556)

Unified Diff: build/android/buildbot/bb_device_steps.py

Issue 12091033: Relanding "Add apk for running content_browsertests" (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « build/android/adb_run_content_shell ('k') | build/android/gdb_apk » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/buildbot/bb_device_steps.py
diff --git a/build/android/buildbot/bb_device_steps.py b/build/android/buildbot/bb_device_steps.py
index 98cd6402777ef2f91c1ef937295490984713ff92..81e540b334017de5d2577b92337f04a1bd19ff72 100755
--- a/build/android/buildbot/bb_device_steps.py
+++ b/build/android/buildbot/bb_device_steps.py
@@ -41,7 +41,7 @@ I_TEST = collections.namedtuple('InstrumentationTest', [
INSTRUMENTATION_TESTS = dict((suite.name, suite) for suite in [
I_TEST('ContentShell',
'ContentShell.apk',
- 'org.chromium.content_shell',
+ 'org.chromium.content_shell_apk',
'ContentShellTest',
'content:content/test/data/android/device_files'),
I_TEST('ChromiumTestShell',
« no previous file with comments | « build/android/adb_run_content_shell ('k') | build/android/gdb_apk » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698