OLD | NEW |
---|---|
(Empty) | |
1 include_rules = [ | |
2 # 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
| |
3 # we need to figure out the right way for apps to call GL. | |
4 "!gpu/command_buffer/client/gles2_interface.h", | |
5 ] | |
OLD | NEW |