Index: content/DEPS |
diff --git a/content/DEPS b/content/DEPS |
index a79d9c67bf8d4c7fa8293615b3209f77e7f27822..7600e6547f7b7bdc6ef204cc3b05df9e452b5c73 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", |
] |