| Index: components/view_manager/public/cpp/BUILD.gn
|
| diff --git a/components/view_manager/public/cpp/BUILD.gn b/components/view_manager/public/cpp/BUILD.gn
|
| index 17133b2b18e782c7fd08fcc37a2b69c4ffaa9d3f..0efe63e24fc8d5b68f8bec99bc0ee9cbcee4b2cb 100644
|
| --- a/components/view_manager/public/cpp/BUILD.gn
|
| +++ b/components/view_manager/public/cpp/BUILD.gn
|
| @@ -12,15 +12,15 @@ mojo_sdk_source_set("cpp") {
|
| "lib/view_manager_client_factory.cc",
|
| "lib/view_manager_client_impl.cc",
|
| "lib/view_manager_client_impl.h",
|
| - "lib/view_manager_context.cc",
|
| + "lib/view_manager_init.cc",
|
| "lib/view_observer.cc",
|
| "lib/view_private.cc",
|
| "lib/view_private.h",
|
| "view.h",
|
| "view_manager.h",
|
| "view_manager_client_factory.h",
|
| - "view_manager_context.h",
|
| "view_manager_delegate.h",
|
| + "view_manager_init.h",
|
| "view_observer.h",
|
| "view_property.h",
|
| "view_tracker.cc",
|
| @@ -34,7 +34,6 @@ mojo_sdk_source_set("cpp") {
|
| deps = [
|
| "../interfaces",
|
| "//components/surfaces/public/interfaces:surface_id",
|
| - "//components/window_manager/public/interfaces",
|
| "//mojo/application/public/cpp:application",
|
| "//mojo/application/public/interfaces",
|
| "//ui/mojo/events:interfaces",
|
|
|