summaryrefslogtreecommitdiffstats
path: root/tools/run-bisect-perf-regression.py
diff options
context:
space:
mode:
authorsimonhatch@chromium.org <simonhatch@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-10-07 16:08:07 +0000
committersimonhatch@chromium.org <simonhatch@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-10-07 16:08:07 +0000
commit73df01d232df40f6b9735ff92cb835244273164d (patch)
tree585a5de2c8bdae2a3ca2c075b14c5bc4a5de7310 /tools/run-bisect-perf-regression.py
parent01bf89281a8ffa2866904b0cef272a72f344ba81 (diff)
downloadchromium_src-73df01d232df40f6b9735ff92cb835244273164d.zip
chromium_src-73df01d232df40f6b9735ff92cb835244273164d.tar.gz
chromium_src-73df01d232df40f6b9735ff92cb835244273164d.tar.bz2
Build cc_perftests_apk on android.
BUG= NOTRY=true Review URL: https://codereview.chromium.org/25860004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@227283 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/run-bisect-perf-regression.py')
-rwxr-xr-xtools/run-bisect-perf-regression.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/run-bisect-perf-regression.py b/tools/run-bisect-perf-regression.py
index 77f1748..c3332cb 100755
--- a/tools/run-bisect-perf-regression.py
+++ b/tools/run-bisect-perf-regression.py
@@ -95,7 +95,7 @@ def RunBisectionScript(config, working_directory, path_to_file, path_to_goma):
print
return 1
- if '--browser=android' in config['command']:
+ if 'android' in config['command']:
cmd.extend(['--target_platform', 'android'])
goma_file = ''