Skip to content

Commit

Permalink
Update src/services readme to point to services-dev@chromium.org for …
Browse files Browse the repository at this point in the history
…discussion.

Review-Url: https://codereview.chromium.org/2668403002
Cr-Commit-Position: refs/heads/master@{#447641}
  • Loading branch information
jam authored and Commit bot committed Feb 1, 2017
1 parent 7060d03 commit b249fa9
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions services/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 //

Expand All @@ -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)

0 comments on commit b249fa9

Please sign in to comment.