diff options
Diffstat (limited to 'webkit/tools/test_shell/test_shell.gyp')
-rw-r--r-- | webkit/tools/test_shell/test_shell.gyp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/webkit/tools/test_shell/test_shell.gyp b/webkit/tools/test_shell/test_shell.gyp index de67342..ec323db 100644 --- a/webkit/tools/test_shell/test_shell.gyp +++ b/webkit/tools/test_shell/test_shell.gyp @@ -39,6 +39,7 @@ '../../webkit.gyp:webkit', '../../webkit.gyp:inspector_resources', ], + 'msvs_guid': '77C32787-1B96-CB84-B905-7F170629F0AC', 'sources': [ 'mac/DumpRenderTreePasteboard.h', 'mac/DumpRenderTreePasteboard.m', @@ -527,9 +528,12 @@ '../../../third_party/npapi/npapi.gyp:npapi', '../../webkit.gyp:glue', '../../webkit.gyp:webkit', + # For simple_clipboard_impl.cc + 'test_shell_common', ], 'sources': [ 'test_worker/test_webworker.cc', + 'test_worker/test_webworker.h', 'test_worker/test_worker_main.cc', 'test_worker/test_worker.def', ], |