Chrome Release Bot (LUCI) 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
..
cookie_util 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
credential_provider_extension 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
io_thread 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
security_interstitials 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
ui_util 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
webui 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
BUILD.gn 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
DEPS 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
OWNERS 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
README.md 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
run_all_unittests.cc 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago

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.