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

Side by Side Diff: ios/components/README

Issue 2908613002: Move common functionality of IOSChromeIOThread to ios/components. (Closed)
Patch Set: Respond to comments. Created 3 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 unified diff | Download patch
OLDNEW
(Empty)
1 This directory is for features that are intended for reuse. For example, code
sdefresne 2017/05/29 09:30:40 Can this file be a README.md file so that it displ
michaeldo 2017/05/30 17:16:24 Of course, thank you for catching this.
2 that is shared between multiple embedders of ios/web like ios/web_view and
3 ios/chrome. This means that components must not depend on either ios/web_view or
4 ios/chrome.
5
6 Code which can be shared across Chrome on all platforms should go in
7 //components (which also supports iOS specific sources).
8
9 Code in a component should be placed in a namespace corresponding to
10 the name of the component; e.g. for a component living in
11 //components/foo, code in that component should be in the foo::
12 namespace.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698