Upload upstream chromium 94.0.4606.31
[platform/framework/web/chromium-efl.git] / media / renderers / DEPS
1 # Do NOT add net/ or ui/base without a great reason, they're huge!
2 include_rules = [
3   "+components/viz/client",
4   "+components/viz/common",
5   "+media/base/audio_buffer.h",
6   "+media/base/bind_to_current_loop.h",
7   "+media/base/speech_recognition_client.h",
8   "+third_party/khronos/GLES2",
9   "+third_party/khronos/GLES3",
10   "+ul/gl/gl_enums.h",
11 ]
12
13 specific_include_rules = {
14   ".*_unittest.cc": [
15     "+components/viz/test",
16   ],
17 }