| include_rules = [ | |
| "+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", | |
| ], | |
| } |