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

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

Issue 2027873002: Enable telemetry_perf_unittests on swarming. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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
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 if (!is_android) { 5 group("perf") {
6 group("perf") { 6 testonly = true
7 testonly = true 7 deps = [
8 deps = [ 8 "//tools/perf/chrome_telemetry_build:telemetry_chrome_test",
9 "//tools/perf/chrome_telemetry_build:telemetry_chrome_test", 9 ]
10 ]
11 10
12 data = [ 11 data = [
13 "//tools/perf/", 12 "//tools/perf/",
14 13
15 # Field trial config 14 # Field trial config
16 "//tools/variations/", 15 "//tools/variations/",
17 "//testing/variations/", 16 "//testing/variations/",
18 ] 17 ]
19 }
20 } 18 }
21 19
22 if (is_android) { 20 if (is_android) {
23 import("//build/config/android/rules.gni") 21 import("//build/config/android/rules.gni")
24 22
25 wrapper_script("run_benchmark_wrapper") { 23 wrapper_script("run_benchmark_wrapper") {
26 target = "run_benchmark" 24 target = "run_benchmark"
27 flag_name = "--chromium-output-directory" 25 flag_name = "--chromium-output-directory"
28 } 26 }
29 } 27 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698