summaryrefslogtreecommitdiffstats
path: root/content/DEPS
diff options
context:
space:
mode:
authortfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-09-30 18:32:06 +0000
committertfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-09-30 18:32:06 +0000
commit58aed8bd582f18d6d06bdb240d80db98f1c7bdcc (patch)
tree457821f5ce3384cacee369f636c726711c0b4f69 /content/DEPS
parent5b664736da31255db90a0ff9acaddb6487f087cc (diff)
downloadchromium_src-58aed8bd582f18d6d06bdb240d80db98f1c7bdcc.zip
chromium_src-58aed8bd582f18d6d06bdb240d80db98f1c7bdcc.tar.gz
chromium_src-58aed8bd582f18d6d06bdb240d80db98f1c7bdcc.tar.bz2
content: Fix deps entries.
R=jam@chromium.org Review URL: https://codereview.chromium.org/10989080 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@159442 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/DEPS')
-rw-r--r--content/DEPS7
1 files changed, 2 insertions, 5 deletions
diff --git a/content/DEPS b/content/DEPS
index a79d9c67b..7600e654 100644
--- a/content/DEPS
+++ b/content/DEPS
@@ -64,13 +64,10 @@ include_rules = [
# Content shouldn't depend on views. While we technically don't need this
# line, since the top level DEPS doesn't allow it, we add it to make this
# explicit.
- "-views",
-
- # Aura Shell consumes views, so it too is banned.
- "-ui/aura_shell",
+ "-ui/views",
"+webkit",
- # For generated JNI includes
+ # For generated JNI includes.
"+jni",
]