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

Unified Diff: tools/perf/chrome_telemetry_build/BUILD.gn

Issue 1461833002: Clean up BUILD gn target of telemetry_perf_unittests, telemetry_gpu_unittests, (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « testing/buildbot/chromium.win.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/chrome_telemetry_build/BUILD.gn
diff --git a/tools/perf/chrome_telemetry_build/BUILD.gn b/tools/perf/chrome_telemetry_build/BUILD.gn
index f4cdf849c76676ca2c0b8cb45148ca002d7a1b28..10bb51c10915b4d7a348eee18c0c0889c1e2b547 100644
--- a/tools/perf/chrome_telemetry_build/BUILD.gn
+++ b/tools/perf/chrome_telemetry_build/BUILD.gn
@@ -26,4 +26,17 @@ group("telemetry_chrome_test") {
if (is_linux) {
data_deps += [ "//tools/xdisplaycheck" ]
}
+
+ if (is_win && (symbol_level == 1 || symbol_level == 2)) {
+ # TODO(GYP): These should be provided automatically through data_deps.
+ data += [ "$root_out_dir/chrome.exe.pdb" ]
+ if (is_component_build) {
+ data += [
+ "$root_out_dir/base.dll.pdb",
+ "$root_out_dir/blink_platform.dll.pdb",
+ "$root_out_dir/blink_web.dll.pdb",
+ "$root_out_dir/content.dll.pdb",
+ ]
+ }
+ }
}
« no previous file with comments | « testing/buildbot/chromium.win.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698