OLD | NEW |
1 # Copyright (c) 2015 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2015 The Chromium Authors. All rights reserved. |
2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 | 4 |
5 { | 5 { |
6 'includes': [ | 6 'includes': [ |
7 # TODO(rmistry): Try out the below once things are running on the | 7 # TODO(rmistry): Try out the below once things are running on the |
8 # FYI waterfall. | 8 # FYI waterfall. |
9 # '../tools/telemetry/telemetry.isolate', | |
10 # '../tools/perf/perf.isolate', | 9 # '../tools/perf/perf.isolate', |
11 '../tools/perf/chrome_telemetry_build/telemetry_binary_manager.isolate', | 10 '../tools/perf/chrome_telemetry_build/telemetry_binary_manager.isolate', |
12 ], | 11 ], |
13 'conditions': [ | 12 'conditions': [ |
14 ['OS=="android" or OS=="linux" or OS=="mac" or OS=="win"', { | 13 ['OS=="android" or OS=="linux" or OS=="mac" or OS=="win"', { |
15 'variables': { | 14 'variables': { |
16 'files': [ | 15 'files': [ |
17 '../build/android/pylib/', | 16 '../build/android/pylib/', |
18 '../build/android/devil/', | 17 '../build/android/devil/', |
19 '../testing/variations/', | 18 '../testing/variations/', |
20 '../third_party/catapult/', | 19 '../third_party/catapult/', |
21 '../tools/telemetry/', | |
22 '../tools/perf/', | 20 '../tools/perf/', |
23 '../tools/variations/', | 21 '../tools/variations/', |
24 '../testing/test_env.py', | 22 '../testing/test_env.py', |
25 '../out/Release/', | 23 '../out/Release/', |
26 | 24 |
27 '../content/test/ct/run_ct_top1k.py', | 25 '../content/test/ct/run_ct_top1k.py', |
28 '../content/test/ct/slave<(SLAVE_NUM)/page_sets/', | 26 '../content/test/ct/slave<(SLAVE_NUM)/page_sets/', |
29 '../content/test/ct/run_chromium_perf_swarming', | 27 '../content/test/ct/run_chromium_perf_swarming', |
30 ], | 28 ], |
31 'command': [ | 29 'command': [ |
32 'python', | 30 'python', |
33 '../content/test/ct/run_ct_top1k.py', | 31 '../content/test/ct/run_ct_top1k.py', |
34 '--slave_num', '<(SLAVE_NUM)', | 32 '--slave_num', '<(SLAVE_NUM)', |
35 '--benchmark', '<(BENCHMARK)', | 33 '--benchmark', '<(BENCHMARK)', |
36 '--out_dir', '${ISOLATED_OUTDIR}', | 34 '--out_dir', '${ISOLATED_OUTDIR}', |
37 ], | 35 ], |
38 }, | 36 }, |
39 }], | 37 }], |
40 ] | 38 ] |
41 } | 39 } |
OLD | NEW |