| 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 9ed6fa2319441637a66bf184c4d03e4431c7a269..2406b6877cb3cd557d28d5861621c60a1b78ed59 100644
|
| --- a/services/service_manager/public/cpp/BUILD.gn
|
| +++ b/services/service_manager/public/cpp/BUILD.gn
|
| @@ -14,6 +14,7 @@ static_library("sources") {
|
| "bind_source_info.h",
|
| "binder_registry.h",
|
| "connect.h",
|
| + "connector.cc",
|
| "connector.h",
|
| "identity.h",
|
| "interface_binder.h",
|
| @@ -23,8 +24,6 @@ static_library("sources") {
|
| "lib/binder_registry.cc",
|
| "lib/callback_binder.cc",
|
| "lib/callback_binder.h",
|
| - "lib/connector_impl.cc",
|
| - "lib/connector_impl.h",
|
| "lib/identity.cc",
|
| "lib/interface_provider.cc",
|
| "lib/interface_provider_spec.cc",
|
|
|