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

Unified Diff: chrome_elf/blacklist.gypi

Issue 2242323002: Revert of [chrome_elf] Big cleanup and removing dependencies that recently crept in. Part 1. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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/BUILD.gn ('k') | chrome_elf/blacklist/blacklist.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 3f0fe2743d651e3988afdeb46cdeff11abb732d4..d87255aadaa264a524dcf84d904f54bd71dcdae9 100644
--- a/chrome_elf/blacklist.gypi
+++ b/chrome_elf/blacklist.gypi
@@ -15,6 +15,8 @@
'blacklist/blacklist.h',
'blacklist/blacklist_interceptions.cc',
'blacklist/blacklist_interceptions.h',
+ 'blacklist/crashpad_helper.cc',
+ 'blacklist/crashpad_helper.h',
],
'dependencies': [
'../base/base.gyp:base',
@@ -22,6 +24,7 @@
'../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',
],
},
@@ -35,7 +38,6 @@
'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',
],
« no previous file with comments | « chrome_elf/BUILD.gn ('k') | chrome_elf/blacklist/blacklist.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698