diff options
Diffstat (limited to 'webkit/tools/test_shell/test_shell.gyp')
-rw-r--r-- | webkit/tools/test_shell/test_shell.gyp | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/webkit/tools/test_shell/test_shell.gyp b/webkit/tools/test_shell/test_shell.gyp index 6134283..8970991 100644 --- a/webkit/tools/test_shell/test_shell.gyp +++ b/webkit/tools/test_shell/test_shell.gyp @@ -89,10 +89,15 @@ ] }], ['OS=="win"', { - 'include_dirs': [ - '../../../breakpad/src', - ], 'msvs_disabled_warnings': [ 4800 ], + 'link_settings': { + 'libraries': [ + '-lcomctl32.lib', + ], + }, + 'dependencies': [ + '../../../breakpad/breakpad.gyp:breakpad_handler', + ], }, { # OS!=win 'sources/': [ ['exclude', '_win\\.cc$'] |