summaryrefslogtreecommitdiffstats
path: root/components/data_reduction_proxy/README
blob: 4ca8da5a6e059225efdb52c3a70a8d041175a7de (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
The Data Reduction Proxy component contains code for a configuring and using
the data reduction proxy.

The Data Reduction Proxy is a layered component. See
http://www.chromium.org/developers/design-documents/layered-components-design
for more information.

Folder structure:

  core/: Shared code that does not depend on src/content/ or src/ios/
    browser/: Browser process code.
    common/: Code shared by the browser and the renderer.
  
  content/: Driver for the shared code based on the content layer.