| 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",
|
| ]
|
|
|
|
|