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

Unified Diff: base/base.isolate

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/base.gyp ('k') | build/win/dbghelp_xp/README.chromium » ('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 e2d8beaca8a44a8149042f7a6e9d0ecb69d6cb12..079d07d8100ce18b30061ba87ea18d6e0b152f44 100644
--- a/base/base.isolate
+++ b/base/base.isolate
@@ -27,14 +27,6 @@
],
},
}],
- ['OS=="win"', {
- # Required for base/stack_trace_win.cc to symbolize correctly.
- 'variables': {
- 'files': [
- '<(PRODUCT_DIR)/dbghelp.dll',
- ],
- },
- }],
['OS=="win" and asan==1 and component=="shared_library"', {
'variables': {
'files': [
« no previous file with comments | « base/base.gyp ('k') | build/win/dbghelp_xp/README.chromium » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698