summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorbulach@chromium.org <bulach@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-21 10:01:08 +0000
committerbulach@chromium.org <bulach@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-21 10:01:08 +0000
commitb4cabfd9e7849828f5a1330373115624aaa67191 (patch)
tree093b4d97920464213515d90a479d85c0bb424a09 /build
parente42f99af68209593904d83ea6f6982e8e44bca48 (diff)
downloadchromium_src-b4cabfd9e7849828f5a1330373115624aaa67191.zip
chromium_src-b4cabfd9e7849828f5a1330373115624aaa67191.tar.gz
chromium_src-b4cabfd9e7849828f5a1330373115624aaa67191.tar.bz2
Android / Telemetry: use android-chromium-testshell instead of content-shell.
Follow up on https://codereview.chromium.org/15115005/ Install ChromiumTestShell instead of ContentShell BUG=237057 R=ilevy@chromium.org Review URL: https://codereview.chromium.org/15448002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207779 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rwxr-xr-xbuild/android/buildbot/bb_run_bot.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/build/android/buildbot/bb_run_bot.py b/build/android/buildbot/bb_run_bot.py
index 89b272f..e54fa9a 100755
--- a/build/android/buildbot/bb_run_bot.py
+++ b/build/android/buildbot/bb_run_bot.py
@@ -142,7 +142,8 @@ def GetBotStepMap():
H(compile_step, extra_gyp='component=shared_library'),
T(std_tests, ['--experimental', flakiness_server])),
B('perf-bisect-builder-tests-dbg', H(['bisect_perf_regression'])),
- B('perf-tests-rel', H(std_test_steps), T([], ['--install=ContentShell'])),
+ B('perf-tests-rel', H(std_test_steps),
+ T([], ['--install=ChromiumTestShell'])),
B('webkit-latest-webkit-tests', H(std_test_steps),
T(['webkit_layout', 'webkit'])),
B('webkit-latest-contentshell', H(compile_step), T(['webkit_layout'])),