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

Unified Diff: chrome_elf/blacklist.gypi

Issue 2114533002: Switch chrome_elf exception handling from breakpad to crashpad (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add dependencies on the chrome_elf_common target in the blacklist target. Previously this came in i… 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 f5521863851effcefbfc7691c3f7fbcb9124c896..8536d2edbf4c0ad51e88926514160494a94e8abe 100644
--- a/chrome_elf/blacklist.gypi
+++ b/chrome_elf/blacklist.gypi
@@ -15,11 +15,14 @@
'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_common',
'../chrome_elf/chrome_elf.gyp:chrome_elf_constants',
+ '../components/components.gyp:crash_component',
'../sandbox/sandbox.gyp:sandbox',
],
},
@@ -32,8 +35,25 @@
],
'dependencies': [
'../base/base.gyp:base',
+ '../chrome/chrome.gyp:install_static_util',
'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