README 474 B

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