blob: c3a0d2257c1b7e7d1c761f30023b6bdfd010db09 [file] [log] [blame]
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",
]
}