Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1)

Unified Diff: content/DEPS

Issue 10365007: ui: Move compositor/ directory out of gfx/, up to ui/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix DEPS Created 8 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/test/ui/ui_test.cc ('k') | content/browser/renderer_host/image_transport_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/DEPS
diff --git a/content/DEPS b/content/DEPS
index 8936498244d2000cd6b6cbc3c48f25be224bc231..79aa707725967c17e4d67101a9810d817a6bbb82 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",
« no previous file with comments | « chrome/test/ui/ui_test.cc ('k') | content/browser/renderer_host/image_transport_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698