Commit 77afe7a6 authored by blundell's avatar blundell Committed by Commit bot

Add documentation on servicification recipes

This documentation captures insights we've gained during initial
servicifications; hopefully it will be useful for future servicifications.

Review-Url: https://codereview.chromium.org/2849463006
Cr-Commit-Position: refs/heads/master@{#468586}
parent 7c599d99
This diff is collapsed.
......@@ -46,6 +46,8 @@ differently, e.g. by combining them into a single package.
[Servicification Homepage](https://sites.google.com/a/chromium.org/dev/servicification)
[Servicification Strategies](docs/servicification.md)
## Relationship To Other Top-Level Directories
Services can be thought of as integrators of library code from across the
......@@ -67,3 +69,7 @@ and from other services.
Please start a thread on [services-dev@chromium.org](https://groups.google.com/a/chromium.org/forum/#!forum/services-dev)
if you want to introduce a new service.
If you are servicifying existing Chromium code: Please first read the
[servicification strategies documentation](docs/servicification.md), which
contains information that will hopefully make your task easier.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment