summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chrome/common/DEPS4
-rw-r--r--chrome/common/chrome_plugin_unittest.cc1
-rw-r--r--chrome/common/gfx/DEPS5
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",
+];