DEPS 345 B

1234567891011
  1. # This directory must not depend on //content or //chrome. This contains
  2. # low-level ChromeOS system APIs for lacros. It's the equivalent of Win32 for
  3. # Windows or Cocoa for macOS.
  4. include_rules = [
  5. "-chrome",
  6. "-content",
  7. "+ui/native_theme",
  8. "+components/crash/core/common",
  9. "+media/mojo/mojom/stable/stable_video_decoder.mojom.h",
  10. ]