| Index: ui/gl/BUILD.gn
|
| diff --git a/ui/gl/BUILD.gn b/ui/gl/BUILD.gn
|
| index a5ed5ccbb2a66769b7a95f5d915f175eb3767c94..e190b4d3ebe62531278f30e4425331d31d2c242c 100644
|
| --- a/ui/gl/BUILD.gn
|
| +++ b/ui/gl/BUILD.gn
|
| @@ -181,8 +181,8 @@ component("gl") {
|
| sources += [
|
| "gl_egl_api_implementation.cc",
|
| "gl_egl_api_implementation.h",
|
| - "gl_image_surface_texture.cc",
|
| - "gl_image_surface_texture.h",
|
| + "gl_image_linux_dma_buffer.cc",
|
| + "gl_image_linux_dma_buffer.h",
|
| ]
|
|
|
| defines += [
|
| @@ -195,6 +195,12 @@ component("gl") {
|
| deps += [ ":gl_jni_headers" ]
|
| }
|
| if (use_ozone) {
|
| + if (is_android) {
|
| + sources -= [
|
| + "gl_implementation_android.cc",
|
| + "gl_surface_android.cc",
|
| + ]
|
| + }
|
| sources += [
|
| "gl_context_ozone.cc",
|
| "gl_egl_api_implementation.cc",
|
|
|