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

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

Issue 2147523003: Rename WaylandDisplay to WaylandConnection (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add argument name 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/ozone_platform_wayland.cc » ('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 797cf7f6c7e7dd9aee7a922e0480bade4bd447bc..fadf632a7def70f3e7e59a108b3051484362bb50 100644
--- a/ui/ozone/platform/wayland/BUILD.gn
+++ b/ui/ozone/platform/wayland/BUILD.gn
@@ -22,8 +22,8 @@ source_set("wayland") {
"client_native_pixmap_factory_wayland.h",
"ozone_platform_wayland.cc",
"ozone_platform_wayland.h",
- "wayland_display.cc",
- "wayland_display.h",
+ "wayland_connection.cc",
+ "wayland_connection.h",
"wayland_object.cc",
"wayland_object.h",
"wayland_pointer.cc",
@@ -70,7 +70,7 @@ source_set("wayland_unittests") {
"fake_server.cc",
"fake_server.h",
"mock_platform_window_delegate.cc",
- "wayland_display_unittest.cc",
+ "wayland_connection_unittest.cc",
"wayland_pointer_unittest.cc",
"wayland_surface_factory_unittest.cc",
"wayland_test.cc",
« no previous file with comments | « no previous file | ui/ozone/platform/wayland/ozone_platform_wayland.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698