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

Unified Diff: ui/ozone/platform/wayland/wayland.gypi

Issue 2187443003: Convert Ozone wayland to directly create GLSurfaces. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase 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
« no previous file with comments | « ui/ozone/platform/wayland/gl_surface_wayland.cc ('k') | ui/ozone/platform/wayland/wayland_egl_surface.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ozone/platform/wayland/wayland.gypi
diff --git a/ui/ozone/platform/wayland/wayland.gypi b/ui/ozone/platform/wayland/wayland.gypi
index 8cde9ccf648420c5ffdeabcd204789a0f64d8ab1..e13f899419254734f5ed8c964e5aef8ee95eb9a5 100644
--- a/ui/ozone/platform/wayland/wayland.gypi
+++ b/ui/ozone/platform/wayland/wayland.gypi
@@ -58,8 +58,8 @@
'../../third_party/khronos/khronos.gyp:khronos_headers',
],
'sources': [
- 'wayland_egl_surface.cc',
- 'wayland_egl_surface.h',
+ 'gl_surface_wayland.cc',
+ 'gl_surface_wayland.h',
],
}],
],
« no previous file with comments | « ui/ozone/platform/wayland/gl_surface_wayland.cc ('k') | ui/ozone/platform/wayland/wayland_egl_surface.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698