commit | 1156b5f891de178171e71b9221a96bef1ced3d3b | [log] [tgz] |
---|---|---|
author | Anton Bikineev <[email protected]> | Sat May 15 22:35:36 2021 |
committer | Chromium LUCI CQ <[email protected]> | Sat May 15 22:35:36 2021 |
tree | 03dbf7c4d6cbb2a24394c7d4dae4d879ed96b312 | |
parent | 330c3555c694dfafc19b727dc9b457f2e1015dea [diff] |
components: Replace base::Optional and friends with absl counterparts This replaces: - base::Optional -> absl::optional - include "base/optional.h" -> include "third_party/abseil-cpp/absl/types/optional.h" - base::nullopt -> absl::nullopt - base::make_optional -> absl::make_optional Bug: 1202909 Change-Id: If697b7bf69b199c1796f873eedca3359cdb48c64 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2897151 Commit-Queue: Anton Bikineev <[email protected]> Owners-Override: Anton Bikineev <[email protected]> Reviewed-by: Peter Kasting <[email protected]> Cr-Commit-Position: refs/heads/master@{#883296}
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.