blob: 4ca8da5a6e059225efdb52c3a70a8d041175a7de [file] [log] [blame]
[email protected]a0a06932014-04-14 21:23:421The Data Reduction Proxy component contains code for a configuring and using
megjablon3476e042014-10-14 19:21:592the data reduction proxy.
3
4The Data Reduction Proxy is a layered component. See
[email protected]a0a06932014-04-14 21:23:425http://www.chromium.org/developers/design-documents/layered-components-design
6for more information.
megjablon3476e042014-10-14 19:21:597
8Folder 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.