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

Side by Side Diff: tools/perf/chrome_telemetry_build/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
« testing/buildbot/chromium.fyi.json ('K') | « tools/perf/BUILD.gn ('k') | no next file » | 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 import("//build/config/compiler/compiler.gni") 5 import("//build/config/compiler/compiler.gni")
6 6
7 if (is_win) { 7 if (is_win) {
8 action("copy_cdb_to_output") { 8 action("copy_cdb_to_output") {
9 script = "//build/win/copy_cdb_to_output.py" 9 script = "//build/win/copy_cdb_to_output.py"
10 inputs = [ 10 inputs = [
(...skipping 10 matching lines...) Expand all
21 target_cpu, 21 target_cpu,
22 ] 22 ]
23 } 23 }
24 } 24 }
25 25
26 group("telemetry_chrome_test") { 26 group("telemetry_chrome_test") {
27 testonly = true 27 testonly = true
28 28
29 if (is_android) { 29 if (is_android) {
30 data_deps = [ 30 data_deps = [
31 "//chrome/android:chrome_public_apk",
Ken Russell (switch to Gerrit) 2016/06/01 01:18:10 Please add comment: TODO(stip): remove the conten
ghost stip (do not use) 2016/06/01 08:42:25 I made crbug.com/616392 to more precisely capture
ghost stip (do not use) 2016/06/01 08:42:25 to enable the android-chromium target. a future CL
31 "//content/shell:content_shell", 32 "//content/shell:content_shell",
32 ] 33 ]
33 } else { 34 } else {
34 data_deps = [ 35 data_deps = [
35 "//third_party/catapult/telemetry:bitmaptools", 36 "//third_party/catapult/telemetry:bitmaptools",
36 ] 37 ]
37 38
38 if (!is_mac) { 39 if (!is_mac) {
39 # TODO(kbr): this used to be "//chrome". Had to change this to 40 # TODO(kbr): this used to be "//chrome". Had to change this to
40 # chrome_initial temporarily to work around crbug.com/536192. 41 # chrome_initial temporarily to work around crbug.com/536192.
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
75 "$root_out_dir/base.dll.pdb", 76 "$root_out_dir/base.dll.pdb",
76 "$root_out_dir/blink_platform.dll.pdb", 77 "$root_out_dir/blink_platform.dll.pdb",
77 "$root_out_dir/blink_web.dll.pdb", 78 "$root_out_dir/blink_web.dll.pdb",
78 "$root_out_dir/content.dll.pdb", 79 "$root_out_dir/content.dll.pdb",
79 ] 80 ]
80 } else { 81 } else {
81 data += [ "$root_out_dir/chrome_child.dll.pdb" ] 82 data += [ "$root_out_dir/chrome_child.dll.pdb" ]
82 } 83 }
83 } 84 }
84 } 85 }
OLDNEW
« testing/buildbot/chromium.fyi.json ('K') | « tools/perf/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698