commit | 706300abcde8ec4974048562c5d447eb573ac7bc | [log] [tgz] |
---|---|---|
author | Peter Boström <pbos@chromium.org> | Fri Oct 08 18:40:17 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Oct 08 18:40:17 2021 |
tree | eb6699ecef7a2640e698b1727f74c55650b9395c | |
parent | 8218c28477685c6e65812039b0c1ba8d2a580f93 [diff] |
Remove DISALLOW_* macros from third_party/ This inlines all remaining DISALLOW_* macros in third_party/. This is done manually (vim regex + manually finding insertion position). IWYU cleanup is left as a separate pass that is easier when these macros go away. Bug: 1010217 Change-Id: I8286e9235e38594bfa870c0ef31609d020ce5b0f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3204242 Reviewed-by: Lei Zhang <thestig@chromium.org> Reviewed-by: Will Harris <wfh@chromium.org> Reviewed-by: Nektarios Paisios <nektar@chromium.org> Owners-Override: Lei Zhang <thestig@chromium.org> Commit-Queue: Peter Boström <pbos@chromium.org> Cr-Commit-Position: refs/heads/main@{#929808}
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.