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

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

Issue 15448002: Android / Telemetry: use android-chromium-testshell instead of content-shell. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 7 years, 6 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/buildbot/bb_run_bot.py
diff --git a/build/android/buildbot/bb_run_bot.py b/build/android/buildbot/bb_run_bot.py
index 89b272f7c3836f54638072b74cec02598fe9db80..e54fa9af69ed92a45fda0b5a3cada9599dd670b5 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'])),
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698