| Index: services/service_manager/public/cpp/BUILD.gn
|
| diff --git a/services/service_manager/public/cpp/BUILD.gn b/services/service_manager/public/cpp/BUILD.gn
|
| index a2452f5c0d060a5d36106695c38f2bb6befe532f..578444c3a8e84bb1cfb88398c0324e1795c454c8 100644
|
| --- a/services/service_manager/public/cpp/BUILD.gn
|
| +++ b/services/service_manager/public/cpp/BUILD.gn
|
| @@ -20,7 +20,6 @@ static_library("sources") {
|
| "interface_factory_impl.h",
|
| "interface_provider.h",
|
| "interface_provider_spec.h",
|
| - "interface_registry.h",
|
| "lib/binder_registry.cc",
|
| "lib/callback_binder.cc",
|
| "lib/callback_binder.h",
|
| @@ -30,7 +29,6 @@ static_library("sources") {
|
| "lib/interface_factory_binder.h",
|
| "lib/interface_provider.cc",
|
| "lib/interface_provider_spec.cc",
|
| - "lib/interface_registry.cc",
|
| "lib/service.cc",
|
| "lib/service_context.cc",
|
| "lib/service_context_ref.cc",
|
|
|