Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
content/ | 03-May-2024 | - | 1,424 | 833 | ||
core/ | 03-May-2024 | - | 500 | 328 | ||
DEPS | D | 03-May-2024 | 187 | 6 | 5 | |
OWNERS | D | 03-May-2024 | 58 | 4 | 3 | |
README | D | 03-May-2024 | 371 | 10 | 7 |
README
1KeyedService is a layered component 2(https://sites.google.com/a/chromium.org/dev/developers/design-documents/layered-components-design) 3to enable it to be shared cleanly on iOS. 4 5This component has the following structure: 6 7- core/: shared code that does not depend on src/content/ or src/ios/ 8- content/: Code based on the content layer. 9- ios/: Code based on src/ios. 10