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

Unified Diff: chrome_elf/blacklist.gypi

Issue 2108413002: Revert of Switch chrome_elf exception handling from breakpad to crashpad. (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
« no previous file with comments | « chrome_elf/DEPS ('k') | chrome_elf/blacklist/blacklist_interceptions.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome_elf/blacklist.gypi
diff --git a/chrome_elf/blacklist.gypi b/chrome_elf/blacklist.gypi
index 2afce6b4b5b0b382414cd0e32b46e7f175097d0a..f5521863851effcefbfc7691c3f7fbcb9124c896 100644
--- a/chrome_elf/blacklist.gypi
+++ b/chrome_elf/blacklist.gypi
@@ -15,13 +15,11 @@
'blacklist/blacklist.h',
'blacklist/blacklist_interceptions.cc',
'blacklist/blacklist_interceptions.h',
- 'blacklist/crashpad_helper.cc',
- 'blacklist/crashpad_helper.h',
],
'dependencies': [
'../base/base.gyp:base',
+ '../chrome_elf/chrome_elf.gyp:chrome_elf_breakpad',
'../chrome_elf/chrome_elf.gyp:chrome_elf_constants',
- '../components/components.gyp:crash_component',
'../sandbox/sandbox.gyp:sandbox',
],
},
@@ -36,22 +34,6 @@
'../base/base.gyp:base',
'blacklist',
],
- 'msvs_settings': {
- 'VCLinkerTool': {
- 'DelayLoadDLLs': [
- 'dbghelp.dll',
- 'ole32.dll',
- 'psapi.dll',
- 'rpcrt4.dll',
- 'shell32.dll',
- 'shlwapi.dll',
- 'user32.dll',
- 'winhttp.dll',
- 'winmm.dll',
- 'ws2_32.dll',
- ],
- },
- },
},
{
'target_name': 'blacklist_test_dll_1',
« no previous file with comments | « chrome_elf/DEPS ('k') | chrome_elf/blacklist/blacklist_interceptions.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698