| Index: ui/gl/gl.gyp
|
| diff --git a/ui/gl/gl.gyp b/ui/gl/gl.gyp
|
| index 77da18ff889f14e3fd5d7c420debae41ab67c4dd..0178fa37d7c7a683b829d6807bb36597f1cc4f07 100644
|
| --- a/ui/gl/gl.gyp
|
| +++ b/ui/gl/gl.gyp
|
| @@ -94,17 +94,12 @@
|
| 'gl_state_restorer.h',
|
| 'gl_surface.cc',
|
| 'gl_surface.h',
|
| - 'gl_surface_android.cc',
|
| 'gl_surface_osmesa.cc',
|
| 'gl_surface_osmesa.h',
|
| 'gl_surface_overlay.cc',
|
| 'gl_surface_overlay.h',
|
| - 'gl_surface_ozone.cc',
|
| - 'gl_surface_ozone.h',
|
| 'gl_surface_stub.cc',
|
| 'gl_surface_stub.h',
|
| - 'gl_surface_win.cc',
|
| - 'gl_surface_x11.cc',
|
| 'gl_switches.cc',
|
| 'gl_switches.h',
|
| 'gl_version_info.cc',
|
| @@ -142,6 +137,9 @@
|
| 'gl_image_egl.h',
|
| 'gl_surface_egl.cc',
|
| 'gl_surface_egl.h',
|
| + 'gl_surface_egl_android.cc',
|
| + 'gl_surface_egl_ozone.cc',
|
| + 'gl_surface_egl_win.cc',
|
| ],
|
| 'direct_dependent_settings': {
|
| 'defines': [
|
|
|