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

Unified Diff: ui/gl/BUILD.gn

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 | « no previous file | ui/gl/gl.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gl/BUILD.gn
diff --git a/ui/gl/BUILD.gn b/ui/gl/BUILD.gn
index 159a5b75463ea017eb2616d5acf222b56f87e667..bdadc7f876c9811cef16bf031da1808f55736624 100644
--- a/ui/gl/BUILD.gn
+++ b/ui/gl/BUILD.gn
@@ -90,7 +90,6 @@ component("gl") {
"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",
@@ -187,6 +186,7 @@ component("gl") {
"gl_image_ozone_native_pixmap.h",
"gl_implementation_ozone.cc",
"gl_surface_ozone.cc",
+ "gl_surface_ozone.h",
]
deps += [ "//ui/ozone" ]
@@ -221,6 +221,8 @@ component("gl") {
"gl_bindings_autogen_wgl.h",
"gl_context_wgl.cc",
"gl_context_wgl.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 | « no previous file | ui/gl/gl.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698