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