[Tizen][M34-Merge] Implement favicon database get API
[platform/framework/web/chromium-efl.git] / components / data_reduction_proxy / README
1 The Data Reduction Proxy component contains code for a configuring and using
2 the data reduction proxy.
3
4 The Data Reduction Proxy is a layered component. See
5 http://www.chromium.org/developers/design-documents/layered-components-design
6 for more information.
7
8 Folder structure:
9
10   core/: Shared code that does not depend on src/content/ or src/ios/
11     browser/: Browser process code.
12     common/: Code shared by the browser and the renderer.
13   
14   content/: Driver for the shared code based on the content layer.