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

Unified Diff: components/signin/README

Issue 109783003: Create signin component and componentize TokenWebData. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address review Created 6 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/signin/OWNERS ('k') | components/signin/core/webdata/token_service_table.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/signin/README
diff --git a/components/signin/README b/components/signin/README
new file mode 100644
index 0000000000000000000000000000000000000000..2c02bc49b684ebc471d118663246566fdf76c3d2
--- /dev/null
+++ b/components/signin/README
@@ -0,0 +1,9 @@
+Signin 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:
+
+- core/: shared code that does not depend on src/content/ or src/ios/
+- content/: Driver for the shared code based on the content layer.
+- ios/: Driver for the shared code based on src/ios.
« no previous file with comments | « components/signin/OWNERS ('k') | components/signin/core/webdata/token_service_table.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698