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

Unified Diff: services/service_manager/README.md

Issue 2652273002: Remove all service manifests from data_deps (Closed)
Patch Set: . Created 3 years, 11 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 | « media/mojo/services/BUILD.gn ('k') | services/service_manager/background/tests/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/service_manager/README.md
diff --git a/services/service_manager/README.md b/services/service_manager/README.md
index 8245c46a3f6b7aded9351ebd15886b10b3e8e208..ce4e213037ad3d53348d1e1eb5ef8e550d794527 100644
--- a/services/service_manager/README.md
+++ b/services/service_manager/README.md
@@ -130,7 +130,6 @@ Consider this simple application that implements the Service interface:
service("my_service") {
sources = [ "my_service.cc" ]
deps = [ "//base", "//services/service_manager/public/cpp" ]
- data_deps = [ ":manifest" ]
}
service_manifest("manifest") {
« no previous file with comments | « media/mojo/services/BUILD.gn ('k') | services/service_manager/background/tests/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698