OLD | NEW |
---|---|
1 include_rules = [ | 1 include_rules = [ |
2 "+media", | |
2 "+skia/ext", | 3 "+skia/ext", |
3 "+third_party/skia/include", | 4 "+third_party/skia/include", |
4 "+third_party/khronos/GLES2/gl2.h", | 5 "+third_party/khronos/GLES2/gl2.h", |
5 "+third_party/khronos/GLES2/gl2ext.h", | 6 "+third_party/khronos/GLES2/gl2ext.h", |
7 "+third_party/WebKit/Source/Platform/chromium/public/WebGraphicsContext3D.h", | |
jamesr
2012/12/06 00:17:35
put these at the end of the file with a FIXME or T
danakj
2012/12/06 01:02:55
Oh, okay, wasn't sure about that. Will do.
| |
8 "+third_party/WebKit/Source/Platform/chromium/public/WebGraphicsMemoryAllocati on.h", | |
6 "+ui/gfx", | 9 "+ui/gfx", |
7 "+media", | |
8 ] | 10 ] |
OLD | NEW |