diff options
author | twifkak <twifkak@chromium.org> | 2015-06-22 11:20:09 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-06-22 18:20:34 +0000 |
commit | 0c69c1f889112e4e591b9eb36277512ecf0c64d4 (patch) | |
tree | 0fbc984a6b9cb514f23007a17860045922282fed | |
parent | ded8f0291fe06b15295c0272f01b327fd9b33a58 (diff) | |
download | chromium_src-0c69c1f889112e4e591b9eb36277512ecf0c64d4.zip chromium_src-0c69c1f889112e4e591b9eb36277512ecf0c64d4.tar.gz chromium_src-0c69c1f889112e4e591b9eb36277512ecf0c64d4.tar.bz2 |
Add precache watchlist.
Add a watchlist for all files that contain 'precache' in their path, for the
Wifi Prefetch project.
BUG=309216
Review URL: https://codereview.chromium.org/1191813006
Cr-Commit-Position: refs/heads/master@{#335528}
-rw-r--r-- | WATCHLISTS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -614,6 +614,9 @@ 'filepath': 'third_party/polymer/|'\ 'ui/webui/resources/polymer_resources.grdp', }, + 'precache': { + 'filepath': '[pP]recache' + }, 'predictors': { 'filepath': 'predictors', }, @@ -1067,6 +1070,7 @@ 'permissions': ['mlamouri+watch-permissions@chromium.org'], 'plugin': ['jam@chromium.org'], 'polymer': ['michaelpg+watch-polymer@chromium.org'], + 'precache': ['wifiprefetch-reviews@google.com'], 'predictors': ['shishir+watch@chromium.org'], 'prepopulated_engines': ['vasilii+watch@chromium.org'], 'prerender': ['cbentzel+watch@chromium.org', 'tburkard+watch@chromium.org', |