include_rules = [
# Code in the lacros-chrome binary cannot use ash-chrome code.
"-chromeos/ash",
# This directory must not depend on //content or //chrome. This contains
# low-level ChromeOS system APIs for lacros. It's the equivalent of Win32
# for Windows or Cocoa for macOS.
"-chrome",
"-content",
# Included for types referenced by ui::NativeTheme.
"+ui/color/color_provider_key.h",
"+third_party/skia/include/core/SkColor.h",
"+ui/native_theme",
"+components/crash/core/common",
"+components/policy/core/common/policy_namespace.h",
"+media/mojo/mojom/stable/stable_video_decoder.mojom.h",
"+services/media_session/public/mojom/audio_focus.mojom.h",
"+services/media_session/public/mojom/media_controller.mojom.h",
]