From 7324afb043a0b1e623d8e8eb906cdc53bdeb4685 Mon Sep 17 00:00:00 2001 From: Allan Sandfeld Jensen Date: Wed, 5 Apr 2017 17:15:33 +0200 Subject: BASELINE: Update Chromium to 58.0.3029.54 Change-Id: I67f57065a7afdc8e4614adb5c0230281428df4d1 Reviewed-by: Peter Varga --- chromium/services/README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'chromium/services/README.md') diff --git a/chromium/services/README.md b/chromium/services/README.md index 810535bf250..b8e15401238 100644 --- a/chromium/services/README.md +++ b/chromium/services/README.md @@ -37,8 +37,10 @@ Note that while it may be possible to build a discrete physical package (DSO) for each service, products consuming these services may package them differently, e.g. by combining them into a single package. -### High-level Design Doc -https://docs.google.com/document/d/15I7sQyQo6zsqXVNAlVd520tdGaS8FCicZHrN0yRu-oU/edit#heading=h.p37l9e7o0io5 +### Documentation + +[High-level Design Doc](https://docs.google.com/document/d/15I7sQyQo6zsqXVNAlVd520tdGaS8FCicZHrN0yRu-oU) +[Homepage](https://sites.google.com/a/chromium.org/dev/servicification) ### Relationship to other top-level directories in // @@ -51,3 +53,8 @@ Not everything in //components is automatically a service in its own right. Think of //components as sort of like a //lib. Individual //components can define, implement and use mojom interfaces, but only //services have unique identities with the Service Manager. + +### Adding a new service + +Please start a thread on [services-dev](https://groups.google.com/a/chromium.org/forum/#!forum/services-dev) + -- cgit v1.2.1