commit | aaf64f514db85365e8cbf8d74bc53aa2fa694c8a | [log] [tgz] |
---|---|---|
author | Lei Zhang <[email protected]> | Fri Jun 21 00:52:08 2019 |
committer | Commit Bot <[email protected]> | Fri Jun 21 00:52:08 2019 |
tree | dfdd7e48c75250a7439b03d517fd61fd86e8e680 | |
parent | 9e97ca57e9f4c378df0b70828b7910bb4b0bc860 [diff] [blame] |
Tweak the pdf watchlist entry to improve matching. Add a slash at the end of the regex entries, to only watch those directories, so random files with "pdf" in the name do not match. Change-Id: I75a6f8a139c85e54bd283f379bfbd169ed186691 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1669895 Reviewed-by: Tommy Li <[email protected]> Commit-Queue: Lei Zhang <[email protected]> Cr-Commit-Position: refs/heads/master@{#671153}
diff --git a/WATCHLISTS b/WATCHLISTS index 83d6aa0..2f1a0fa 100644 --- a/WATCHLISTS +++ b/WATCHLISTS
@@ -1418,10 +1418,10 @@ '|ios/web/public/payments' }, 'pdf': { - 'filepath': 'components/pdf'\ - '|chrome/browser/pdf'\ - '|chrome/browser/ui/pdf'\ - '|pdf' + 'filepath': 'components/pdf/'\ + '|chrome/browser/pdf/'\ + '|chrome/browser/ui/pdf/'\ + '|pdf/' }, 'pepper_api': { 'filepath': 'ppapi/api'\