Index: mojo/examples/aura_demo/DEPS |
diff --git a/mojo/examples/aura_demo/DEPS b/mojo/examples/aura_demo/DEPS |
new file mode 100644 |
index 0000000000000000000000000000000000000000..5a67e86b03bf3d6ca5f2b7f066672df4395d7b5b |
--- /dev/null |
+++ b/mojo/examples/aura_demo/DEPS |
@@ -0,0 +1,11 @@ |
+include_rules = [ |
+ "+cc", |
+ "+cc", |
+ "+ui/aura", |
+ "+ui/base/hit_test.h", |
+ "+ui/compositor", |
+ "+ui/gfx", |
+ "+ui/gl", |
+ "+gpu/command_buffer/client", |
sky
2014/01/06 23:19:43
nit: sort
|
+ "+webkit/common/gpu", |
+] |