OLD | NEW |
1 include_rules = [ | 1 include_rules = [ |
2 "+gpu/GLES2", | 2 "+gpu/GLES2", |
3 "+gpu/command_buffer/client/context_support.h", | 3 "+gpu/command_buffer/client/context_support.h", |
4 "+gpu/command_buffer/client/gles2_interface.h", | 4 "+gpu/command_buffer/client/gles2_interface.h", |
5 "+gpu/command_buffer/client/gles2_interface_stub.h", # for tests | 5 "+gpu/command_buffer/client/gles2_interface_stub.h", # for tests |
6 "+gpu/command_buffer/common/gpu_memory_allocation.h", | 6 "+gpu/command_buffer/common/gpu_memory_allocation.h", |
7 "+gpu/command_buffer/common/capabilities.h", | 7 "+gpu/command_buffer/common/capabilities.h", |
8 "+gpu/command_buffer/common/mailbox.h", | 8 "+gpu/command_buffer/common/mailbox_holder.h", |
9 "+media", | 9 "+media", |
10 "+skia/ext", | 10 "+skia/ext", |
11 "+third_party/skia/include", | 11 "+third_party/skia/include", |
12 "+third_party/khronos/GLES2/gl2.h", | 12 "+third_party/khronos/GLES2/gl2.h", |
13 "+third_party/khronos/GLES2/gl2ext.h", | 13 "+third_party/khronos/GLES2/gl2ext.h", |
14 "+ui/events/latency_info.h", | 14 "+ui/events/latency_info.h", |
15 "+ui/gfx", | 15 "+ui/gfx", |
16 "+ui/gl", | 16 "+ui/gl", |
17 # DO NOT ADD ANY NEW WEBKIT HEADERS TO THIS LIST. | 17 # DO NOT ADD ANY NEW WEBKIT HEADERS TO THIS LIST. |
18 # TODO(danakj): Drop dependencies on WebKit Platform API from cc. | 18 # TODO(danakj): Drop dependencies on WebKit Platform API from cc. |
19 "+third_party/WebKit/public/platform/WebGraphicsContext3D.h", | 19 "+third_party/WebKit/public/platform/WebGraphicsContext3D.h", |
20 ] | 20 ] |
OLD | NEW |