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

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

Issue 2860023002: Eliminate lib directory for service manager client lib. (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
« no previous file with comments | « no previous file | services/service_manager/public/cpp/bind_source_info.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 e9e00c170eea4eab698eec57a76891145a0c4e47..ed46e14abc23151d4575f2109d37de6d34df9872 100644
--- a/services/service_manager/public/cpp/BUILD.gn
+++ b/services/service_manager/public/cpp/BUILD.gn
@@ -11,28 +11,28 @@ group("cpp") {
# TODO(rockot): Rename this to "cpp".
static_library("sources") {
sources = [
+ "bind_source_info.cc",
"bind_source_info.h",
+ "binder_registry.cc",
"binder_registry.h",
"connect.h",
"connector.cc",
"connector.h",
+ "identity.cc",
"identity.h",
"interface_binder.cc",
"interface_binder.h",
+ "interface_provider.cc",
"interface_provider.h",
+ "interface_provider_spec.cc",
"interface_provider_spec.h",
- "lib/bind_source_info.cc",
- "lib/binder_registry.cc",
- "lib/identity.cc",
- "lib/interface_provider.cc",
- "lib/interface_provider_spec.cc",
- "lib/service.cc",
- "lib/service_context.cc",
- "lib/service_context_ref.cc",
- "lib/service_runner.cc",
+ "service.cc",
"service.h",
+ "service_context.cc",
"service_context.h",
+ "service_context_ref.cc",
"service_context_ref.h",
+ "service_runner.cc",
"service_runner.h",
]
@@ -49,7 +49,7 @@ if (!is_ios) {
static_library("service_test_support") {
testonly = true
sources = [
- "lib/service_test.cc",
+ "service_test.cc",
"service_test.h",
]
« no previous file with comments | « no previous file | services/service_manager/public/cpp/bind_source_info.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698