diff --git a/.gn b/.gn index ea58dc547c..75872e3864 100644 --- a/.gn +++ b/.gn @@ -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