• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

io_thread/H16-Feb-2021-1,016713

security_interstitials/H16-Feb-2021-2,4781,865

ui_util/H16-Feb-2021-243197

webui/H16-Feb-2021-623447

BUILD.gnH A D16-Feb-20211.2 KiB3529

DEPSH A D16-Feb-2021356 1311

OWNERSH A D16-Feb-202168 33

README.mdH A D16-Feb-2021576 1310

README.md

1This directory is for features that are intended for reuse. For example, code
2that is shared between multiple embedders of ios/web like ios/web_view and
3ios/chrome. This means that components must not depend on either ios/web_view or
4ios/chrome.
5
6Code which can be shared across Chrome on all platforms should go in
7//components (which also supports iOS specific sources).
8
9Code in a component should be placed in a namespace corresponding to
10the name of the component; e.g. for a component living in
11//components/foo, code in that component should be in the foo::
12namespace.
13