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}
diff --git a/.gn b/.gn
index b9948d2..b886ea8 100644
--- a/.gn
+++ b/.gn
@@ -29,6 +29,10 @@
 
   # TODO(crbug.com/1151236) Remove once fixed.
   "//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