| Index: chrome_elf/blacklist.gypi
|
| diff --git a/chrome_elf/blacklist.gypi b/chrome_elf/blacklist.gypi
|
| index 5f05425ac3c9f4aa55ddec7cd626a829d2a1886d..d87255aadaa264a524dcf84d904f54bd71dcdae9 100644
|
| --- a/chrome_elf/blacklist.gypi
|
| +++ b/chrome_elf/blacklist.gypi
|
| @@ -15,14 +15,16 @@
|
| '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/chrome.gyp:install_static_util',
|
| - '../chrome_elf/chrome_elf.gyp:chrome_elf_breakpad',
|
| '../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',
|
| ],
|
| },
|
| @@ -39,6 +41,22 @@
|
| '../chrome_elf/nt_registry/nt_registry.gyp:chrome_elf_nt_registry',
|
| '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',
|
|
|