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

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

Issue 2684433003: Files required by a service now listed in manifest. (Closed)
Patch Set: Fix build. Created 3 years, 10 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..57e529c13eedfb77cdc05c18f208bfb3dfdbe7e1 100644
--- a/services/service_manager/public/cpp/BUILD.gn
+++ b/services/service_manager/public/cpp/BUILD.gn
@@ -39,11 +39,13 @@ static_library("sources") {
"lib/service_context_ref.cc",
"lib/service_info.cc",
"lib/service_runner.cc",
+ "lib/shared_file_util.cc",
"service.h",
"service_context.h",
"service_context_ref.h",
"service_info.h",
"service_runner.h",
+ "shared_file_util.h",
]
public_deps = [
« no previous file with comments | « services/service_manager/background/BUILD.gn ('k') | services/service_manager/public/cpp/lib/shared_file_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698