DEPS 633 B

12345678910111213141516171819202122
  1. include_rules = [
  2. "+components/ukm/test_ukm_recorder.h",
  3. "+mojo/public",
  4. # For changing the bad message handler for tests.
  5. "+mojo/core/embedder/embedder.h",
  6. # TODO(xhwang): Ideally media should not worry about sandbox. Find a way to
  7. # remove this dependency.
  8. "+sandbox/mac",
  9. "+services/media_session",
  10. "+services/metrics",
  11. "+services/service_manager",
  12. # For converting GpuMemoryBufferHandle to GpuMemoryBuffer in
  13. # video_frame_mojom_traits.cc.
  14. "+gpu/ipc/common/gpu_memory_buffer_support.h",
  15. # media/mojo is not part of "media" target and should not use MEDIA_EXPORT.
  16. "-media/base/media_export.h"
  17. ]