include_rules = [
  "+components/services/app_service/app_service_mojom_impl.h",
  "+components/services/app_service/public",
  "+components/app_constants",
  "+components/app_restore",
  "+components/webapk",
]

specific_include_rules = {
  "notifications_browsertest\.cc": [
    "+ash/system/message_center/arc/arc_notification_manager.h",
    "+ash/system/message_center/arc/arc_notification_manager_delegate.h",
    "+ui/message_center/message_center.h",
  ],
  ".*unittest\.cc": [
    "+cc/test",
  ],
}
