Index: ui/gl/DEPS |
diff --git a/ui/gl/DEPS b/ui/gl/DEPS |
index 263169bb16b209afdb313987251bb234b722a3c1..e2ba0d1a62e54ec77e7baf30ddc56601ccd5f740 100644 |
--- a/ui/gl/DEPS |
+++ b/ui/gl/DEPS |
@@ -1,8 +1,15 @@ |
include_rules = [ |
"+third_party/khronos", |
- "+third_party/mesa/src/include", |
"+third_party/skia", |
"+ui/events", |
"+ui/gfx", |
"+ui/ozone/public", |
] |
+ |
+specific_include_rules = { |
+# This is the only target that should use the mesa headers, everything else |
+# should use the headers from khronos. |
piman
2014/08/16 00:18:06
That's kinda misleading... anything that uses gl_b
|
+ "gl_surface_osmesa.cc": [ |
+ "+third_party/mesa/src/include", |
+ ] |
+} |