[email protected] | a0a0693 | 2014-04-14 21:23:42 | [diff] [blame] | 1 | The Data Reduction Proxy component contains code for a configuring and using |
megjablon | 3476e04 | 2014-10-14 19:21:59 | [diff] [blame] | 2 | the data reduction proxy. |
| 3 | |
| 4 | The Data Reduction Proxy is a layered component. See |
[email protected] | a0a0693 | 2014-04-14 21:23:42 | [diff] [blame] | 5 | http://www.chromium.org/developers/design-documents/layered-components-design |
| 6 | for more information. |
megjablon | 3476e04 | 2014-10-14 19:21:59 | [diff] [blame] | 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. |