diff options
author | tony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-10 06:38:08 +0000 |
---|---|---|
committer | tony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-10 06:38:08 +0000 |
commit | 62c68bee3e9ced3ba82100d04da274a0cf669f25 (patch) | |
tree | 930632cb189ef06bf137af5c78da327401fa2c1b /webkit/webkit.gyp | |
parent | da2566e16fff66dd911994e17d649e478a7beea1 (diff) | |
download | chromium_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 'webkit/webkit.gyp')
-rw-r--r-- | webkit/webkit.gyp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/webkit/webkit.gyp b/webkit/webkit.gyp index c460c4c..282bb3b 100644 --- a/webkit/webkit.gyp +++ b/webkit/webkit.gyp @@ -125,7 +125,6 @@ 'dependencies': [ '../app/app.gyp:app_base', '../net/net.gyp:net', - '../third_party/WebKit/WebKit/chromium/WebKit.gyp:webkit', ], 'sources': [ # This list contains all .h and .cc in appcache except for test code. @@ -204,9 +203,7 @@ 'dependencies': [ '../app/app.gyp:app_base', '../net/net.gyp:net', - 'inspector_resources', '../third_party/WebKit/WebCore/WebCore.gyp/WebCore.gyp:webcore', - '../third_party/WebKit/WebKit/chromium/WebKit.gyp:webkit', 'webkit_resources', 'webkit_strings', ], |