diff options
Diffstat (limited to 'mojo/examples/sample_app/DEPS')
-rw-r--r-- | mojo/examples/sample_app/DEPS | 4 |
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. +] |