Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(253)

Unified Diff: services/service_manager/public/cpp/BUILD.gn

Issue 2804373002: Eliminate Connector::Connect(), Connection, etc. (Closed)
Patch Set: . Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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",

Powered by Google App Engine
This is Rietveld 408576698