blob: a48b09282c7976b619b8416e8700795824374e33 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
include_rules = [
"+components/viz/common/resources/resource_format.h",
"+components/viz/common/resources/resource_format_utils.h",
"+third_party/skia/include",
]
specific_include_rules = {
"unittest_main\.cc": [
"+mojo/core/embedder/embedder.h",
],
"activity_flags.h": [
"+mojo/public/cpp/system/buffer.h",
],
}
|