diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-26 17:55:19 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-26 17:55:19 +0000 |
commit | 6abb6b88c89f3b499c97d5acce085021b3d79319 (patch) | |
tree | d8ee04dc117d3a5edd24a33c0f18ad24c7218586 /content/DEPS | |
parent | dfab948377a9867c515476081f38e89b1156d063 (diff) | |
download | chromium_src-6abb6b88c89f3b499c97d5acce085021b3d79319.zip chromium_src-6abb6b88c89f3b499c97d5acce085021b3d79319.tar.gz chromium_src-6abb6b88c89f3b499c97d5acce085021b3d79319.tar.bz2 |
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
Diffstat (limited to 'content/DEPS')
-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", ] |