# 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",
],
}