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

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

Issue 2850743004: Replace ServiceInfo with BindSourceInfo. (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 578444c3a8e84bb1cfb88398c0324e1795c454c8..34edd795b990d86b86a84b4ebe1009ee972a3d0a 100644
--- a/services/service_manager/public/cpp/BUILD.gn
+++ b/services/service_manager/public/cpp/BUILD.gn
@@ -11,6 +11,7 @@ group("cpp") {
# TODO(rockot): Rename this to "cpp".
static_library("sources") {
sources = [
+ "bind_source_info.h",
"binder_registry.h",
"connect.h",
"connector.h",
@@ -20,6 +21,7 @@ static_library("sources") {
"interface_factory_impl.h",
"interface_provider.h",
"interface_provider_spec.h",
+ "lib/bind_source_info.cc",
"lib/binder_registry.cc",
"lib/callback_binder.cc",
"lib/callback_binder.h",
@@ -32,12 +34,10 @@ static_library("sources") {
"lib/service.cc",
"lib/service_context.cc",
"lib/service_context_ref.cc",
- "lib/service_info.cc",
"lib/service_runner.cc",
"service.h",
"service_context.h",
"service_context_ref.h",
- "service_info.h",
"service_runner.h",
]
« no previous file with comments | « services/service_manager/background/tests/test_service.cc ('k') | services/service_manager/public/cpp/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698