summaryrefslogtreecommitdiffstats
path: root/mojo/examples/sample_app/DEPS
diff options
context:
space:
mode:
authorben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-12-10 23:24:27 +0000
committerben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-12-10 23:24:27 +0000
commit3df1e15f05e97223a7acff7373f0b4fb5a39fc76 (patch)
tree69ac96a449de70f5fa47a1e9ec53930daa9661ec /mojo/examples/sample_app/DEPS
parentaf7b5864f521efbd3c3758dc3d10f0a4a10c0080 (diff)
downloadchromium_src-3df1e15f05e97223a7acff7373f0b4fb5a39fc76.zip
chromium_src-3df1e15f05e97223a7acff7373f0b4fb5a39fc76.tar.gz
chromium_src-3df1e15f05e97223a7acff7373f0b4fb5a39fc76.tar.bz2
Do something more interesting than printf when an event is received by sample_app.
R=abarth@chromium.org http://crbug.com/324639 Review URL: https://codereview.chromium.org/108273008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@239910 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'mojo/examples/sample_app/DEPS')
-rw-r--r--mojo/examples/sample_app/DEPS4
1 files changed, 4 insertions, 0 deletions
diff --git a/mojo/examples/sample_app/DEPS b/mojo/examples/sample_app/DEPS
new file mode 100644
index 0000000..49b9c28
--- /dev/null
+++ b/mojo/examples/sample_app/DEPS
@@ -0,0 +1,4 @@
+include_rules = [
+ "+ui/events/event_constants.h", # pending enum support in mojom
+ "+ui/gfx", # TODO(beng): trim the size of this dep.
+]