• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

content/H16-Feb-2021-1,080666

core/H03-May-2022-2,3341,334

ios/H16-Feb-2021-699407

DEPSH A D16-Feb-2021242 97

OWNERSH A D16-Feb-202169 43

READMEH A D16-Feb-2021371 107

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