| Index: ui/gl/BUILD.gn
|
| diff --git a/ui/gl/BUILD.gn b/ui/gl/BUILD.gn
|
| index 9fdcc94ea921cdacf5232240905b0a1e950b3188..5c08264039ff4d7b773beaf2baa75d4d78074cdf 100644
|
| --- a/ui/gl/BUILD.gn
|
| +++ b/ui/gl/BUILD.gn
|
| @@ -149,13 +149,6 @@ component("gl") {
|
| "gl_implementation_osmesa.h",
|
| ]
|
| }
|
| - if (is_linux) {
|
| - deps += [ "//third_party/libevent" ]
|
| - sources += [
|
| - "gl_image_linux_dma_buffer.cc",
|
| - "gl_image_linux_dma_buffer.h",
|
| - ]
|
| - }
|
| if (use_x11) {
|
| sources += [
|
| "gl_bindings_autogen_glx.cc",
|
| @@ -251,6 +244,8 @@ component("gl") {
|
| "gl_context_ozone.cc",
|
| "gl_egl_api_implementation.cc",
|
| "gl_egl_api_implementation.h",
|
| + "gl_image_ozone_native_pixmap.cc",
|
| + "gl_image_ozone_native_pixmap.h",
|
| "gl_implementation_ozone.cc",
|
| "gl_surface_ozone.cc",
|
| ]
|
|
|