| 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 223 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 234 'cookie_monster': ['rdsmith@chromium.org'], | 234 'cookie_monster': ['rdsmith@chromium.org'], |
| 235 'autofill': ['dhollowa@chromium.org', 'jhawkins@chromium.org', | 235 'autofill': ['dhollowa@chromium.org', 'jhawkins@chromium.org', |
| 236 'isherman@chromium.org'], | 236 'isherman@chromium.org'], |
| 237 'webdata': ['dhollowa@chromium.org'], | 237 'webdata': ['dhollowa@chromium.org'], |
| 238 'i18n': ['jshin+watch@chromium.org'], | 238 'i18n': ['jshin+watch@chromium.org'], |
| 239 'pyauto': ['anantha@chromium.org', 'jrg@chromium.org', | 239 'pyauto': ['anantha@chromium.org', 'jrg@chromium.org', |
| 240 'nirnimesh@chromium.org', 'dyu@chromium.org'], | 240 'nirnimesh@chromium.org', 'dyu@chromium.org'], |
| 241 'labs': ['thakis@chromium.org'], | 241 'labs': ['thakis@chromium.org'], |
| 242 'fileapi': ['kinuko+watch@chromium.org'], | 242 'fileapi': ['kinuko+watch@chromium.org'], |
| 243 'pepper_api': ['piman+watch@chromium.org'], | 243 'pepper_api': ['piman+watch@chromium.org'], |
| 244 'prerender': ['cbentzel+watch@chromium.org'], | 244 'prerender': ['cbentzel+watch@chromium.org', 'tburkard+watch@chromium.org'], |
| 245 }, | 245 }, |
| 246 } | 246 } |
| OLD | NEW |