commit | 5a8828718fe6e473edb27d10aad0ddb6de08c8e9 | [log] [tgz] |
---|---|---|
author | Jonathan Lee <jonathanjlee@google.com> | Wed Apr 17 14:25:24 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Apr 17 14:25:24 2024 |
tree | 67b4bfc35fe92a9e741ab4dcfd498338e566acba | |
parent | 096df4843798317704bf7da4aa723e7a474b8037 [diff] |
Roll src/third_party/googletest/src/ 5197b1a8e..5a37b517a (1 commit) https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/5197b1a8e6a1..5a37b517ad4a $ git log 5197b1a8e..5a37b517a --date=short --no-merges --format='%ad %ae %s' 2024-04-16 dmauro Use `[[maybe_unused]]` when it is available to avoid -Wused-but-marked-unused warnings Created with: roll-dep src/third_party/googletest/src Also, replace one use of `GTEST_ATTRIBUTE_UNUSED_` with `GTEST_INTERNAL_ATTRIBUTE_MAYBE_UNUSED` to work around compile failures in https://crrev.com/c/5459405. Change-Id: I59f583f40c7863a03f165012d0aa96ebb37f479c Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:linux_chromium_cfi_rel_ng;luci.chrome.try:win-chrome Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5459931 Auto-Submit: Jonathan Lee <jonathanjlee@google.com> Reviewed-by: Vasiliy Telezhnikov <vasilyt@chromium.org> Commit-Queue: Vasiliy Telezhnikov <vasilyt@chromium.org> Cr-Commit-Position: refs/heads/main@{#1288689}
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.