diff options
Diffstat (limited to 'content/DEPS')
-rw-r--r-- | content/DEPS | 7 |
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", ] |