0

raw_span: Allow in third_party/blink/

To enable a fresh run of the `raw_ptr` rewriter, we want to enable usage
of `base::raw_span` under `third_party/blink/`.

Bug: 331856209
Change-Id: I4d4d6b008fc853b589b284a83be689a56f7035da
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5918853
Reviewed-by: Mike West <mkwst@chromium.org>
Commit-Queue: Kalvin Lee <kdlee@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1366605}
This commit is contained in:
Kalvin Lee
2024-10-10 03:01:39 +00:00
committed by Chromium LUCI CQ
parent 014df86ba9
commit bd3f4c0a80
2 changed files with 3 additions and 1 deletions
third_party/blink
DEPS
tools
blinkpy

@ -7,6 +7,7 @@ include_rules = [
"+base/functional/function_ref.h",
"+base/memory/raw_ptr.h",
"+base/memory/raw_ref.h",
"+base/memory/raw_span.h",
"+base/memory/raw_ptr_exclusion.h",
"+base/memory/stack_allocated.h",
"+base/notreached.h",

@ -124,6 +124,7 @@ _CONFIG = [
'base::Process',
'base::RadToDeg',
'base::ranges::.+',
'base::raw_span',
'base::RefCountedData',
'base::RemoveChars',
'base::RepeatingTimer',
@ -972,7 +973,7 @@ _CONFIG = [
'gpu::ExportedSharedImage', 'gpu::SHARED_IMAGE_USAGE_DISPLAY_READ',
'gpu::SHARED_IMAGE_USAGE_SCANOUT',
'gpu::SHARED_IMAGE_USAGE_CONCURRENT_READ_WRITE',
'gpu::SharedImageUsageSet'
'gpu::SharedImageUsageSet',
],
},
{