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

Unified Diff: ui/gl/gl.gyp

Issue 2047283003: Move GLSurface creation from //ui/gl to //ui/gl/init. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gl_context
Patch Set: Fix Ozone CreateViewGLSurface logic. Created 4 years, 6 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
« no previous file with comments | « ui/gl/BUILD.gn ('k') | ui/gl/gl_surface.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gl/gl.gyp
diff --git a/ui/gl/gl.gyp b/ui/gl/gl.gyp
index 33fd9e40c6ab705d1ce76227b38f405a80111a87..77da18ff889f14e3fd5d7c420debae41ab67c4dd 100644
--- a/ui/gl/gl.gyp
+++ b/ui/gl/gl.gyp
@@ -95,12 +95,12 @@
'gl_surface.cc',
'gl_surface.h',
'gl_surface_android.cc',
- 'gl_surface_mac.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',
@@ -216,6 +216,8 @@
'gl_context_wgl.h',
'gl_egl_api_implementation.cc',
'gl_egl_api_implementation.h',
+ 'gl_surface_osmesa_win.cc',
+ 'gl_surface_osmesa_win.h',
'gl_surface_wgl.cc',
'gl_surface_wgl.h',
'gl_wgl_api_implementation.cc',
« no previous file with comments | « ui/gl/BUILD.gn ('k') | ui/gl/gl_surface.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698