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

Unified Diff: ui/gfx/compositor/DEPS

Issue 8222028: Use WebKit compositor in ui::Layer (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: rebase Created 9 years, 2 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 | « ui/aura_shell/test_suite.cc ('k') | ui/gfx/compositor/compositor.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/compositor/DEPS
diff --git a/ui/gfx/compositor/DEPS b/ui/gfx/compositor/DEPS
new file mode 100644
index 0000000000000000000000000000000000000000..956b453a4252bbc6fbeeb9cb69ef38b6efc3c09b
--- /dev/null
+++ b/ui/gfx/compositor/DEPS
@@ -0,0 +1,7 @@
+# NOTE(piman): This is not an invitation to add WebKit stuff in general into
+# the compositor/ui. These lines will disappear once we can extract the Chromium
+# Compositor out of WebKit.
+include_rules = [
+ "+webkit/glue",
+ "+webkit/gpu",
+]
« no previous file with comments | « ui/aura_shell/test_suite.cc ('k') | ui/gfx/compositor/compositor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698