| 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 3320e948d018284f9e634e9f904cc9aea22efb32..a2452f5c0d060a5d36106695c38f2bb6befe532f 100644
|
| --- a/services/service_manager/public/cpp/BUILD.gn
|
| +++ b/services/service_manager/public/cpp/BUILD.gn
|
| @@ -13,7 +13,6 @@ static_library("sources") {
|
| sources = [
|
| "binder_registry.h",
|
| "connect.h",
|
| - "connection.h",
|
| "connector.h",
|
| "identity.h",
|
| "interface_binder.h",
|
| @@ -25,8 +24,6 @@ static_library("sources") {
|
| "lib/binder_registry.cc",
|
| "lib/callback_binder.cc",
|
| "lib/callback_binder.h",
|
| - "lib/connection_impl.cc",
|
| - "lib/connection_impl.h",
|
| "lib/connector_impl.cc",
|
| "lib/connector_impl.h",
|
| "lib/identity.cc",
|
|
|