Chromium Code Reviews| Index: ui/gl/BUILD.gn |
| diff --git a/ui/gl/BUILD.gn b/ui/gl/BUILD.gn |
| index 94a1554fade010faf0c13c198fc0b817e7a99f52..45fabde30ba6cbebc95063e0d28f15b31dc67a11 100644 |
| --- a/ui/gl/BUILD.gn |
| +++ b/ui/gl/BUILD.gn |
| @@ -189,13 +189,7 @@ component("gl") { |
| ] |
| } |
| if (use_ozone) { |
| - sources += [ |
| - "gl_image_ozone_native_pixmap.cc", |
| - "gl_image_ozone_native_pixmap.h", |
| - "gl_implementation_ozone.cc", |
| - ] |
| - |
| - deps += [ "//ui/ozone" ] |
| + sources += [ "gl_implementation_ozone.cc" ] |
| } |
| if (use_glx) { |
| sources += [ |