tree: ad98939993c7883eacbd1e6516e643a79e8e4966 [path history] [tgz]
  1. credential_provider_extension/
  2. io_thread/
  3. security_interstitials/
  4. ui_util/
  5. webui/
  6. BUILD.gn
  7. DEPS
  8. OWNERS
  9. README.md
ios/components/README.md

This directory is for features that are intended for reuse. For example, code that is shared between multiple embedders of ios/web like ios/web_view and ios/chrome. This means that components must not depend on either ios/web_view or ios/chrome.

Code which can be shared across Chrome on all platforms should go in //components (which also supports iOS specific sources).

Code in a component should be placed in a namespace corresponding to the name of the component; e.g. for a component living in //components/foo, code in that component should be in the foo:: namespace.