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