Disable checks for googletest for WebRTC
Bug: chromium:326607005 Change-Id: Iaa97ef823509cd978ed462bcf8ea2945a7baf7ee Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/341262 Reviewed-by: Jeremy Leconte <jleconte@webrtc.org> Commit-Queue: Christoffer Dewerin <jansson@google.com> Cr-Commit-Position: refs/heads/main@{#41819}
This commit is contained in:
parent
51532fd355
commit
7a008822f9
4
.gn
4
.gn
@ -29,6 +29,10 @@ no_check_targets = [
|
|||||||
|
|
||||||
# TODO(crbug.com/1151236) Remove once fixed.
|
# TODO(crbug.com/1151236) Remove once fixed.
|
||||||
"//base/allocator/partition_allocator:partition_alloc",
|
"//base/allocator/partition_allocator:partition_alloc",
|
||||||
|
|
||||||
|
# TODO: crbug/326607005 - GTEST_HAS_ABSL is broken
|
||||||
|
"//third_party/googletest:gmock",
|
||||||
|
"//third_party/googletest:gtest",
|
||||||
]
|
]
|
||||||
|
|
||||||
# These are the list of GN files that run exec_script. This whitelist exists
|
# These are the list of GN files that run exec_script. This whitelist exists
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user