Rebecca Chang Swee Fun fea2a55e2a Publish chromium based on 107.0.5304.88 1 year ago
..
cookie_util fea2a55e2a Publish chromium based on 107.0.5304.88 1 year ago
credential_provider_extension fea2a55e2a Publish chromium based on 107.0.5304.88 1 year ago
io_thread fea2a55e2a Publish chromium based on 107.0.5304.88 1 year ago
security_interstitials fea2a55e2a Publish chromium based on 107.0.5304.88 1 year ago
ui_util fea2a55e2a Publish chromium based on 107.0.5304.88 1 year ago
webui fea2a55e2a Publish chromium based on 107.0.5304.88 1 year ago
BUILD.gn fea2a55e2a Publish chromium based on 107.0.5304.88 1 year ago
DEPS fea2a55e2a Publish chromium based on 107.0.5304.88 1 year ago
OWNERS fea2a55e2a Publish chromium based on 107.0.5304.88 1 year ago
README.md fea2a55e2a Publish chromium based on 107.0.5304.88 1 year ago
run_all_unittests.cc fea2a55e2a Publish chromium based on 107.0.5304.88 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.