README 412 B

1234567
  1. This directory contains shared code for determining engaged sites.
  2. Site engagement will be a layered component (https://www.chromium.org/developers/design-documents/layered-components-design) with the following structure:
  3. - core/: shared code with no //chrome or //content dependencies
  4. - content/: driver for the shared code that depends on the content layer
  5. - ios/: driver for the shared code based on src/ios