| OLD | NEW |
| 1 include_rules = [ | 1 include_rules = [ |
| 2 "+gpu/command_buffer/client/gl_in_process_context.h", | 2 "+gpu/command_buffer/client/gl_in_process_context.h", |
| 3 "+gpu/command_buffer/client/gles2_implementation.h", | 3 "+gpu/command_buffer/client/gles2_implementation.h", |
| 4 "+gpu/command_buffer/client/gles2_interface_stub.h", | 4 "+gpu/command_buffer/client/gles2_interface_stub.h", |
| 5 "+gpu/command_buffer/client/gles2_lib.h", | 5 "+gpu/command_buffer/client/gles2_lib.h", |
| 6 "+gpu/command_buffer/client/shared_memory_limits.h", | 6 "+gpu/command_buffer/client/shared_memory_limits.h", |
| 7 "+gpu/command_buffer/common/gles2_cmd_utils.h", | 7 "+gpu/command_buffer/common/gles2_cmd_utils.h", |
| 8 "+gpu/command_buffer/service/image_factory.h", | 8 "+gpu/command_buffer/service/image_factory.h", |
| 9 "+gpu/ipc", |
| 9 "+gpu/skia_bindings/grcontext_for_gles2_interface.h", | 10 "+gpu/skia_bindings/grcontext_for_gles2_interface.h", |
| 10 ] | 11 ] |
| 11 | 12 |
| 12 specific_include_rules = { | 13 specific_include_rules = { |
| 13 "run_all_unittests\.cc": [ | 14 "run_all_unittests\.cc": [ |
| 14 "+mojo/edk/embedder/embedder.h", | 15 "+mojo/edk/embedder/embedder.h", |
| 15 ], | 16 ], |
| 16 } | 17 } |
| OLD | NEW |