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

Unified Diff: components/mus/public/cpp/BUILD.gn

Issue 2018823002: Eliminate WindowTreeConnection (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@connection
Patch Set: . Created 4 years, 7 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
Index: components/mus/public/cpp/BUILD.gn
diff --git a/components/mus/public/cpp/BUILD.gn b/components/mus/public/cpp/BUILD.gn
index 55b640c9e853c54d4c7de7661d479929189c78d7..37eaf11bc52e6232bde173ab2dcc163a4c8d8ec2 100644
--- a/components/mus/public/cpp/BUILD.gn
+++ b/components/mus/public/cpp/BUILD.gn
@@ -21,9 +21,8 @@ source_set("cpp") {
"lib/window_private.cc",
"lib/window_private.h",
"lib/window_surface.cc",
- "lib/window_tree_client_impl.cc",
- "lib/window_tree_client_impl.h",
- "lib/window_tree_delegate.cc",
+ "lib/window_tree_client.cc",
+ "lib/window_tree_client_delegate.cc",
"lib/window_tree_host_factory.cc",
"output_surface.h",
"property_type_converters.h",
@@ -35,9 +34,9 @@ source_set("cpp") {
"window_surface.h",
"window_surface_client.h",
"window_tracker.h",
- "window_tree_connection.h",
- "window_tree_connection_observer.h",
- "window_tree_delegate.h",
+ "window_tree_client.h",
+ "window_tree_client_delegate.h",
+ "window_tree_client_observer.h",
"window_tree_host_factory.h",
]

Powered by Google App Engine
This is Rietveld 408576698