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