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

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
« no previous file with comments | « components/mus/demo/mus_demo.cc ('k') | components/mus/public/cpp/input_event_handler.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/public/cpp/BUILD.gn
diff --git a/components/mus/public/cpp/BUILD.gn b/components/mus/public/cpp/BUILD.gn
index 75744cbf21d0196d7c38c02ad1c321831c3cc3eb..65051440a8450a4edfc46cf56a46bbc07f974934 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",
]
« no previous file with comments | « components/mus/demo/mus_demo.cc ('k') | components/mus/public/cpp/input_event_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698