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/webkit.gyp | |
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/webkit.gyp')
-rw-r--r-- | webkit/webkit.gyp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/webkit/webkit.gyp b/webkit/webkit.gyp index fd10c85..87dad82 100644 --- a/webkit/webkit.gyp +++ b/webkit/webkit.gyp @@ -4346,6 +4346,7 @@ ], 'include_dirs': [ '<(INTERMEDIATE_DIR)', + '<(SHARED_INTERMEDIATE_DIR)/webkit', ], 'sources': [ # This list contains all .h, .cc, and .mm files in glue except for @@ -4613,6 +4614,7 @@ { 'target_name': 'inspector_resources', 'type': 'none', + 'msvs_guid': '5330F8EE-00F5-D65C-166E-E3150171055D', 'copies': [ { 'destination': '<(PRODUCT_DIR)/resources/inspector', |