blob: 1c627b70d37c0152f527e30fe3c74506498777a5 [file] [log] [blame]
include_rules = [
"+mojo/system/system_impl_export.h",
]
specific_include_rules = {
# Implementation files may freely access mojo/system, but we don't want to
# leak implementation details through the headers.
".*\.cc": [
"+mojo/system",
]
}