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

Unified Diff: tools/bisect-perf-regression.py

Issue 189133005: Rename chromium_testshell target to chrome_shell_apk. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 6 years, 9 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 | « chrome/tools/build/android/FILES.cfg ('k') | tools/cr/cr/base/android.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/bisect-perf-regression.py
diff --git a/tools/bisect-perf-regression.py b/tools/bisect-perf-regression.py
index 61cc3c780e0d6c45459731dcbdf55de063efbd9c..cbc56cf60a12238f28af7b7ce2a6054e78807f39 100755
--- a/tools/bisect-perf-regression.py
+++ b/tools/bisect-perf-regression.py
@@ -671,7 +671,7 @@ class AndroidBuilder(Builder):
super(AndroidBuilder, self).__init__(opts)
def _GetTargets(self):
- return ['chromium_testshell', 'cc_perftests_apk', 'android_tools']
+ return ['chrome_shell', 'cc_perftests_apk', 'android_tools']
def Build(self, depot, opts):
"""Builds the android content shell and other necessary tools using options
« no previous file with comments | « chrome/tools/build/android/FILES.cfg ('k') | tools/cr/cr/base/android.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698