chromium/media/mojo/DEPS

include_rules = [
  "+components/ukm/test_ukm_recorder.h",
  "+mojo/public",

  # For changing the bad message handler for tests.
  "+mojo/core/embedder/embedder.h",

  # TODO(xhwang): Ideally media should not worry about sandbox. Find a way to
  # remove this dependency.
  "+sandbox/mac",

  "+services/media_session",
  "+services/metrics",
  "+services/service_manager",

  # For converting GpuMemoryBufferHandle to GpuMemoryBuffer in
  # video_frame_mojom_traits.cc.
  "+gpu/ipc/common/gpu_memory_buffer_support.h",

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