Index: mojo/examples/sample_app/DEPS |
diff --git a/mojo/examples/sample_app/DEPS b/mojo/examples/sample_app/DEPS |
new file mode 100644 |
index 0000000000000000000000000000000000000000..2f6ef9500a2ebd3beef1d74f26594025cfe2d2e5 |
--- /dev/null |
+++ b/mojo/examples/sample_app/DEPS |
@@ -0,0 +1,5 @@ |
+include_rules = [ |
+ # TODO(abarth): Rather than including this interface directly, |
+ # we need to figure out the right way for apps to call GL. |
+ "!gpu/command_buffer/client/gles2_interface.h", |
+] |