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
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.
14 content/: Driver for the shared code based on the content layer.