commit | 22e28d6a7e1eb1bdd60a0cdfa074978438c037bb | [log] [tgz] |
---|---|---|
author | Hans Wennborg <[email protected]> | Wed Jun 17 17:17:21 2020 |
committer | Commit Bot <[email protected]> | Wed Jun 17 17:17:21 2020 |
tree | 8811c47d15f0baf39ce596b100ba01028294bc13 | |
parent | bf042abcf6a179b1c37c6fc999d9230583b8ffe2 [diff] |
Include-what-you-use related to logging.h (remoting) Add direct includes for things provided transitively by logging.h (or by other headers including logging.h). This is in preparation for cleaning up unnecessary includes of logging.h in header files (so if something depends on logging.h, it needs include it explicitly), and for when logging.h no longer includes check.h, check_op.h, and notreached.h. Bug: 1031540 Change-Id: I10a179268fdcefe85d414ad37917e0cc0f9ec999 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2248631 Auto-Submit: Hans Wennborg <[email protected]> Commit-Queue: Lambros Lambrou <[email protected]> Reviewed-by: Lambros Lambrou <[email protected]> Cr-Commit-Position: refs/heads/master@{#779381}
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.
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.