0

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
This commit is contained in:
tfarina@chromium.org
2012-09-30 18:32:06 +00:00
parent 5b664736da
commit 58aed8bd58

@ -64,13 +64,10 @@ include_rules = [
# Content shouldn't depend on views. While we technically don't need this # 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 # line, since the top level DEPS doesn't allow it, we add it to make this
# explicit. # explicit.
"-views", "-ui/views",
# Aura Shell consumes views, so it too is banned.
"-ui/aura_shell",
"+webkit", "+webkit",
# For generated JNI includes # For generated JNI includes.
"+jni", "+jni",
] ]