OLD | NEW |
(Empty) | |
| 1 History is in the process of becoming a layered compoent |
| 2 (https://sites.google.com/a/chromium.org/dev/developers/design-documents/layered
-components-design) |
| 3 to enable it to be shared cleanly on iOS. |
| 4 |
| 5 When this process is complete, this component will have the following structure: |
| 6 |
| 7 core/: shared code that does not depends on src/content/ or src/ios/ |
| 8 browser/: browser process code |
| 9 common/: code shared by the browser and the renderer |
| 10 content/: driver for the shared code based on the content layer |
| 11 browser/: browser process code |
| 12 common/: code shared by the browser and the renderer |
| 13 ios/: driver for the shared code based on src/ios |
OLD | NEW |