| 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',
|
| ],
|
|
|