blob: f6939ed17669f420b96a7ca42c812ab516f4fc99 [file] [log] [blame]
include_rules = [
"+cc/base",
"+third_party/khronos",
"+third_party/libsync",
"+third_party/skia",
"+ui/events",
"+ui/base/x",
"+ui/gfx",
]
specific_include_rules = {
# Allow us to include ANGLE's base platform implementation.
"angle_platform_impl.cc": [
"+third_party/angle/include/platform/Platform.h",
],
"gl_angle_util_win.cc": [
"+third_party/angle/include/EGL/egl.h",
"+third_party/angle/include/EGL/eglext.h",
],
"gl_surface_egl_unittest.cc": [
"+ui/platform_window",
],
}