WATCHLISTS: Remove spurious entry for heap
Drive-by: Move out the watch for PA into its own category.
Change-Id: I03a94ddb7170a19fb932198ca617e982d1f87d21
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3129486
Reviewed-by: Benoit L <[email protected]>
Reviewed-by: Kentaro Hara <[email protected]>
Reviewed-by: Bartek Nowierski <[email protected]>
Commit-Queue: Michael Lippautz <[email protected]>
Cr-Commit-Position: refs/heads/main@{#916426}
diff --git a/WATCHLISTS b/WATCHLISTS
index 813d8bd..fa7a6107 100644
--- a/WATCHLISTS
+++ b/WATCHLISTS
@@ -399,9 +399,7 @@
'|third_party/blink/public/web/.*geolocation'
},
'blink_heap': {
- 'filepath': 'third_party/blink/renderer/platform/heap' \
- '|base/allocator/partition_allocator/' \
- '|components/gc/'
+ 'filepath': 'third_party/blink/renderer/platform/heap'
},
'blink_html': {
'filepath': 'third_party/blink/renderer/core/html/' \
@@ -1502,6 +1500,9 @@
'|chrome/browser/ui/cocoa/panels'\
'|chrome/browser/ui/views/panels'
},
+ 'partition_alloc': {
+ 'filepath': 'base/allocator/partition_allocator/'
+ },
'password_manager': {
'filepath': 'chrome/.*/password_'\
'|chrome/browser/ui/passwords'\
@@ -2249,7 +2250,7 @@
'blink_geolocation': ['[email protected]'],
'blink_heap': ['[email protected]',
'[email protected]',
- '[email protected]'],
+ '[email protected]'],
'blink_html': ['[email protected]'],
'blink_htmlparser': ['[email protected]',
'[email protected]'],
@@ -2675,6 +2676,9 @@
'panels': ['[email protected]',
'[email protected]',
'[email protected]'],
+ 'partition_alloc': ['[email protected]',
+ '[email protected]',
+ '[email protected]'],
'password_manager': ['[email protected]',
'[email protected]'],
'payments': ['[email protected]',