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

Unified Diff: base/base.isolate

Issue 954003002: Revert of xp: copy dbghelp.dll to output dir and have base.isolate use it there (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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
« no previous file with comments | « base/base.gyp ('k') | base/debug/debugger_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/base.isolate
diff --git a/base/base.isolate b/base/base.isolate
index e101771f285f8734c5921fa71483eaf34c849192..f67f45fce5ec88331b6125e1efe02c25125b4016 100644
--- a/base/base.isolate
+++ b/base/base.isolate
@@ -34,7 +34,7 @@
# Required for base/stack_trace_win.cc to symbolize correctly.
'variables': {
'files': [
- '<(PRODUCT_DIR)/dbghelp.dll',
+ '../build/win/dbghelp_xp/dbghelp.dll',
],
},
}],
« no previous file with comments | « base/base.gyp ('k') | base/debug/debugger_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698