summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/modules/webcodecs/DEPS
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/blink/renderer/modules/webcodecs/DEPS')
-rw-r--r--chromium/third_party/blink/renderer/modules/webcodecs/DEPS24
1 files changed, 23 insertions, 1 deletions
diff --git a/chromium/third_party/blink/renderer/modules/webcodecs/DEPS b/chromium/third_party/blink/renderer/modules/webcodecs/DEPS
index ccb5201264c..5e434f48069 100644
--- a/chromium/third_party/blink/renderer/modules/webcodecs/DEPS
+++ b/chromium/third_party/blink/renderer/modules/webcodecs/DEPS
@@ -1,10 +1,32 @@
include_rules = [
- "+base",
+ "+base/threading/thread_task_runner_handle.h",
+
+ "+components/viz/common/gpu/raster_context_provider.h",
+ "+components/viz/common/resources/single_release_callback.h",
+
+ "+gpu/command_buffer/client/shared_image_interface.h",
+
"+media/base",
"+media/filters",
"+media/media_buildflags.h",
+ "+media/mojo",
+ "+media/renderers",
"+media/video",
+
"+third_party/libyuv",
+
+ "+ui/gfx/color_space.h",
"+ui/gfx/geometry/rect.h",
"+ui/gfx/geometry/size.h",
]
+
+specific_include_rules = {
+ "video_track_reader_writer_test\.cc": [
+ "+base/run_loop.h",
+ ],
+ "video_decoder_broker_test\.cc": [
+ "+base/run_loop.h",
+ "+base/threading/thread.h",
+ "+gpu/command_buffer/common/mailbox_holder.h",
+ ],
+}