Commit 989ca932 authored by Will Harris's avatar Will Harris Committed by Commit Bot

Add wfh to watchlist for unified_consent.

Change-Id: I48dd4cbc29a53739bd8d272d96f513f1e23c6c92
Reviewed-on: https://chromium-review.googlesource.com/c/1455197
Auto-Submit: Will Harris <wfh@chromium.org>
Reviewed-by: default avatarCarlos IL <carlosil@chromium.org>
Commit-Queue: Will Harris <wfh@chromium.org>
Cr-Commit-Position: refs/heads/master@{#632719}
parent a0d53b6b
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
# found in the LICENSE file. # found in the LICENSE file.
# Watchlist Rules # Watchlist Rules
# Refer: http://dev.chromium.org/developers/contributing-code/watchlists # Refer: https://dev.chromium.org/developers/contributing-code/watchlists
# IMPORTANT: The regular expression filepath is tested against each path using # IMPORTANT: The regular expression filepath is tested against each path using
# re.search, so it is not usually necessary to add .*. # re.search, so it is not usually necessary to add .*.
...@@ -1647,6 +1647,10 @@ ...@@ -1647,6 +1647,10 @@
'|ios/chrome/app/strings/ios(_.+)*_strings.grd'\ '|ios/chrome/app/strings/ios(_.+)*_strings.grd'\
'|ui/strings/ui_strings.grd', '|ui/strings/ui_strings.grd',
}, },
'unified_consent': {
'filepath': 'components/unified_consent/'\
'|chrome/browser/unified_consent/',
},
'usb': { 'usb': {
'filepath': '/usb/', 'filepath': '/usb/',
}, },
...@@ -2482,6 +2486,7 @@ ...@@ -2482,6 +2486,7 @@
'ui_display_win': ['robliao+watch@chromium.org'], 'ui_display_win': ['robliao+watch@chromium.org'],
'ui_resources': ['oshima+watch@chromium.org'], 'ui_resources': ['oshima+watch@chromium.org'],
'ui_strings': ['srahim+watch@chromium.org'], 'ui_strings': ['srahim+watch@chromium.org'],
'unified_consent': ['wfh+watch@chromuium.org'],
'usb': ['mattreynolds+watch@chromium.org', 'usb': ['mattreynolds+watch@chromium.org',
'odejesush+watch@chromium.org'], 'odejesush+watch@chromium.org'],
'vaapi': ['vaapi-reviews@chromium.org'], 'vaapi': ['vaapi-reviews@chromium.org'],
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment