# Do NOT add net/ or ui/base without a great reason, they're huge!
include_rules = [
  "+services/service_manager/public",
  "+third_party/angle",
  "+third_party/libyuv",
  "+third_party/v4l-utils",
  "+third_party/webrtc/common_video",
  "+third_party/webrtc/system_wrappers",
  "+ui/base",
  "+ui/display/display_switches.h",
  "+ui/display/manager/chromeos",
  "+ui/display/types",
  "+ui/platform_window",

  # media/gpu is not part of "media" target and should not use MEDIA_EXPORT.
  "-media/base/media_export.h"
]
