| OLD | NEW |
| 1 include_rules = [ | 1 include_rules = [ |
| 2 "+cc/animation/animation_host.h", | 2 "+cc/animation/animation_host.h", |
| 3 "+cc/layers/layer.h", | 3 "+cc/layers/layer.h", |
| 4 "+cc/layers/ui_resource_layer.h", | 4 "+cc/layers/ui_resource_layer.h", |
| 5 "+cc/output/copy_output_request.h", | 5 "+cc/output/copy_output_request.h", |
| 6 "+cc/resources/scoped_ui_resource.h", | 6 "+cc/resources/scoped_ui_resource.h", |
| 7 "+cc/resources/ui_resource_client.h", | 7 "+cc/resources/ui_resource_client.h", |
| 8 "+cc/resources/ui_resource_bitmap.h", | 8 "+cc/resources/ui_resource_bitmap.h", |
| 9 "+cc/test/stub_layer_tree_host_client.h", | 9 "+cc/test/stub_layer_tree_host_client.h", |
| 10 "+cc/test/test_task_graph_runner.h", | 10 "+cc/test/test_task_graph_runner.h", |
| 11 "+cc/trees/layer_tree_host.h", | 11 "+cc/trees/layer_tree_host.h", |
| 12 "+jni", | 12 "+jni", |
| 13 "+skia/ext", | 13 "+skia/ext", |
| 14 "+third_party/skia", | 14 "+third_party/skia", |
| 15 "+ui/base/resource/resource_bundle.h", | 15 "+ui/base/resource/resource_bundle.h", |
| 16 "+ui/base/ui_base_paths.h", | 16 "+ui/base/ui_base_paths.h", |
| 17 "+ui/display/display.h", |
| 18 "+ui/display/screen.h", |
| 17 "+ui/gfx", | 19 "+ui/gfx", |
| 18 ] | 20 ] |
| OLD | NEW |