Exclude partition_allocator header check

This will unblock the roll

Bug: b/226557854
Change-Id: I7f5c5b6385e91bf55c5c39fa63ebb8b55c639734
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/256681
Reviewed-by: Björn Terelius <terelius@webrtc.org>
Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org>
Commit-Queue: Christoffer Jansson <jansson@google.com>
Cr-Commit-Position: refs/heads/main@{#36319}
This commit is contained in:
Christoffer Jansson 2022-03-24 14:14:53 +01:00 committed by WebRTC LUCI CQ
parent a6fcbb1830
commit 5ab4102233

7
.gn
View File

@ -24,7 +24,12 @@ secondary_source = "//build/secondary/"
# matching these patterns (see "gn help label_pattern" for format) will not have
# their includes checked for proper dependencies when you run either
# "gn check" or "gn gen --check".
no_check_targets = [ "//third_party/icu/*" ]
no_check_targets = [
"//third_party/icu/*",
# TODO(crbug.com/1151236) Remove once fixed.
"//base/allocator/partition_allocator:partition_alloc",
]
# These are the list of GN files that run exec_script. This whitelist exists
# to force additional review for new uses of exec_script, which is strongly