Add image codecs & me to WATCHLISTS
This CL adds a new WATCHLIST area called blink_image_codecs. It includes
both the decoders and encoders. It also included the perf tests for the
codecs.
This CL also adds me to that new blink_image_codecs watchlist.
Change-Id: I2db95a44386533a74d253cb3e18c7f436cb728d6
Reviewed-on: https://chromium-review.googlesource.com/c/1379031
Reviewed-by: Eric Karl <[email protected]>
Commit-Queue: Chris Blume <[email protected]>
Cr-Commit-Position: refs/heads/master@{#616861}
diff --git a/WATCHLISTS b/WATCHLISTS
index 99abac401..6511deb 100644
--- a/WATCHLISTS
+++ b/WATCHLISTS
@@ -381,6 +381,11 @@
'blink_htmlparser': {
'filepath': 'third_party/blink/renderer/core/html/parser/'
},
+ 'blink_image_codecs': {
+ 'filepath': 'third_party/blink/renderer/platform/image-decoders' \
+ '|third_party/blink/renderer/platform/image-encoders' \
+ '|third_party/blink/perf_tests/image_decoder'
+ },
'blink_indexed_db': {
'filepath': 'third_party/blink/common/indexeddb' \
'|third_party/blink/public/common/indexeddb' \
@@ -1950,6 +1955,7 @@
'blink_html': ['[email protected]'],
'blink_htmlparser': ['[email protected]',
'[email protected]'],
+ 'blink_image_codecs': ['[email protected]'],
'blink_indexed_db': ['[email protected]',
'[email protected]'],
'blink_input': ['[email protected]',