| OLD | NEW |
| 1 include_rules = [ | 1 include_rules = [ |
| 2 "+cc", | 2 "+cc", |
| 3 "-cc/blink", | 3 "-cc/blink", |
| 4 "+gpu/command_buffer/service/mailbox_manager.h", | 4 "+gpu/command_buffer/service/mailbox_manager.h", |
| 5 "+mojo/application", | 5 "+mojo/application", |
| 6 "+mojo/cc", | 6 "+mojo/cc", |
| 7 "+mojo/converters/geometry", |
| 8 "+mojo/converters/input_events", |
| 9 "+mojo/converters/surfaces", |
| 7 "+mojo/geometry", | 10 "+mojo/geometry", |
| 8 "+mojo/services", | 11 "+mojo/services", |
| 9 "+third_party/skia", | 12 "+third_party/skia", |
| 10 "+ui/base/cursor/cursor.h", | 13 "+ui/base/cursor/cursor.h", |
| 11 "+ui/base/hit_test.h", | 14 "+ui/base/hit_test.h", |
| 12 "+ui/compositor", | 15 "+ui/compositor", |
| 13 "+ui/events", | 16 "+ui/events", |
| 14 "+ui/gfx", | 17 "+ui/gfx", |
| 15 "+ui/gl", | 18 "+ui/gl", |
| 16 "+webkit/common/gpu", | 19 "+webkit/common/gpu", |
| 17 ] | 20 ] |
| 18 | 21 |
| 19 specific_include_rules = { | 22 specific_include_rules = { |
| 20 "view_manager_unittest.cc": [ | 23 "view_manager_unittest.cc": [ |
| 21 "+mojo/application_manager/application_manager.h", | 24 "+mojo/application_manager/application_manager.h", |
| 22 ], | 25 ], |
| 23 } | 26 } |
| OLD | NEW |