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

Unified Diff: ui/ozone/platform/wayland/BUILD.gn

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 | « no previous file | ui/ozone/platform/wayland/gl_surface_wayland.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ozone/platform/wayland/BUILD.gn
diff --git a/ui/ozone/platform/wayland/BUILD.gn b/ui/ozone/platform/wayland/BUILD.gn
index fadf632a7def70f3e7e59a108b3051484362bb50..1a8e71edaabb8c759378baf9f3955517a28ad27b 100644
--- a/ui/ozone/platform/wayland/BUILD.gn
+++ b/ui/ozone/platform/wayland/BUILD.gn
@@ -52,8 +52,8 @@ source_set("wayland") {
if (use_wayland_egl) {
sources += [
- "wayland_egl_surface.cc",
- "wayland_egl_surface.h",
+ "gl_surface_wayland.cc",
+ "gl_surface_wayland.h",
]
configs += [
":wayland-egl",
« no previous file with comments | « no previous file | ui/ozone/platform/wayland/gl_surface_wayland.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698