summaryrefslogtreecommitdiffstats
path: root/content/DEPS
diff options
context:
space:
mode:
authorjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-03-15 20:27:35 +0000
committerjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-03-15 20:27:35 +0000
commitda13e896a39a8fa7adeb7ea0c3345f62fbcbac86 (patch)
treedae375b63afd1a52c6a5449d62b2d1882b50fe7f /content/DEPS
parentf242f222bbba36f1df1392ddf0717c4a584c286f (diff)
downloadchromium_src-da13e896a39a8fa7adeb7ea0c3345f62fbcbac86.zip
chromium_src-da13e896a39a8fa7adeb7ea0c3345f62fbcbac86.tar.gz
chromium_src-da13e896a39a8fa7adeb7ea0c3345f62fbcbac86.tar.bz2
Make ContentBrowserClient not be owned by ContentClient, so that the latter doesn't have to include a header from the former. Also tighten up DEPS checking so that we ensure that content\common doesn't depend on any other content directory.
Review URL: http://codereview.chromium.org/6695029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78273 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/DEPS')
-rw-r--r--content/DEPS5
1 files changed, 5 insertions, 0 deletions
diff --git a/content/DEPS b/content/DEPS
index a5184fb..f815d36 100644
--- a/content/DEPS
+++ b/content/DEPS
@@ -7,6 +7,11 @@ include_rules = [
# When the src\content refactoring is complete, this will be unnecessary (and
# in fact, a layering violation).
"+chrome",
+
+ # The subdirectories in content/ will manually allow their own include
+ # directories in content/ so we disallow all of them.
+ "-content",
+ "+content/common",
"+grit",
"+gpu",