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

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

Issue 2556193002: Removing trace_data from our chrome telemetry build dependency list. (Closed)
Patch Set: Removing local files Created 4 years 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 | 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 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
78 } else { 78 } else {
79 data_deps = [ 79 data_deps = [
80 "//third_party/catapult/telemetry:bitmaptools", 80 "//third_party/catapult/telemetry:bitmaptools",
81 ] 81 ]
82 82
83 data_deps += [ "//chrome" ] 83 data_deps += [ "//chrome" ]
84 } 84 }
85 85
86 data = [ 86 data = [
87 "//tools/perf/chrome_telemetry_build/", 87 "//tools/perf/chrome_telemetry_build/",
88 "//third_party/catapult/", 88
89 # Breakdown the catapult directory so we can exclude
90 # third_party/catapult/tracing/test_data. See crbug.com/670284
91 "//third_party/catapult/AUTHORS",
92 "//third_party/catapult/bin/",
93 "//third_party/catapult/catapult_build/",
94 "//third_party/catapult/codereview.settings",
95 "//third_party/catapult/common/",
96 "//third_party/catapult/CONTRIBUTING.md",
97 "//third_party/catapult/dashboard/",
98 "//third_party/catapult/dependency_manager/",
99 "//third_party/catapult/devil/",
100 "//third_party/catapult/docs/",
101 "//third_party/catapult/experimental/",
102 "//third_party/catapult/firefighter/",
103 "//third_party/catapult/hooks/",
104 "//third_party/catapult/infra/",
105 "//third_party/catapult/LICENSE",
106 "//third_party/catapult/navbar.md",
107 "//third_party/catapult/netlog_viewer/",
108 "//third_party/catapult/OWNERS",
109 "//third_party/catapult/PRESUBMIT.py",
110 "//third_party/catapult/pylintrc",
111 "//third_party/catapult/README.md",
112 "//third_party/catapult/systrace/",
113 "//third_party/catapult/telemetry/",
114 "//third_party/catapult/third_party/",
115 "//third_party/catapult/trace_processor/",
116
117 # We don't want to include catapult/tracing/test_data
118 "//third_party/catapult/tracing/app.yaml",
119 "//third_party/catapult/tracing/bin/",
120 "//third_party/catapult/tracing/bower.json",
121 "//third_party/catapult/tracing/BUILD.gn",
122 "//third_party/catapult/tracing/docs/",
123 "//third_party/catapult/tracing/images/",
124 "//third_party/catapult/tracing/LICENSE",
125 "//third_party/catapult/tracing/OWNERS",
126 "//third_party/catapult/tracing/package.json",
127 "//third_party/catapult/tracing/PRESUBMIT.py",
128 "//third_party/catapult/tracing/README.md",
129 "//third_party/catapult/tracing/skp_data/",
130 "//third_party/catapult/tracing/third_party/",
131 "//third_party/catapult/tracing/trace_viewer.gyp",
132 "//third_party/catapult/tracing/trace_viewer.gypi",
133 "//third_party/catapult/tracing/tracing/",
134 "//third_party/catapult/tracing/tracing_build/",
135 "//third_party/catapult/tracing/tracing_examples/",
136 "//third_party/catapult/tracing/tracing_project.py",
137 "//third_party/catapult/WATCHLISTS",
138
89 "//components/crash/content/tools/generate_breakpad_symbols.py", 139 "//components/crash/content/tools/generate_breakpad_symbols.py",
90 ] 140 ]
91 141
92 if (is_win) { 142 if (is_win) {
93 data_deps += [ "//chrome:reorder_imports" ] 143 data_deps += [ "//chrome:reorder_imports" ]
94 } 144 }
95 145
96 if (is_linux) { 146 if (is_linux) {
97 data_deps += [ "//breakpad:dump_syms($host_toolchain)" ] 147 data_deps += [ "//breakpad:dump_syms($host_toolchain)" ]
98 } 148 }
(...skipping 20 matching lines...) Expand all
119 "$root_out_dir/base.dll.pdb", 169 "$root_out_dir/base.dll.pdb",
120 "$root_out_dir/blink_platform.dll.pdb", 170 "$root_out_dir/blink_platform.dll.pdb",
121 "$root_out_dir/blink_web.dll.pdb", 171 "$root_out_dir/blink_web.dll.pdb",
122 "$root_out_dir/content.dll.pdb", 172 "$root_out_dir/content.dll.pdb",
123 ] 173 ]
124 } else { 174 } else {
125 data += [ "$root_out_dir/chrome_child.dll.pdb" ] 175 data += [ "$root_out_dir/chrome_child.dll.pdb" ]
126 } 176 }
127 } 177 }
128 } 178 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698