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

Unified Diff: components/autofill/README

Issue 15949025: In components/autofill, move renderer/ to content/renderer (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Response to reviews 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.gypi ('k') | components/autofill/content/renderer/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
new file mode 100644
index 0000000000000000000000000000000000000000..e7c00d4641cc8cf73c2280e66af39855f10bff54
--- /dev/null
+++ b/components/autofill/README
@@ -0,0 +1,21 @@
+Autofill is in the process of becoming a layered component
+(https://sites.google.com/a/chromium.org/dev/developers/design-documents/layered-components-design)
+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/
+- content/: Driver for the shared code based on the content layer.
+ - browser/: Browser process code.
+ - renderer/: Renderer process code.
+ - common/: Code shared by the browser and the renderer.
+- ios/: Driver for the shared code based on src/ios.
+
+See
+https://sites.google.com/a/chromium.org/dev/developers/design-documents/layered-components-technical-approach/making-autofill-into-a-layered-component
+for an outline of the project.
+
+For pointers on how to continue getting your work done as the component moves
+into its new structure, see
+https://sites.google.com/a/chromium.org/dev/developers/design-documents/layered-components-technical-approach/making-autofill-into-a-layered-component#TOC-Help-How-Do-I-Get-My-Autofill-Related-Work-Done-
+
« no previous file with comments | « components/autofill.gypi ('k') | components/autofill/content/renderer/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698