Upload upstream chromium 114.0.5735.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/speech_recognition_client.h",
7   "+third_party/khronos/GLES2",
8   "+third_party/khronos/GLES3",
9   "+ul/gl/gl_enums.h",
10 ]
11
12 specific_include_rules = {
13   ".*_unittest.cc": [
14     "+components/viz/test",
15   ],
16 }