Index: ui/gl/gl.gyp |
diff --git a/ui/gl/gl.gyp b/ui/gl/gl.gyp |
index ac780d7a37e1efe98309ce0fff266e0ab038e44e..173e9c76ef5ef3b69d627ac97611638b7dd726f2 100644 |
--- a/ui/gl/gl.gyp |
+++ b/ui/gl/gl.gyp |
@@ -75,15 +75,14 @@ |
'gl_gl_api_implementation.h', |
'gl_image.cc', |
'gl_image.h', |
- 'gl_image_android.cc', |
- 'gl_image_mac.cc', |
- 'gl_image_ozone.cc', |
- 'gl_image_shm.cc', |
- 'gl_image_shm.h', |
+ 'gl_image_memory.cc', |
+ 'gl_image_memory.h', |
+ 'gl_image_ref_counted_memory.cc', |
+ 'gl_image_ref_counted_memory.h', |
+ 'gl_image_shared_memory.cc', |
+ 'gl_image_shared_memory.h', |
'gl_image_stub.cc', |
'gl_image_stub.h', |
- 'gl_image_win.cc', |
- 'gl_image_x11.cc', |
'gl_implementation.cc', |
'gl_implementation.h', |
'gl_implementation_android.cc', |