1
    2
    3
    4
    5
    6
    7
    8
    9
   10
   11
   12
   13
   14
   15
   16
   17

media / renderers / DEPS [blame]

# Do NOT add net/ or ui/base without a great reason, they're huge!
include_rules = [
  "+components/viz/client",
  "+components/viz/common",
  "+gpu/ipc/client/client_shared_image_interface.h",
  "+media/base/audio_buffer.h",
  "+media/base/speech_recognition_client.h",
  "+third_party/khronos/GLES2",
  "+third_party/khronos/GLES3",
  "+ul/gl/gl_enums.h",
]

specific_include_rules = {
  ".*_unittest.cc": [
    "+components/viz/test",
  ],
}