commit | a12ba860cdba068f95426150cbd6980f022a009c | [log] [tgz] |
---|---|---|
author | Austin Sullivan <[email protected]> | Thu Jan 20 17:22:32 2022 |
committer | Chromium LUCI CQ <[email protected]> | Thu Jan 20 17:22:32 2022 |
tree | 48c93748d03ce0c8904b160f2935c40104bc9dd3 | |
parent | d0599fce6c86a4f0f6aa851e05544b5946e60518 [diff] |
Roll src/third_party/googletest/src/ 100f6fbf5..2ddfdf819 (1 commit) Updates gtest BUILD.gn to include the newly created gtest-assertion-result.h/cc files. https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/100f6fbf5f81..2ddfdf819d7c $ git log 100f6fbf5..2ddfdf819 --date=short --no-merges --format='%ad %ae %s' 2022-01-19 absl-team Factor out AssertionResult into dedicated gtest-assertion-result header + implementation files to prevent cyclic includes between gtest.h and gtest_pred_impl.h Created with: roll-dep src/third_party/googletest/src Bug: N/A Change-Id: If44cb7a81757be7ab4fe75c216b1fdad2a0d970a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3401943 Commit-Queue: Austin Sullivan <[email protected]> Auto-Submit: Austin Sullivan <[email protected]> Reviewed-by: Victor Costan <[email protected]> Commit-Queue: Victor Costan <[email protected]> Cr-Commit-Position: refs/heads/main@{#961503}
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.