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