| Index: services/shell/public/cpp/BUILD.gn
|
| diff --git a/services/shell/public/cpp/BUILD.gn b/services/shell/public/cpp/BUILD.gn
|
| index f179341e3f15ad6b1c1450d8f82f10f9d8500143..5035f54df5ed4f6bff558be80676d503ffcdca04 100644
|
| --- a/services/shell/public/cpp/BUILD.gn
|
| +++ b/services/shell/public/cpp/BUILD.gn
|
| @@ -21,8 +21,10 @@ source_set("sources") {
|
| "interface_binder.h",
|
| "interface_factory.h",
|
| "interface_factory_impl.h",
|
| + "interface_provider.h",
|
| "interface_registry.h",
|
| "lib/application_runner.cc",
|
| + "lib/callback_binder.cc",
|
| "lib/callback_binder.h",
|
| "lib/capabilities.cc",
|
| "lib/connection_impl.cc",
|
| @@ -31,14 +33,13 @@ source_set("sources") {
|
| "lib/connector_impl.h",
|
| "lib/identity.cc",
|
| "lib/interface_factory_binder.h",
|
| + "lib/interface_provider.cc",
|
| "lib/interface_registry.cc",
|
| "lib/names.cc",
|
| - "lib/remote_interface_registry.cc",
|
| "lib/shell_client.cc",
|
| "lib/shell_connection.cc",
|
| "lib/shell_connection_ref.cc",
|
| "names.h",
|
| - "remote_interface_registry.h",
|
| "shell_client.h",
|
| "shell_connection.h",
|
| "shell_connection_ref.h",
|
|
|