| 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", |
| 4 "+cc/layers/ui_resource_layer.h", | 4 "+cc/output", |
| 5 "+cc/output/copy_output_request.h", | 5 "+cc/resources", |
| 6 "+cc/output/context_provider.h", | 6 "+cc/surfaces", |
| 7 "+cc/output/vulkan_context_provider.h", | |
| 8 "+cc/output/vulkan_in_process_context_provider.h", | |
| 9 "+cc/resources/scoped_ui_resource.h", | |
| 10 "+cc/resources/ui_resource_client.h", | |
| 11 "+cc/resources/ui_resource_bitmap.h", | |
| 12 "+cc/test/stub_layer_tree_host_client.h", | 7 "+cc/test/stub_layer_tree_host_client.h", |
| 13 "+cc/test/test_task_graph_runner.h", | 8 "+cc/test/test_task_graph_runner.h", |
| 14 "+cc/trees/layer_tree_host.h", | 9 "+cc/trees/layer_tree_host.h", |
| 15 "+jni", | 10 "+jni", |
| 16 "+skia/ext", | 11 "+skia/ext", |
| 17 "+third_party/skia", | 12 "+third_party/skia", |
| 18 "+ui/base/resource/resource_bundle.h", | 13 "+ui/base/resource/resource_bundle.h", |
| 19 "+ui/base/ui_base_paths.h", | 14 "+ui/base/ui_base_paths.h", |
| 20 "+ui/gfx", | 15 "+ui/gfx", |
| 21 ] | 16 ] |
| OLD | NEW |