include_rules = [
  "+content/public/browser/content_browser_client.h",
  "+content/public/common/service_manifest.mojom.h",
  "+content/public/gpu/content_gpu_client.h",
  "+content/public/renderer/content_renderer_client.h",
  "+content/public/utility/content_utility_client.h",
  "+services/service_manager",
]

specific_include_rules = {
  "content_browser_manifest\.cc": [
    "+services/content/manifest.h",
    "+services/file/manifest.h",
  ],
  "content_packaged_services_manifest\.cc": [
    "+chromeos/assistant/buildflags.h",
    "+chromeos/services/assistant/audio_decoder/manifest.h",
    "+components/services/font/manifest.h",
    "+components/services/heap_profiling/manifest.h",
    "+media/mojo/services/cdm_manifest.h",
    "+media/mojo/services/media_manifest.h",
    "+services/audio/manifest.h",
    "+services/data_decoder/manifest.h",
    "+services/device/manifest.h",
    "+services/media_session/manifest.h",
    "+services/metrics/manifest.h",
    "+services/network/manifest.h",
    "+services/resource_coordinator/manifest.h",
    "+services/shape_detection/manifest.h",
    "+services/tracing/manifest.h",
    "+services/video_capture/manifest.h",
    "+services/viz/manifest.h",
  ],
}
