1
    2
    3
    4
    5
    6
    7
    8
    9
   10
   11
   12
   13
   14
   15
   16
   17
   18
   19
   20
   21
   22

media / mojo / DEPS [blame]

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"
]