vabr | 5410d0b | 2015-08-07 11:02:04 | [diff] [blame] | 1 | Password manager component is layered, see https://sites.google.com/a/chromium.org/dev/developers/design-documents/layered-components-design for what it means. |
[email protected] | 2d2e5c8 | 2014-01-29 23:21:41 | [diff] [blame] | 2 | |
vabr | 5410d0b | 2015-08-07 11:02:04 | [diff] [blame] | 3 | Ideal structure of the component: |
| 4 | - core/: Essentials, not depending on any other layers. |
| 5 | All other layers may depend on core: |
| 6 | - content/: Content-specific embedding. |
| 7 | - sync/: Sync-specific embedding. |
[email protected] | 2d2e5c8 | 2014-01-29 23:21:41 | [diff] [blame] | 8 | |