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

Side by Side Diff: tools/perf/BUILD.gn

Issue 2373843002: Update fieldtrial_util To Handle Combined Fieldtrial Config Format (Closed)
Patch Set: Update Bootstrap Deps Created 4 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 | « no previous file | tools/perf/bootstrap_deps » ('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 2015 The Chromium Authors. All rights reserved. 1 # Copyright 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 group("perf") { 5 group("perf") {
6 testonly = true 6 testonly = true
7 deps = [ 7 deps = [
8 "//tools/perf/chrome_telemetry_build:telemetry_chrome_test", 8 "//tools/perf/chrome_telemetry_build:telemetry_chrome_test",
9 ] 9 ]
10 10
11 data = [ 11 data = [
12 "//tools/perf/", 12 "//tools/perf/",
13 13
14 # Field trial config 14 # Field trial config
15 "//tools/variations/", 15 "//tools/variations/",
16 "//testing/variations/", 16 "//testing/variations/",
17 17
18 # Field trial dependencies
19 "//tools/json_comment_eater/",
20 "//tools/json_to_struct/",
21
18 # For blink_perf benchmarks. 22 # For blink_perf benchmarks.
19 "//third_party/WebKit/PerformanceTests/", 23 "//third_party/WebKit/PerformanceTests/",
20 24
21 # For blink_perf.BlinkPerfPywebsocket benchmark. 25 # For blink_perf.BlinkPerfPywebsocket benchmark.
22 "//third_party/pywebsocket/", 26 "//third_party/pywebsocket/",
23 ] 27 ]
24 } 28 }
25 29
26 if (is_android) { 30 if (is_android) {
27 import("//build/config/android/rules.gni") 31 import("//build/config/android/rules.gni")
28 32
29 wrapper_script("run_benchmark_wrapper") { 33 wrapper_script("run_benchmark_wrapper") {
30 target = "run_benchmark" 34 target = "run_benchmark"
31 flag_name = "--chromium-output-directory" 35 flag_name = "--chromium-output-directory"
32 } 36 }
33 } 37 }
OLDNEW
« no previous file with comments | « no previous file | tools/perf/bootstrap_deps » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698