Chromium Code Reviews| Index: ui/gl/DEPS |
| diff --git a/ui/gl/DEPS b/ui/gl/DEPS |
| index afd9e0a8b6ea312536cbf8fb108874accf912655..d2f429d9a3b45cfe0c777e7a84d64fa26fda2d30 100644 |
| --- a/ui/gl/DEPS |
| +++ b/ui/gl/DEPS |
| @@ -17,4 +17,8 @@ specific_include_rules = { |
| "angle_platform_impl.h": [ |
| "+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", |
| + ], |
| } |