Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(46)

Side by Side Diff: components/history/README

Issue 833033002: Remove dependency on //content from history DownloadDatabase (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove obsolete #include Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « components/history.gypi ('k') | components/history/content/DEPS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(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
OLDNEW
« no previous file with comments | « components/history.gypi ('k') | components/history/content/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698