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

Unified Diff: mojo/examples/aura_demo/DEPS

Issue 120503003: run aura_demo as a mojo app (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: builds on X11 now too Created 6 years, 11 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 | « no previous file | mojo/examples/aura_demo/aura_demo.cc » ('j') | mojo/examples/aura_demo/aura_demo.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
+]
« no previous file with comments | « no previous file | mojo/examples/aura_demo/aura_demo.cc » ('j') | mojo/examples/aura_demo/aura_demo.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698