Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / components / data_reduction_proxy / README
blob4ca8da5a6e059225efdb52c3a70a8d041175a7de
1 The Data Reduction Proxy component contains code for a configuring and using
2 the data reduction proxy.
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.
8 Folder structure:
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.