commit | 827e98aa0c92475f4c3b39a95e71b4b53b5a5dfe | [log] [tgz] |
---|---|---|
author | Peter Kasting <pkasting@chromium.org> | Mon Dec 23 00:18:34 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Dec 23 00:18:34 2024 |
tree | 0d44816b62c982eafd1c9c368762b8128d01a1bb | |
parent | c64cc860bd561b1c581b647264b93fdd62602952 [diff] |
[cleanup] clang-format components/google. Produced with: find components/google -name "*.cc" -o -name "*.h" -o -name "*.mm" | xargs clang-format -i R=pbos@chromium.org Bug: none Change-Id: I99ff07c9487188009a1c0d0b0197903d9d79947d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6117809 Reviewed-by: Peter Boström <pbos@chromium.org> Code-Coverage: findit-for-me@appspot.gserviceaccount.com <findit-for-me@appspot.gserviceaccount.com> Commit-Queue: Peter Boström <pbos@chromium.org> Cr-Commit-Position: refs/heads/main@{#1399673}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure.
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.