diff options
author | tony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-10 02:02:38 +0000 |
---|---|---|
committer | tony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-10 02:02:38 +0000 |
commit | bc8000a70c8e414122a18a36577b0bb013e2bddb (patch) | |
tree | b6dfa6d94e41d27f1ff45077dd21d422949bca9c /webkit/glue/DEPS | |
parent | 4810f7d1b27ea0bc9b4020ba85cd60b8ed1789f6 (diff) | |
download | chromium_src-bc8000a70c8e414122a18a36577b0bb013e2bddb.zip chromium_src-bc8000a70c8e414122a18a36577b0bb013e2bddb.tar.gz chromium_src-bc8000a70c8e414122a18a36577b0bb013e2bddb.tar.bz2 |
More dependency breaking. webkit shouldn't depend on chrome or ipc.
The GPU code will still cause problems, but this is a step in the right direction.
Review URL: http://codereview.chromium.org/707002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41115 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/glue/DEPS')
-rw-r--r-- | webkit/glue/DEPS | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/webkit/glue/DEPS b/webkit/glue/DEPS index 1e84e42..e59afec 100644 --- a/webkit/glue/DEPS +++ b/webkit/glue/DEPS @@ -8,8 +8,4 @@ include_rules = [ # This is not actually a directory, but npruntime_util.cc includes a file # from WebKit starting with this path in JSCore mode. "+bindings/c", - - # FIXME - refactor code and remove these dependencies - "+chrome/browser", - "+chrome/common", ] |