Chromium Code Reviews| Index: ui/gl/DEPS |
| diff --git a/ui/gl/DEPS b/ui/gl/DEPS |
| index 862c5550b64b8b7c3cf432aa941f0d236ac18ebf..e582c0d1e1072ef4525fd279b2682c884f95f5c7 100644 |
| --- a/ui/gl/DEPS |
| +++ b/ui/gl/DEPS |
| @@ -12,5 +12,9 @@ specific_include_rules = { |
| # get access to desktop OpenGL. |
| "gl_surface_osmesa.cc": [ |
| "+third_party/mesa/src/include/GL/osmesa.h", |
| - ] |
| + ], |
| +# Allow us to include ANGLE's base platform implementation. |
| + "angle_platform_impl.h": [ |
| + "+third_party/angle/include/platform/Platform.h", |
| + ], |
| } |