commit | 5bc0d15611101cdd35c24f687e52cd040e4f934a | [log] [tgz] |
---|---|---|
author | Anton Bikineev <[email protected]> | Thu May 13 03:56:02 2021 |
committer | Chromium LUCI CQ <[email protected]> | Thu May 13 03:56:02 2021 |
tree | 8c26a3c51d5b7aecf768c891523b22d89ed1cf24 | |
parent | f153c9cfc9f555239bd5b01644e3c74b0345f6ee [diff] |
Fix missing dependencies on //base Components that depend on //base must have this dep explicitly specified in GN. Components that include things from base in public headers must specify //base as a public dep. Otherwise, this can lead to subtle ODR violation issues (for example, when a component transitively includes something from base but some configuration macro is not defined due to a missing dep in the intermediate component). This is a prerequisite for the LSC that replaces base::Optional with absl::optional. Bug: 1202909 Change-Id: I19846008f3c6c3487f63a0f6811916e040810823 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2891566 Reviewed-by: Kentaro Hara <[email protected]> Reviewed-by: Peter Kasting <[email protected]> Owners-Override: Kentaro Hara <[email protected]> Owners-Override: Peter Kasting <[email protected]> Commit-Queue: Peter Kasting <[email protected]> Cr-Commit-Position: refs/heads/master@{#882447}
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.