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

Unified Diff: chrome_elf/blacklist.gypi

Issue 2183263003: [chrome_elf] Big ELF cleanup. Part 1. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Adjusted g_crash_reports. Created 4 years, 5 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 d87255aadaa264a524dcf84d904f54bd71dcdae9..3f0fe2743d651e3988afdeb46cdeff11abb732d4 100644
--- a/chrome_elf/blacklist.gypi
+++ b/chrome_elf/blacklist.gypi
@@ -15,8 +15,6 @@
'blacklist/blacklist.h',
'blacklist/blacklist_interceptions.cc',
'blacklist/blacklist_interceptions.h',
- 'blacklist/crashpad_helper.cc',
- 'blacklist/crashpad_helper.h',
],
'dependencies': [
'../base/base.gyp:base',
@@ -24,7 +22,6 @@
'../chrome_elf/chrome_elf.gyp:chrome_elf_constants',
'../chrome_elf/chrome_elf.gyp:chrome_elf_hook_util',
'../chrome_elf/nt_registry/nt_registry.gyp:chrome_elf_nt_registry',
- '../components/components.gyp:crash_component',
'../sandbox/sandbox.gyp:sandbox',
],
},
@@ -38,6 +35,7 @@
'dependencies': [
'../base/base.gyp:base',
'../chrome/chrome.gyp:install_static_util',
+ '../chrome_elf/chrome_elf.gyp:chrome_elf_crash',
'../chrome_elf/nt_registry/nt_registry.gyp:chrome_elf_nt_registry',
'blacklist',
],

Powered by Google App Engine
This is Rietveld 408576698