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 74d46245d713c1cff74439044f9ed11112fcff16..d5663bd6728a842328ec0eefd3b937887fbfb448 100644 |
--- a/tools/perf/chrome_telemetry_build/BUILD.gn |
+++ b/tools/perf/chrome_telemetry_build/BUILD.gn |
@@ -15,6 +15,10 @@ if (is_win) { |
"$root_out_dir/cdb/dbgeng.dll", |
"$root_out_dir/cdb/dbghelp.dll", |
"$root_out_dir/cdb/dbgmodel.dll", |
nednguyen
2016/06/25 01:39:01
Why not just copy everything in cdb/ ?
Ken Russell (switch to Gerrit)
2016/06/27 18:46:36
I don't know how to express that sort of wildcard
|
+ "$root_out_dir/cdb/winext/ext.dll", |
+ "$root_out_dir/cdb/winext/uext.dll", |
+ "$root_out_dir/cdb/winxp/exts.dll", |
+ "$root_out_dir/cdb/winxp/ntsdexts.dll", |
] |
args = [ |
rebase_path("$root_out_dir/cdb", root_out_dir), |