| 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 300 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 311 'media': ['acolwell+watch@chromium.org', 'ajwong+watch@chromium.org', | 311 'media': ['acolwell+watch@chromium.org', 'ajwong+watch@chromium.org', |
| 312 'annacc+watch@chromium.org', 'ddorwin+watch@chromium.org', | 312 'annacc+watch@chromium.org', 'ddorwin+watch@chromium.org', |
| 313 'fischman+watch@chromium.org', 'hclam+watch@chromium.org', | 313 'fischman+watch@chromium.org', 'hclam+watch@chromium.org', |
| 314 'scherkus@chromium.org', 'vrk@chromium.org'], | 314 'scherkus@chromium.org', 'vrk@chromium.org'], |
| 315 'ipc': ['jam@chromium.org', 'darin-cc@chromium.org'], | 315 'ipc': ['jam@chromium.org', 'darin-cc@chromium.org'], |
| 316 'linux-sandboxing': ['agl@chromium.org'], | 316 'linux-sandboxing': ['agl@chromium.org'], |
| 317 'sync': ['tim@chromium.org', 'nick@chromium.org', | 317 'sync': ['tim@chromium.org', 'nick@chromium.org', |
| 318 'idana@chromium.org', 'rsimha@chromium.org'], | 318 'idana@chromium.org', 'rsimha@chromium.org'], |
| 319 'tools': ['pam+watch@chromium.org'], | 319 'tools': ['pam+watch@chromium.org'], |
| 320 'tests': ['phajdan.jr@chromium.org'], | 320 'tests': ['phajdan.jr@chromium.org'], |
| 321 'automation': ['phajdan.jr@chromium.org', 'kkania@chromium.org'], | 321 'automation': ['phajdan.jr@chromium.org', 'kkania@chromium.org', |
| 322 'chrome_frame': ['amit@chromium.org'], | 322 'robertshield@chromium.org'], |
| 323 'chrome_frame': ['amit@chromium.org', 'robertshield@chromium.org'], |
| 323 'nacl': ['native-client-reviews@googlegroups.com'], | 324 'nacl': ['native-client-reviews@googlegroups.com'], |
| 324 'appcache': ['michaeln@chromium.org'], | 325 'appcache': ['michaeln@chromium.org'], |
| 325 'gpu': ['apatrick@chromium.org'], | 326 'gpu': ['apatrick@chromium.org'], |
| 326 'locale_settings': ['finnur+watch@chromium.org'], | 327 'locale_settings': ['finnur+watch@chromium.org'], |
| 327 'options_dialog_content': ['finnur+watch@chromium.org'], | 328 'options_dialog_content': ['finnur+watch@chromium.org'], |
| 328 'chromeos': ['davemoore+watch@chromium.org', 'stevenjb@chromium.org', | 329 'chromeos': ['davemoore+watch@chromium.org', 'stevenjb@chromium.org', |
| 329 'nkostylev+watch@chromium.org'], | 330 'nkostylev+watch@chromium.org'], |
| 330 'chromeos_webui': ['nkostylev+watch@chromium.org'], | 331 'chromeos_webui': ['nkostylev+watch@chromium.org'], |
| 331 'npapi_headers': ['stuartmorgan@chromium.org'], | 332 'npapi_headers': ['stuartmorgan@chromium.org'], |
| 332 'remoting': ['ajwong+watch@chromium.org', 'dmaclach+watch@chromium.org', | 333 'remoting': ['ajwong+watch@chromium.org', 'dmaclach+watch@chromium.org', |
| (...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 374 'zork+watch@chromium.org', | 375 'zork+watch@chromium.org', |
| 375 'hashimoto+watch@chromium.org', | 376 'hashimoto+watch@chromium.org', |
| 376 'yoshiki+watch@chromium.org', | 377 'yoshiki+watch@chromium.org', |
| 377 'yuzo+watch@chromium.org'], | 378 'yuzo+watch@chromium.org'], |
| 378 'aura': ['ben+watch@chromium.org'], | 379 'aura': ['ben+watch@chromium.org'], |
| 379 'views_core': ['ben+watch@chromium.org'], | 380 'views_core': ['ben+watch@chromium.org'], |
| 380 'tools_emacs': ['fischman+watch@chromium.org'], | 381 'tools_emacs': ['fischman+watch@chromium.org'], |
| 381 'browser_compositor': ['backer@chromium.org'], | 382 'browser_compositor': ['backer@chromium.org'], |
| 382 }, | 383 }, |
| 383 } | 384 } |
| OLD | NEW |