diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-16 22:32:06 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-16 22:32:06 +0000 |
commit | 8332b73bf73730995157c96c881c712d58fba7fa (patch) | |
tree | 1800346658e20b9d964857379509535125eb113e | |
parent | fef3f2e7e903adc1e08a72264b1815552cc80078 (diff) | |
download | chromium_src-8332b73bf73730995157c96c881c712d58fba7fa.zip chromium_src-8332b73bf73730995157c96c881c712d58fba7fa.tar.gz chromium_src-8332b73bf73730995157c96c881c712d58fba7fa.tar.bz2 |
Clean up some more DEPS in chrome/common.
Review URL: http://codereview.chromium.org/48024
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11787 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | chrome/common/DEPS | 4 | ||||
-rw-r--r-- | chrome/common/chrome_plugin_unittest.cc | 1 | ||||
-rw-r--r-- | chrome/common/gfx/DEPS | 5 |
3 files changed, 6 insertions, 4 deletions
diff --git a/chrome/common/DEPS b/chrome/common/DEPS index 1486f99..044e2f8 100644 --- a/chrome/common/DEPS +++ b/chrome/common/DEPS @@ -17,7 +17,7 @@ include_rules = [ # FIXME - refactor code and remove these dependencies "+chrome/app", "+chrome/browser", - "+chrome/browser/net", + + # See bug 7828 "+chrome/renderer", - "+chrome/views", ] diff --git a/chrome/common/chrome_plugin_unittest.cc b/chrome/common/chrome_plugin_unittest.cc index 54f293a..8a884a6 100644 --- a/chrome/common/chrome_plugin_unittest.cc +++ b/chrome/common/chrome_plugin_unittest.cc @@ -7,7 +7,6 @@ #include "base/path_service.h" #include "base/string_util.h" #include "chrome/browser/chrome_plugin_host.h" -#include "chrome/browser/net/url_fetcher.h" #include "chrome/browser/profile.h" #include "chrome/common/chrome_plugin_lib.h" #include "chrome/test/chrome_plugin/test_chrome_plugin.h" diff --git a/chrome/common/gfx/DEPS b/chrome/common/gfx/DEPS index 5c5082d..6f96b3f 100644 --- a/chrome/common/gfx/DEPS +++ b/chrome/common/gfx/DEPS @@ -1,4 +1,7 @@ include_rules = [ "+skia/include", "+skia/ext", -];
\ No newline at end of file + + # FIXME - refactor code and remove these dependencies + "+chrome/views", +]; |