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