From 6abb6b88c89f3b499c97d5acce085021b3d79319 Mon Sep 17 00:00:00 2001 From: "jam@chromium.org" Date: Mon, 26 Sep 2011 17:55:19 +0000 Subject: Ensure content doesn't bring in Aura. Review URL: http://codereview.chromium.org/8046010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@102753 0039d316-1c4b-4281-b951-d872f2087c98 --- content/DEPS | 4 ++++ 1 file changed, 4 insertions(+) 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", ] -- cgit v1.1