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

Side by Side Diff: chrome/ct_top1k.isolate

Issue 1638483002: Update references to tools/telemetry in .gn, .gyp & .isolate files (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix indent of tools/perf/chrome_telemetry_build/telemetry_chrome_test.isolate Created 4 years, 10 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 unified diff | Download patch
« no previous file with comments | « build/gn_migration.gypi ('k') | chrome/telemetry_gpu_unittests.isolate » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 }
OLDNEW
« no previous file with comments | « build/gn_migration.gypi ('k') | chrome/telemetry_gpu_unittests.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698