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 # IMPORTANT: The regular expression filepath is tested against each path using | 8 # IMPORTANT: The regular expression filepath is tested against each path using |
9 # re.search, so it is not usually necessary to add .*. | 9 # re.search, so it is not usually necessary to add .*. |
10 | 10 |
(...skipping 415 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
426 'android_infra': ['peter+watch@chromium.org', | 426 'android_infra': ['peter+watch@chromium.org', |
427 'bulach+watch@chromium.org', | 427 'bulach+watch@chromium.org', |
428 'yfriedman+watch@chromium.org'], | 428 'yfriedman+watch@chromium.org'], |
429 'app_list': ['tfarina@chromium.org'], | 429 'app_list': ['tfarina@chromium.org'], |
430 'appcache': ['michaeln@chromium.org'], | 430 'appcache': ['michaeln@chromium.org'], |
431 'aura': ['ben+watch@chromium.org', 'sadrul@chromium.org'], | 431 'aura': ['ben+watch@chromium.org', 'sadrul@chromium.org'], |
432 'autofill': ['dhollowa+watch@chromium.org', 'isherman@chromium.org', | 432 'autofill': ['dhollowa+watch@chromium.org', 'isherman@chromium.org', |
433 'dyu@chromium.org'], | 433 'dyu@chromium.org'], |
434 'automation': ['kkania@chromium.org', | 434 'automation': ['kkania@chromium.org', |
435 'robertshield@chromium.org'], | 435 'robertshield@chromium.org'], |
436 'base': ['brettw-cc@chromium.org', 'erikwright@chromium.org'], | 436 'base': ['brettw-cc@chromium.org', 'erikwright+watch@chromium.org'], |
437 'base_memory': ['gavinp+memory@chromium.org'], | 437 'base_memory': ['gavinp+memory@chromium.org'], |
438 'browser_chromeos': ['davemoore+watch@chromium.org', | 438 'browser_chromeos': ['davemoore+watch@chromium.org', |
439 'stevenjb+watch@chromium.org', | 439 'stevenjb+watch@chromium.org', |
440 'nkostylev+watch@chromium.org'], | 440 'nkostylev+watch@chromium.org'], |
441 'browser_components': ['browser-components-watch@chromium.org'], | 441 'browser_components': ['browser-components-watch@chromium.org'], |
442 'browser_compositor': ['backer@chromium.org', 'vollick@chromium.org', | 442 'browser_compositor': ['backer@chromium.org', 'vollick@chromium.org', |
443 'piman+watch@chromium.org'], | 443 'piman+watch@chromium.org'], |
444 'browser_main': ['brettw-cc@chromium.org'], | 444 'browser_main': ['brettw-cc@chromium.org'], |
445 'browser_resources': ['arv@chromium.org'], | 445 'browser_resources': ['arv@chromium.org'], |
446 'browsing_data': ['markusheintz@chromium.org'], | 446 'browsing_data': ['markusheintz@chromium.org'], |
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
553 'gbillock+watch@chromium.org', | 553 'gbillock+watch@chromium.org', |
554 'smckay+watch@chromium.org'], | 554 'smckay+watch@chromium.org'], |
555 'website_settings': ['markusheintz@chromium.org'], | 555 'website_settings': ['markusheintz@chromium.org'], |
556 'webkit': ['darin-cc@chromium.org'], | 556 'webkit': ['darin-cc@chromium.org'], |
557 'worker': ['jam@chromium.org'], | 557 'worker': ['jam@chromium.org'], |
558 'x11': ['derat+watch@chromium.org', | 558 'x11': ['derat+watch@chromium.org', |
559 'sadrul@chromium.org', | 559 'sadrul@chromium.org', |
560 'yusukes+watch@chromium.org'], | 560 'yusukes+watch@chromium.org'], |
561 }, | 561 }, |
562 } | 562 } |
OLD | NEW |