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

Side by Side Diff: content/telemetry.isolate

Issue 1358903004: Use built Chromium dependencies in run_gpu_test. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@crash_service
Patch Set: Add client config for run_unittests as well. Created 5 years, 2 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 | « chrome/telemetry_chrome_test.isolate ('k') | content/test/gpu/run_gpu_test.py » ('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 'conditions': [ 5 'conditions': [
6 ['OS=="android" or OS=="linux" or OS=="mac" or OS=="win"', { 6 ['OS=="android" or OS=="linux" or OS=="mac" or OS=="win"', {
7 'variables': { 7 'variables': {
8 'files': [ 8 'files': [
9 # This list comes from running: 9 # This list comes from running:
10 # tools/perf/run_benchmark --print-bootstrap-deps 10 # tools/perf/run_benchmark --print-bootstrap-deps
11 # and filtering out obvious undesired dependencies: 11 # and filtering out obvious undesired dependencies:
12 # 'src/tools/perf/page_sets/' 12 # 'src/tools/perf/page_sets/'
13 # 'src/tools/perf/measurements/' 13 # 'src/tools/perf/measurements/'
14 # 'src/tools/perf/metrics/' 14 # 'src/tools/perf/metrics/'
15 # 'src/tools/perf/profile_creators/' 15 # 'src/tools/perf/profile_creators/'
16 # 'src/tools/perf/benchmarks/' 16 # 'src/tools/perf/benchmarks/'
17 # 'src/chrome/test/data/extensions/profiles/' 17 # 'src/chrome/test/data/extensions/profiles/'
18 # Note that the dependency on ../build/android/ was made more 18 # Note that the dependency on ../build/android/ was made more
19 # precise to ../build/android/pylib/. 19 # precise to ../build/android/pylib/.
20 '../build/android/pylib/', 20 '../build/android/pylib/',
21 '../build/android/devil/', 21 '../build/android/devil/',
22 '../build/util/', 22 '../build/util/',
23 '../third_party/WebKit/PerformanceTests/resources/jquery.tablesorter.m in.js', 23 '../third_party/WebKit/PerformanceTests/resources/jquery.tablesorter.m in.js',
24 '../third_party/WebKit/PerformanceTests/resources/statistics.js', 24 '../third_party/WebKit/PerformanceTests/resources/statistics.js',
25 '../third_party/flot/jquery.flot.min.js', 25 '../third_party/flot/jquery.flot.min.js',
26 '../third_party/webpagereplay/', 26 '../third_party/webpagereplay/',
27 '../tools/telemetry/', 27 '../tools/telemetry/',
28 # Chromium local path information for Telemetry's binary_manager.
29 '../tools/perf/core/binary_dependencies.json',
Ken Russell (switch to Gerrit) 2015/09/23 17:42:17 Should this be added here or in the isolates which
aiolos (Not reviewing) 2015/09/23 18:58:45 This file is actually from https://codereview.chro
Ken Russell (switch to Gerrit) 2015/09/23 19:19:02 Yes, given that Telemetry has implicit dependencie
28 # For Telemetry's screenshot support. 30 # For Telemetry's screenshot support.
29 '<(PRODUCT_DIR)/bitmaptools<(EXECUTABLE_SUFFIX)', 31 '<(PRODUCT_DIR)/bitmaptools<(EXECUTABLE_SUFFIX)',
30 ], 32 ],
31 }, 33 },
32 }], 34 }],
33 ] 35 ]
34 } 36 }
OLDNEW
« no previous file with comments | « chrome/telemetry_chrome_test.isolate ('k') | content/test/gpu/run_gpu_test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698