diff options
-rw-r--r-- | content/DEPS | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/content/DEPS b/content/DEPS index bbbbd9b..51bda9a 100644 --- a/content/DEPS +++ b/content/DEPS @@ -54,6 +54,10 @@ include_rules = [ # line, since the top level DEPS doesn't allow it, we add it to make this # explicit. "-views", + + # Treat Aura like Views for now. + "-ui/aura", + "-ui/aura_shell", "+webkit", ] |