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

Unified Diff: components/autofill/README

Issue 16879006: In components/autofill, move common/ to core/common/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase to fix conflict Created 7 years, 6 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/autofill/DEPS ('k') | components/autofill/browser/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/autofill/README
diff --git a/components/autofill/README b/components/autofill/README
index e7c00d4641cc8cf73c2280e66af39855f10bff54..44be6bfe04c5fdf1f32c8f3eb351adfeef77812f 100644
--- a/components/autofill/README
+++ b/components/autofill/README
@@ -4,7 +4,9 @@ to enable it to be shared cleanly on iOS.
When this process is complete, this component will have the following structure:
-- Top-level shared code that does not depend on src/content/ or src/ios/
+- core/: shared code that does not depend on src/content/ or src/ios/
+ - browser/: Browser process code
+ - common/: Code shared by the browser and the renderer
- content/: Driver for the shared code based on the content layer.
- browser/: Browser process code.
- renderer/: Renderer process code.
« no previous file with comments | « components/autofill/DEPS ('k') | components/autofill/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698