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