summaryrefslogtreecommitdiffstats
path: root/content/DEPS
diff options
context:
space:
mode:
authortfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-05-05 21:45:41 +0000
committertfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-05-05 21:45:41 +0000
commit116302fcae9274397db086a454d18cbcb354027b (patch)
treeafdc95d27dc82a6e2d7cd31aa14a9c45bb60843d /content/DEPS
parent6d2d55b661b11e038d53c4b9271b67e719a72cc6 (diff)
downloadchromium_src-116302fcae9274397db086a454d18cbcb354027b.zip
chromium_src-116302fcae9274397db086a454d18cbcb354027b.tar.gz
chromium_src-116302fcae9274397db086a454d18cbcb354027b.tar.bz2
ui: Move compositor/ directory out of gfx/, up to ui/.
BUG=104040 R=piman@chromium.org,ben@chromium.org TBR=sky@chromium.org Review URL: https://chromiumcodereview.appspot.com/10365007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@135560 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/DEPS')
-rw-r--r--content/DEPS5
1 files changed, 3 insertions, 2 deletions
diff --git a/content/DEPS b/content/DEPS
index 8936498..79aa707 100644
--- a/content/DEPS
+++ b/content/DEPS
@@ -52,6 +52,7 @@ include_rules = [
# Aura is analogous to Win32 or a Gtk, so it is allowed.
"+ui/aura",
"+ui/base",
+ "+ui/compositor",
"+ui/gfx",
"+ui/surface",
# Content knows about grd files, but the specifics of how to get a resource
@@ -63,9 +64,9 @@ 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.
+ # explicit.
"-views",
-
+
# Aura Shell consumes views, so it too is banned.
"-ui/aura_shell",