blob: c3a0d2257c1b7e7d1c761f30023b6bdfd010db09 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
include_rules = [
"+mojo/edk/system/system_impl_export.h",
]
specific_include_rules = {
# Implementation files may freely access mojo/edk/system, but we don't want to
# leak implementation details through the headers.
".*\.cc": [
"+mojo/edk/system",
]
}
|