blob: d80fa9439d4d86e801228e451aa192fea670ed0d [file] [log] [blame]
include_rules = [
"+chrome/services/app_service/public",
]
specific_include_rules = {
"app_service_proxy\.cc": [
# App Service Proxy hosts the actual Mojo App Service as a private
# implementation detail. Allow the impl to be included there, but don't
# expose it to any other files except through the public mojo interface.
"+chrome/services/app_service/app_service_impl.h",
],
".*unittest\.cc": [
"+cc/test",
],
}