diff options
author | sgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-08 01:53:23 +0000 |
---|---|---|
committer | sgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-08 01:53:23 +0000 |
commit | ea2a98d772631f7a853875139f9147572f8f11eb (patch) | |
tree | b7ddf14b6c51ebeaa102635d7308d66aa8d9c6d5 /webkit/tools/test_shell | |
parent | 2c41c0058e3a7ec333f974aa0e45c2fc78fb9556 (diff) | |
download | chromium_src-ea2a98d772631f7a853875139f9147572f8f11eb.zip chromium_src-ea2a98d772631f7a853875139f9147572f8f11eb.tar.gz chromium_src-ea2a98d772631f7a853875139f9147572f8f11eb.tar.bz2 |
Add '<(SHARED_INTERMEDIATE_DIR)/webkit' to 'glue', too.
Add 'msvs_guid' values to the new targets that are getting
added to the checked-in chrome.sln files.
Update the 'test_worker' target with some missing info.
Review URL: http://codereview.chromium.org/112009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15609 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/tools/test_shell')
-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', ], |