[M120 Migration][MM][CAPI] Fix the logic for media using capi player.
[platform/framework/web/chromium-efl.git] / media / mojo / DEPS
1 include_rules = [
2   "+components/ukm/test_ukm_recorder.h",
3   "+mojo/public",
4
5   # For changing the bad message handler for tests.
6   "+mojo/core/embedder/embedder.h",
7
8   # TODO(xhwang): Ideally media should not worry about sandbox. Find a way to
9   # remove this dependency.
10   "+sandbox/mac",
11
12   "+services/media_session",
13   "+services/metrics",
14   "+services/service_manager",
15
16   # For converting GpuMemoryBufferHandle to GpuMemoryBuffer in
17   # video_frame_mojom_traits.cc.
18   "+gpu/ipc/common/gpu_memory_buffer_support.h",
19
20   # media/mojo is not part of "media" target and should not use MEDIA_EXPORT.
21   "-media/base/media_export.h"
22 ]