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

Unified Diff: base/base.gyp

Issue 1857413002: Remove now-unnecessary dbghelp.dll suitable for XP (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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/BUILD.gn ('k') | base/base.isolate » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/base.gyp
diff --git a/base/base.gyp b/base/base.gyp
index d1e7bd099b0daf4d1565d833388d2432f319992b..0718331490d44990a577ea730bf856aaa09b2182 100644
--- a/base/base.gyp
+++ b/base/base.gyp
@@ -185,14 +185,6 @@
},
},
},
- 'copies': [
- {
- 'destination': '<(PRODUCT_DIR)/',
- 'files': [
- '../build/win/dbghelp_xp/dbghelp.dll',
- ],
- },
- ],
'dependencies': [
'trace_event/etw_manifest/etw_manifest.gyp:etw_manifest',
],
« no previous file with comments | « base/BUILD.gn ('k') | base/base.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698