summaryrefslogtreecommitdiffstats
path: root/chrome_frame
diff options
context:
space:
mode:
authortony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-10 06:38:08 +0000
committertony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-10 06:38:08 +0000
commit62c68bee3e9ced3ba82100d04da274a0cf669f25 (patch)
tree930632cb189ef06bf137af5c78da327401fa2c1b /chrome_frame
parentda2566e16fff66dd911994e17d649e478a7beea1 (diff)
downloadchromium_src-62c68bee3e9ced3ba82100d04da274a0cf669f25.zip
chromium_src-62c68bee3e9ced3ba82100d04da274a0cf669f25.tar.gz
chromium_src-62c68bee3e9ced3ba82100d04da274a0cf669f25.tar.bz2
Remove unnecessary dependencies from webkit/glue and webkit/appcache.
We want to build these targets from an upstream checkout, so remove a circular dependency (WebKit.gyp) and remove inspector_resources which we don't need to generate for DRT (inspector was also disabled in test_shell a long long time ago). inspector_resources are pulled in explicitly by chrome, so we don't need a dependency here. Review URL: http://codereview.chromium.org/718001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41134 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome_frame')
-rw-r--r--chrome_frame/chrome_frame.gyp3
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome_frame/chrome_frame.gyp b/chrome_frame/chrome_frame.gyp
index 52cf839..2fbc268 100644
--- a/chrome_frame/chrome_frame.gyp
+++ b/chrome_frame/chrome_frame.gyp
@@ -393,12 +393,13 @@
'type': 'executable',
'msvs_guid': 'A1440368-4089-4E14-8864-D84D3C5714A7',
'dependencies': [
+ '../base/allocator/allocator.gyp:allocator',
'../build/temp_gyp/googleurl.gyp:googleurl',
'../chrome/chrome.gyp:browser',
'../chrome/chrome.gyp:common',
'../chrome/chrome.gyp:utility',
'../testing/gtest.gyp:gtest',
- '../base/allocator/allocator.gyp:allocator',
+ '../third_party/WebKit/WebKit/chromium/WebKit.gyp:webkit',
'base_noicu',
'chrome_frame_npapi',
'chrome_frame_strings',