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:

committed by
Chromium LUCI CQ

parent
014df86ba9
commit
bd3f4c0a80
third_party/blink
1
third_party/blink/DEPS
vendored
1
third_party/blink/DEPS
vendored
@ -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',
|
||||
],
|
||||
},
|
||||
{
|
||||
|
Reference in New Issue
Block a user