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