Index: webkit/tools/test_shell/test_shell.gyp |
=================================================================== |
--- webkit/tools/test_shell/test_shell.gyp (revision 10746) |
+++ webkit/tools/test_shell/test_shell.gyp (working copy) |
@@ -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', |
], |
- 'msvs_disabled_warnings': [ 4800 ], |
}, { # OS!=win |
'sources/': [ |
['exclude', '_win\\.cc$'] |