commit | 76e31b401e6f785aef1de3ee1295ad7049d17edc | [log] [tgz] |
---|---|---|
author | Ben Franz <bfranz@google.com> | Tue Jul 26 10:37:46 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jul 26 10:37:46 2022 |
tree | 2241ca1fdbd21776f7e0be1238b50795a8b274c5 | |
parent | 098642ea2b5d033a3bd55515a56c0d5f76757ebd [diff] |
Fix clangd unused-includes warning for app_service_proxy.h This header transiently exports the platform specific headers, which caused the clangd linter to raise an "unused include" warning. By adding the IWYU pragma clangd stops complaining. Change-Id: I97f20a5bd39f02d8f9c638590e4b8c16e45b5242 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3781351 Reviewed-by: Jeroen Dhollander <jeroendh@google.com> Commit-Queue: Ben Franz <bfranz@chromium.org> Reviewed-by: Maggie Cai <mxcai@chromium.org> Cr-Commit-Position: refs/heads/main@{#1028187}
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.