Home | History | Annotate | only in /external/chromium_org/components/keyed_service
Up to higher level directory
NameDateSize
content/05-Aug-2015
core/05-Aug-2015
DEPS05-Aug-2015187
OWNERS05-Aug-201558
README05-Aug-2015371

README

      1 KeyedService is a layered component
      2 (https://sites.google.com/a/chromium.org/dev/developers/design-documents/layered-components-design)
      3 to enable it to be shared cleanly on iOS. 
      4 
      5 This 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