[M120 Migration][HBBTV] Merge track and subtitle related patches
[platform/framework/web/chromium-efl.git] / media / mojo / DEPS
index 285448d..65aa405 100644 (file)
@@ -1,21 +1,22 @@
 include_rules = [
   "+components/ukm/test_ukm_recorder.h",
-
-  "+mojo/common",
-  "+mojo/converters",
-  "+mojo/logging",
   "+mojo/public",
 
   # For changing the bad message handler for tests.
-  "+mojo/edk/embedder/embedder.h",
+  "+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"
 ]