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

Unified Diff: chrome_elf/blacklist.gypi

Issue 2088133002: Switch chrome_elf exception handling from breakpad to crashpad. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update commments and attempt to fix dependency failure 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
Index: chrome_elf/blacklist.gypi
diff --git a/chrome_elf/blacklist.gypi b/chrome_elf/blacklist.gypi
index f5521863851effcefbfc7691c3f7fbcb9124c896..9a4c8b262144161f86c1c9ac89bacc67137b33e3 100644
--- a/chrome_elf/blacklist.gypi
+++ b/chrome_elf/blacklist.gypi
@@ -15,11 +15,13 @@
'blacklist/blacklist.h',
'blacklist/blacklist_interceptions.cc',
'blacklist/blacklist_interceptions.h',
+ 'crashpad_helper.cc',
+ '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',
],
},

Powered by Google App Engine
This is Rietveld 408576698