summaryrefslogtreecommitdiffstats
path: root/ui/gfx/compositor/DEPS
diff options
context:
space:
mode:
Diffstat (limited to 'ui/gfx/compositor/DEPS')
-rw-r--r--ui/gfx/compositor/DEPS7
1 files changed, 7 insertions, 0 deletions
diff --git a/ui/gfx/compositor/DEPS b/ui/gfx/compositor/DEPS
new file mode 100644
index 0000000..956b453
--- /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",
+]