OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 357 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
368 'worker': ['jam@chromium.org'], | 368 'worker': ['jam@chromium.org'], |
369 'extension': ['aa@chromium.org', | 369 'extension': ['aa@chromium.org', |
370 'mihaip-chromium-reviews@chromium.org'], | 370 'mihaip-chromium-reviews@chromium.org'], |
371 'net': ['darin-cc@chromium.org', 'cbentzel+watch@chromium.org'], | 371 'net': ['darin-cc@chromium.org', 'cbentzel+watch@chromium.org'], |
372 'net_error_list': ['mmenke@chromium.org'], | 372 'net_error_list': ['mmenke@chromium.org'], |
373 'net_log': ['mmenke@chromium.org', 'eroman@chromium.org'], | 373 'net_log': ['mmenke@chromium.org', 'eroman@chromium.org'], |
374 'ftp': ['phajdan.jr@chromium.org'], | 374 'ftp': ['phajdan.jr@chromium.org'], |
375 'dns': ['mmenke@chromium.org'], | 375 'dns': ['mmenke@chromium.org'], |
376 'media': ['feature-media-reviews@chromium.org'], | 376 'media': ['feature-media-reviews@chromium.org'], |
377 'ipc': ['jam@chromium.org', 'darin-cc@chromium.org'], | 377 'ipc': ['jam@chromium.org', 'darin-cc@chromium.org'], |
378 'linux-sandboxing': ['agl@chromium.org'], | 378 'linux-sandboxing': ['agl@chromium.org', 'jln+watch@chromium.org'], |
379 'sync': ['tim@chromium.org', 'nick@chromium.org', | 379 'sync': ['tim@chromium.org', 'nick@chromium.org', |
380 'akalin@chromium.org', 'rsimha@chromium.org'], | 380 'akalin@chromium.org', 'rsimha@chromium.org'], |
381 'tools': ['pam+watch@chromium.org'], | 381 'tools': ['pam+watch@chromium.org'], |
382 'tests': [], | 382 'tests': [], |
383 'automation': ['kkania@chromium.org', | 383 'automation': ['kkania@chromium.org', |
384 'robertshield@chromium.org'], | 384 'robertshield@chromium.org'], |
385 'chrome_frame': ['amit@chromium.org', 'grt+watch@chromium.org', | 385 'chrome_frame': ['amit@chromium.org', 'grt+watch@chromium.org', |
386 'robertshield@chromium.org'], | 386 'robertshield@chromium.org'], |
387 'nacl': ['native-client-reviews@googlegroups.com'], | 387 'nacl': ['native-client-reviews@googlegroups.com'], |
388 'appcache': ['michaeln@chromium.org'], | 388 'appcache': ['michaeln@chromium.org'], |
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
461 'omnibox': ['suzhe@chromium.org'], | 461 'omnibox': ['suzhe@chromium.org'], |
462 'message_loop': ['sadrul@chromium.org'], | 462 'message_loop': ['sadrul@chromium.org'], |
463 'clipboard': ['dcheng@chromium.org'], | 463 'clipboard': ['dcheng@chromium.org'], |
464 'metrics': ['jar@chromium.org', | 464 'metrics': ['jar@chromium.org', |
465 'isherman@chromium.org', | 465 'isherman@chromium.org', |
466 'mad@chromium.org'], | 466 'mad@chromium.org'], |
467 'speech': ['satish@chromium.org'], | 467 'speech': ['satish@chromium.org'], |
468 'installer': ['grt+watch@chromium.org'], | 468 'installer': ['grt+watch@chromium.org'], |
469 }, | 469 }, |
470 } | 470 } |
OLD | NEW |