OLD | NEW |
1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. |
2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 | 4 |
5 # Watchlist Rules | 5 # Watchlist Rules |
6 # Refer: http://dev.chromium.org/developers/contributing-code/watchlists | 6 # Refer: http://dev.chromium.org/developers/contributing-code/watchlists |
7 | 7 |
8 | 8 |
9 { | 9 { |
10 'WATCHLIST_DEFINITIONS': { | 10 'WATCHLIST_DEFINITIONS': { |
(...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
166 'labs': { | 166 'labs': { |
167 'filepath': 'chrome/browser/labs' \ | 167 'filepath': 'chrome/browser/labs' \ |
168 '|chrome/browser/dom_ui/labs' | 168 '|chrome/browser/dom_ui/labs' |
169 }, | 169 }, |
170 'file_system': { | 170 'file_system': { |
171 'filepath': 'file_system/.*', | 171 'filepath': 'file_system/.*', |
172 }, | 172 }, |
173 'pepper_api': { | 173 'pepper_api': { |
174 'filepath': 'ppapi/c/.*', | 174 'filepath': 'ppapi/c/.*', |
175 }, | 175 }, |
| 176 'prerender': { |
| 177 'filepath': 'chrome/browser/prerender/.*' |
| 178 }, |
176 }, | 179 }, |
177 | 180 |
178 'WATCHLISTS': { | 181 'WATCHLISTS': { |
179 'this_file': ['nirnimesh@chromium.org'], | 182 'this_file': ['nirnimesh@chromium.org'], |
180 'valgrind': ['timurrrr@chromium.org', | 183 'valgrind': ['timurrrr@chromium.org', |
181 'stuartmorgan+watch@chromium.org', | 184 'stuartmorgan+watch@chromium.org', |
182 'glider@chromium.org'], | 185 'glider@chromium.org'], |
183 'mac': ['pam+watch@chromium.org'], | 186 'mac': ['pam+watch@chromium.org'], |
184 'base': ['brettw-cc@chromium.org'], | 187 'base': ['brettw-cc@chromium.org'], |
185 'browser_main': ['brettw-cc@chromium.org'], | 188 'browser_main': ['brettw-cc@chromium.org'], |
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
226 'cookie_monster': ['rdsmith@chromium.org'], | 229 'cookie_monster': ['rdsmith@chromium.org'], |
227 'autofill': ['dhollowa@chromium.org', 'jhawkins@chromium.org', | 230 'autofill': ['dhollowa@chromium.org', 'jhawkins@chromium.org', |
228 'isherman@chromium.org'], | 231 'isherman@chromium.org'], |
229 'webdata': ['dhollowa@chromium.org'], | 232 'webdata': ['dhollowa@chromium.org'], |
230 'i18n': ['jshin+watch@chromium.org'], | 233 'i18n': ['jshin+watch@chromium.org'], |
231 'pyauto': ['anantha@chromium.org', 'jrg@chromium.org', | 234 'pyauto': ['anantha@chromium.org', 'jrg@chromium.org', |
232 'nirnimesh@chromium.org', 'dyu@chromium.org'], | 235 'nirnimesh@chromium.org', 'dyu@chromium.org'], |
233 'labs': ['thakis@chromium.org'], | 236 'labs': ['thakis@chromium.org'], |
234 'file_system': ['kinuko@chromium.org'], | 237 'file_system': ['kinuko@chromium.org'], |
235 'pepper_api': ['piman+watch@chromium.org'], | 238 'pepper_api': ['piman+watch@chromium.org'], |
| 239 'prerender': ['cbentzel+watch@chromium.org'], |
236 }, | 240 }, |
237 } | 241 } |
OLD | NEW |