Fix emulator build error
[platform/framework/web/chromium-efl.git] / components / site_engagement / README
1 This directory contains shared code for determining engaged sites.
2
3 Site engagement will be a layered component (https://www.chromium.org/developers/design-documents/layered-components-design) with the following structure:
4
5 - core/: shared code with no //chrome or //content dependencies
6 - content/: driver for the shared code that depends on the content layer
7 - ios/: driver for the shared code based on src/ios