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

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

Issue 2092083004: Copy more helper DLLs for cdb.exe. (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 side-by-side diff with in-line comments
Download patch
« build/win/copy_cdb_to_output.py ('K') | « chrome/chrome_tests.gypi ('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 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),
« build/win/copy_cdb_to_output.py ('K') | « chrome/chrome_tests.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698