include_rules = [
  "+components/webrtc_logging/common",
  "+media/audio",  # For basic audio functions.
  "+media/video",  # For basic video functions.
  "+media/base",  # For basic media functions.
  "+media/cast",  # For cast streaming library.
  "+media/capture",  # For capture library.
  "+media/mojo/mojom",  # For mojo interfaces.
]

specific_include_rules = {
  "chrome_key_systems.cc" : [
    "+ash/constants/ash_features.h",
  ],
}
