summaryrefslogtreecommitdiffstats
path: root/chrome/DEPS
diff options
context:
space:
mode:
authorjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-09-30 23:09:30 +0000
committerjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-09-30 23:09:30 +0000
commit4a68c9ef3c575519b757581a3c9dca94140eb15c (patch)
tree00bb69a521626901bf848293e2bcbb7836dd479a /chrome/DEPS
parenta6adbe56f4f0e7482d4f553fc93a195d57ad5c91 (diff)
downloadchromium_src-4a68c9ef3c575519b757581a3c9dca94140eb15c.zip
chromium_src-4a68c9ef3c575519b757581a3c9dca94140eb15c.tar.gz
chromium_src-4a68c9ef3c575519b757581a3c9dca94140eb15c.tar.bz2
Clean up DEPS rules against content so that not all chrome code can include anything from content.
I also moved ChromeContentPluginClient to chrome\plugin where it really belongs (i.e. to match what we do with the utility client). Review URL: http://codereview.chromium.org/8095011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@103569 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/DEPS')
-rw-r--r--chrome/DEPS4
1 files changed, 3 insertions, 1 deletions
diff --git a/chrome/DEPS b/chrome/DEPS
index 3186b7d..4d20732 100644
--- a/chrome/DEPS
+++ b/chrome/DEPS
@@ -1,5 +1,4 @@
include_rules = [
- "+content",
"+crypto",
"+gpu",
"+net",
@@ -12,6 +11,9 @@ include_rules = [
"-chrome",
"+chrome/common",
"+chrome/test",
+ "-content",
+ "+content/common",
+ "+content/test",
# Don't allow inclusion of these other libs we shouldn't be calling directly.
"-v8",