summaryrefslogtreecommitdiffstats
path: root/ui/gl/DEPS
diff options
context:
space:
mode:
Diffstat (limited to 'ui/gl/DEPS')
-rw-r--r--ui/gl/DEPS6
1 files changed, 5 insertions, 1 deletions
diff --git a/ui/gl/DEPS b/ui/gl/DEPS
index 862c555..e582c0d 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",
+ ],
}