Skip to content

Commit

Permalink
WATCHLISTS: fix polymer match
Browse files Browse the repository at this point in the history
remove trailing '|' in last entry; since:
e7a443f Cleanup various WebUI related paths in WATCHLISTS.

Change-Id: I20a1b670666b6f2ea858411f2b3b5d2f454f9446
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3256418
Reviewed-by: Kyle Horimoto <khorimoto@chromium.org>
Commit-Queue: James Zern <jzern@google.com>
Cr-Commit-Position: refs/heads/main@{#937182}
  • Loading branch information
James Zern authored and Chromium LUCI CQ committed Nov 2, 2021
1 parent 2d5120b commit 01a2ffe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WATCHLISTS
Original file line number Diff line number Diff line change
Expand Up @@ -1570,7 +1570,7 @@
'polymer': {
'filepath': 'third_party/polymer/|'\
'third_party/web-animations-js/|'\
'tools/polymer|'
'tools/polymer'
},
'popup_blocker': {
'filepath': 'chrome/browser/ui/blocked_content'
Expand Down

0 comments on commit 01a2ffe

Please sign in to comment.