Home | History | Annotate | only in /external/chromium_org/components/password_manager
Up to higher level directory
NameDateSize
content/23-Apr-2015
core/23-Apr-2015
DEPS23-Apr-2015376
OWNERS23-Apr-2015161
README23-Apr-2015482

README

      1 PasswordManager is in the process of becoming 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 When this process is complete, this component will have the following structure:
      6 
      7 - core/: shared code that does not depend on src/content/ or src/ios/
      8 - content/: Driver for the shared code based on the content layer.
      9 - ios/: Driver for the shared code based on src/ios.
     10