tree: 7e50679044180593fc54b1241f6b65cd04432325 [path history] [tgz]
  1. cookie_util/
  2. credential_provider_extension/
  3. io_thread/
  4. security_interstitials/
  5. third_party/
  6. ui_util/
  7. webui/
  8. BUILD.gn
  9. DEPS
  10. OWNERS
  11. README.md
  12. run_all_unittests.cc
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.