Chromium Code Reviews| 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, |
|
jamesr
2013/11/06 01:42:45
you could use the khronos headers, which provide a
abarth-chromium
2013/11/06 02:25:10
Yeah, I was going to worry about that once we had
|
| + # we need to figure out the right way for apps to call GL. |
| + "!gpu/command_buffer/client/gles2_interface.h", |
| +] |