include_rules = [
  "+chrome/grit",
  "+chrome/installer/util",
  "+chrome/profiling",
  "+chrome/services/file_util/file_util_service.h",
  "+chrome/services/file_util/public/mojom",
  "+chrome/services/media_gallery_util/media_gallery_util_service.h",
  "+chrome/services/media_gallery_util/public/mojom",
  # TODO(crbug.com/798782): remove dependency to pdf_to_emf_converter_factory.h
  # when Cloud print chrome/service is removed.
  "+chrome/services/printing/pdf_to_emf_converter_factory.h",
  "+chrome/services/printing/printing_service.h",
  "+chrome/services/printing/public/mojom",
  "+chrome/services/removable_storage_writer/removable_storage_writer_service.h",
  "+chrome/services/removable_storage_writer/public/mojom",
  "+chrome/services/util_win/util_win_service.h",
  "+chrome/services/util_win/public/mojom",
  "+chrome/services/wifi_util_win/wifi_util_win_service.h",
  "+chrome/services/wifi_util_win/public/mojom",
  "+components/crash/core/common/crash_keys.h",
  "+components/font_service/font_service_app.h",
  "+components/patch_service",
  "+components/payments/content/utility",
  "+components/printing/service/public/cpp",
  "+components/printing/service/public/interfaces",
  "+components/unzip_service",
  "+components/wifi",
  "+content/public/child",
  "+content/public/utility",
  "+extensions/common",
  "+extensions/features",
  "+extensions/utility",
  "+media",
  "+services/network/public",
  "+services/network/url_request_context_builder_mojo.h",
  "+services/proxy_resolver",
  "+services/service_manager/embedder",
  "+services/service_manager/public/cpp",
  "+services/ui/public",
  "+services/ui/service.h",
  "+skia/ext",
  "+third_party/libxml",
  "+third_party/zlib/google",
]

specific_include_rules = {
  "mash_service_factory.cc": [
    "+ash/components/autoclick/autoclick_application.h",
    "+ash/components/quick_launch/public",
    "+ash/components/quick_launch/quick_launch_application.h",
    "+ash/components/touch_hud/touch_hud_application.h",
    "+ash/public/interfaces",
    "+ash/window_manager_service.h",
    "+components/font_service/font_service_app.h",
    "+components/font_service/public/interfaces",
    "+services/ui/common/image_cursors_set.h",
    "+services/ui/public",
    "+services/ui/service.h",
  ],
  # Needed until utility process launching has been moved to the service
  # manager.
  "chrome_content_utility_client.cc": [
    "+services/service_manager/sandbox/switches.h",
  ]
}
