| Index: ui/gl/DEPS
|
| diff --git a/ui/gl/DEPS b/ui/gl/DEPS
|
| deleted file mode 100644
|
| index e582c0d1e1072ef4525fd279b2682c884f95f5c7..0000000000000000000000000000000000000000
|
| --- a/ui/gl/DEPS
|
| +++ /dev/null
|
| @@ -1,20 +0,0 @@
|
| -include_rules = [
|
| - "+third_party/khronos",
|
| - "+third_party/skia",
|
| - "+ui/events",
|
| - "+ui/gfx",
|
| - "+ui/ozone/public",
|
| -]
|
| -
|
| -specific_include_rules = {
|
| -# This is the only target that should use the osmesa.h header. Everything else
|
| -# should use the GLES2 headers from third_party/khronos/ or use gl_bindings.h to
|
| -# 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",
|
| - ],
|
| -}
|
|
|