Index: ui/gl/BUILD.gn |
diff --git a/ui/gl/BUILD.gn b/ui/gl/BUILD.gn |
index 69b94d20fb2d8217cfa3fc5900e43e2fb8690e42..a16552a86a3567a806128a6902c2bf51ff617d39 100644 |
--- a/ui/gl/BUILD.gn |
+++ b/ui/gl/BUILD.gn |
@@ -161,8 +161,6 @@ component("gl") { |
"gl_image_egl.h", |
"gl_surface_egl.cc", |
"gl_surface_egl.h", |
- "gl_surface_egl_android.cc", |
- "gl_surface_egl_win.cc", |
] |
} |
if (is_android || is_linux) { |
@@ -186,14 +184,7 @@ component("gl") { |
] |
} |
if (use_ozone) { |
- sources += [ |
- "gl_image_ozone_native_pixmap.cc", |
- "gl_image_ozone_native_pixmap.h", |
- "gl_implementation_ozone.cc", |
- "gl_surface_egl_ozone.cc", |
- ] |
- |
- deps += [ "//ui/ozone" ] |
+ sources += [ "gl_implementation_ozone.cc" ] |
} |
if (use_glx) { |
sources += [ |