| OLD | NEW |
| 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 280 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 291 'idana@chromium.org', 'rsimha@chromium.org'], | 291 'idana@chromium.org', 'rsimha@chromium.org'], |
| 292 'tools': ['pam+watch@chromium.org'], | 292 'tools': ['pam+watch@chromium.org'], |
| 293 'tests': ['phajdan.jr@chromium.org'], | 293 'tests': ['phajdan.jr@chromium.org'], |
| 294 'automation': ['phajdan.jr@chromium.org', 'kkania@chromium.org'], | 294 'automation': ['phajdan.jr@chromium.org', 'kkania@chromium.org'], |
| 295 'chrome_frame': ['amit@chromium.org'], | 295 'chrome_frame': ['amit@chromium.org'], |
| 296 'nacl': ['native-client-reviews@googlegroups.com'], | 296 'nacl': ['native-client-reviews@googlegroups.com'], |
| 297 'appcache': ['michaeln@chromium.org'], | 297 'appcache': ['michaeln@chromium.org'], |
| 298 'gpu': ['apatrick@chromium.org'], | 298 'gpu': ['apatrick@chromium.org'], |
| 299 'locale_settings': ['finnur+watch@chromium.org'], | 299 'locale_settings': ['finnur+watch@chromium.org'], |
| 300 'options_dialog_content': ['finnur+watch@chromium.org'], | 300 'options_dialog_content': ['finnur+watch@chromium.org'], |
| 301 'chromeos': ['davemoore+watch@chromium.org'], | 301 'chromeos': ['davemoore+watch@chromium.org, stevenjb@chromium.org'], |
| 302 'npapi_headers': ['stuartmorgan@chromium.org'], | 302 'npapi_headers': ['stuartmorgan@chromium.org'], |
| 303 'remoting': ['ajwong+watch@chromium.org', 'dmaclach+watch@chromium.org', | 303 'remoting': ['ajwong+watch@chromium.org', 'dmaclach+watch@chromium.org', |
| 304 'garykac+watch@chromium.org', 'hclam+watch@chromium.org', | 304 'garykac+watch@chromium.org', 'hclam+watch@chromium.org', |
| 305 'jamiewalch+watch@chromium.org', | 305 'jamiewalch+watch@chromium.org', |
| 306 'lambroslambrou+watch@chromium.org', | 306 'lambroslambrou+watch@chromium.org', |
| 307 'sergeyu+watch@chromium.org', | 307 'sergeyu+watch@chromium.org', |
| 308 'simonmorris+watch@chromium.org', | 308 'simonmorris+watch@chromium.org', |
| 309 'wez+watch@chromium.org'], | 309 'wez+watch@chromium.org'], |
| 310 'ntp': ['estade+watch@chromium.org'], | 310 'ntp': ['estade+watch@chromium.org'], |
| 311 'cookie_monster': ['erikwright@chromium.org', 'rdsmith@chromium.org', | 311 'cookie_monster': ['erikwright@chromium.org', 'rdsmith@chromium.org', |
| (...skipping 28 matching lines...) Expand all Loading... |
| 340 'dtseng+watch@chromium.org', | 340 'dtseng+watch@chromium.org', |
| 341 'ctguil+watch@chromium.org', | 341 'ctguil+watch@chromium.org', |
| 342 'aboxhall+watch@chromium.org', | 342 'aboxhall+watch@chromium.org', |
| 343 'davidbarr+watch@chromium.org', | 343 'davidbarr+watch@chromium.org', |
| 344 'zork+watch@chromium.org', | 344 'zork+watch@chromium.org', |
| 345 'hashimoto+watch@chromium.org', | 345 'hashimoto+watch@chromium.org', |
| 346 'yoshiki+watch@chromium.org', | 346 'yoshiki+watch@chromium.org', |
| 347 'yuzo+watch@chromium.org'], | 347 'yuzo+watch@chromium.org'], |
| 348 }, | 348 }, |
| 349 } | 349 } |
| OLD | NEW |