Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(890)

Unified Diff: ui/gl/gl.gyp

Issue 2102443003: Break //ui/gl/ dependency on //ui/ozone. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gl_bindings
Patch Set: GYP again. Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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',
- ],
- }],
],
},
{

Powered by Google App Engine
This is Rietveld 408576698