| 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 205 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 216 'automation': ['phajdan.jr@chromium.org'], | 216 'automation': ['phajdan.jr@chromium.org'], |
| 217 'ceee' : ['ceee-reviews@chromium.org'], | 217 'ceee' : ['ceee-reviews@chromium.org'], |
| 218 'chrome_frame' : ['amit@chromium.org'], | 218 'chrome_frame' : ['amit@chromium.org'], |
| 219 'nacl' : ['native-client-reviews@googlegroups.com'], | 219 'nacl' : ['native-client-reviews@googlegroups.com'], |
| 220 'appcache': ['michaeln@chromium.org'], | 220 'appcache': ['michaeln@chromium.org'], |
| 221 'gpu': ['apatrick@chromium.org'], | 221 'gpu': ['apatrick@chromium.org'], |
| 222 'locale_settings': ['finnur+watch@chromium.org'], | 222 'locale_settings': ['finnur+watch@chromium.org'], |
| 223 'options_dialog_content': ['finnur+watch@chromium.org'], | 223 'options_dialog_content': ['finnur+watch@chromium.org'], |
| 224 'chromeos': ['davemoore+watch@chromium.org'], | 224 'chromeos': ['davemoore+watch@chromium.org'], |
| 225 'npapi_headers': ['stuartmorgan@chromium.org'], | 225 'npapi_headers': ['stuartmorgan@chromium.org'], |
| 226 'remoting': ['ajwong+watch@chromium.org' 'dmaclach+watch@chromium.org', | 226 'remoting': ['ajwong+watch@chromium.org', 'dmaclach+watch@chromium.org', |
| 227 'garykac+watch@chromium.org', 'hclam+watch@chromium.org', | 227 'garykac+watch@chromium.org', 'hclam+watch@chromium.org', |
| 228 'jamiewalch+watch@chromium.org', | 228 'jamiewalch+watch@chromium.org', |
| 229 'lambroslambrou+watch@chromium.org', | 229 'lambroslambrou+watch@chromium.org', |
| 230 'sergeyu+watch@chromium.org', | 230 'sergeyu+watch@chromium.org', |
| 231 'simonmorris+watch@chromium.org', | 231 'simonmorris+watch@chromium.org', |
| 232 'wez+watch@chromium.org'], | 232 'wez+watch@chromium.org'], |
| 233 'cookie_monster': ['rdsmith@chromium.org'], | 233 'cookie_monster': ['rdsmith@chromium.org'], |
| 234 'autofill': ['dhollowa@chromium.org', 'jhawkins@chromium.org', | 234 'autofill': ['dhollowa@chromium.org', 'jhawkins@chromium.org', |
| 235 'isherman@chromium.org'], | 235 'isherman@chromium.org'], |
| 236 'webdata': ['dhollowa@chromium.org'], | 236 'webdata': ['dhollowa@chromium.org'], |
| 237 'i18n': ['jshin+watch@chromium.org'], | 237 'i18n': ['jshin+watch@chromium.org'], |
| 238 'pyauto': ['anantha@chromium.org', 'jrg@chromium.org', | 238 'pyauto': ['anantha@chromium.org', 'jrg@chromium.org', |
| 239 'nirnimesh@chromium.org', 'dyu@chromium.org'], | 239 'nirnimesh@chromium.org', 'dyu@chromium.org'], |
| 240 'labs': ['thakis@chromium.org'], | 240 'labs': ['thakis@chromium.org'], |
| 241 'file_system': ['kinuko@chromium.org'], | 241 'file_system': ['kinuko@chromium.org'], |
| 242 'pepper_api': ['piman+watch@chromium.org'], | 242 'pepper_api': ['piman+watch@chromium.org'], |
| 243 'prerender': ['cbentzel+watch@chromium.org'], | 243 'prerender': ['cbentzel+watch@chromium.org'], |
| 244 }, | 244 }, |
| 245 } | 245 } |
| OLD | NEW |