commit | 43cee28e19194e21dda7d0c219302b80793189b4 | [log] [tgz] |
---|---|---|
author | Anton Bikineev <[email protected]> | Fri May 14 23:35:33 2021 |
committer | Chromium LUCI CQ <[email protected]> | Fri May 14 23:35:33 2021 |
tree | c7e1c35d6f563c62fdee6ea9adce91778ef5946d | |
parent | fe34f5aa92ebabd740994d7302fe27aa6670b800 [diff] |
ash: 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: I41fa685d204a67b8ad821389b2c2cc13a88c4f8e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2897878 Commit-Queue: Anton Bikineev <[email protected]> Auto-Submit: Anton Bikineev <[email protected]> Reviewed-by: Peter Kasting <[email protected]> Owners-Override: Peter Kasting <[email protected]> Cr-Commit-Position: refs/heads/master@{#883205}
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.