| Index: chrome_elf/blacklist.gypi
 | 
| diff --git a/chrome_elf/blacklist.gypi b/chrome_elf/blacklist.gypi
 | 
| index f5521863851effcefbfc7691c3f7fbcb9124c896..8536d2edbf4c0ad51e88926514160494a94e8abe 100644
 | 
| --- a/chrome_elf/blacklist.gypi
 | 
| +++ b/chrome_elf/blacklist.gypi
 | 
| @@ -15,11 +15,14 @@
 | 
|          '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_elf/chrome_elf.gyp:chrome_elf_breakpad',
 | 
| +        '../chrome_elf/chrome_elf.gyp:chrome_elf_common',
 | 
|          '../chrome_elf/chrome_elf.gyp:chrome_elf_constants',
 | 
| +        '../components/components.gyp:crash_component',
 | 
|          '../sandbox/sandbox.gyp:sandbox',
 | 
|        ],
 | 
|      },
 | 
| @@ -32,8 +35,25 @@
 | 
|        ],
 | 
|        'dependencies': [
 | 
|          '../base/base.gyp:base',
 | 
| +        '../chrome/chrome.gyp:install_static_util',
 | 
|          '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',
 | 
| 
 |