Index: ui/gl/gl.gyp |
diff --git a/ui/gl/gl.gyp b/ui/gl/gl.gyp |
index aee1babc470fa26f64c55ccbf13011afc96cf734..50b5892f5b0bd98fc639cdf96ee9594dd9f774d6 100644 |
--- a/ui/gl/gl.gyp |
+++ b/ui/gl/gl.gyp |
@@ -138,9 +138,6 @@ |
'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': [ |
@@ -290,16 +287,6 @@ |
['OS!="android"', { |
'sources/': [ ['exclude', '^android/'] ], |
}], |
- ['use_ozone==1', { |
- 'sources': [ |
- 'gl_image_ozone_native_pixmap.cc', |
- 'gl_image_ozone_native_pixmap.h', |
- ], |
- 'dependencies': [ |
- '../ozone/ozone.gyp:ozone', |
- '../ozone/ozone.gyp:ozone_base', |
- ], |
- }], |
], |
}, |
{ |