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 841 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
852 'npapi_headers': ['stuartmorgan@chromium.org'], | 852 'npapi_headers': ['stuartmorgan@chromium.org'], |
853 'ntp': ['estade+watch@chromium.org', 'dbeam+watch-ntp@chromium.org', | 853 'ntp': ['estade+watch@chromium.org', 'dbeam+watch-ntp@chromium.org', |
854 'pedrosimonetti+watch@chromium.org'], | 854 'pedrosimonetti+watch@chromium.org'], |
855 'omnibox': ['suzhe@chromium.org'], | 855 'omnibox': ['suzhe@chromium.org'], |
856 'options': ['dbeam+watch-options@chromium.org'], | 856 'options': ['dbeam+watch-options@chromium.org'], |
857 'overview_mode': ['tdanderson+overview@chromium.org'], | 857 'overview_mode': ['tdanderson+overview@chromium.org'], |
858 'ozone': ['kalyan.kondapally@intel.com', 'ozone-reviews@chromium.org', | 858 'ozone': ['kalyan.kondapally@intel.com', 'ozone-reviews@chromium.org', |
859 'rjkroege@chromium.org'], | 859 'rjkroege@chromium.org'], |
860 'panels': ['dimich@chromium.org', 'jennb@chromium.org', | 860 'panels': ['dimich@chromium.org', 'jennb@chromium.org', |
861 'dcheng@chromium.org', 'jianli@chromium.org'], | 861 'dcheng@chromium.org', 'jianli@chromium.org'], |
862 'password_manager': ['mkwst+watchlist@chromium.org'], | 862 'password_manager': ['mkwst+watchlist@chromium.org', |
| 863 'gcasto+watchlist@chromium.org'], |
863 'pepper_api': ['piman+watch@chromium.org', 'ihf+watch@chromium.org', | 864 'pepper_api': ['piman+watch@chromium.org', 'ihf+watch@chromium.org', |
864 'yusukes+watch@chromium.org', 'raymes+watch@chromium.org', | 865 'yusukes+watch@chromium.org', 'raymes+watch@chromium.org', |
865 'noelallen@chromium.org', 'binji+watch@chromium.org', | 866 'noelallen@chromium.org', 'binji+watch@chromium.org', |
866 'nfullagar@chromium.org', 'teravest+watch@chromium.org', | 867 'nfullagar@chromium.org', 'teravest+watch@chromium.org', |
867 'tzik@chromium.org'], | 868 'tzik@chromium.org'], |
868 'plugin': ['jam@chromium.org', | 869 'plugin': ['jam@chromium.org', |
869 'stuartmorgan+watch@chromium.org'], | 870 'stuartmorgan+watch@chromium.org'], |
870 'policy_templates': ['joaodasilva+watch@chromium.org'], | 871 'policy_templates': ['joaodasilva+watch@chromium.org'], |
871 'predictors': ['dominich+watch@chromium.org', 'shishir+watch@chromium.org'], | 872 'predictors': ['dominich+watch@chromium.org', 'shishir+watch@chromium.org'], |
872 'prerender': ['cbentzel+watch@chromium.org', 'tburkard+watch@chromium.org', | 873 'prerender': ['cbentzel+watch@chromium.org', 'tburkard+watch@chromium.org', |
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
932 'webrtc_media': ['fischman+watch@chromium.org', | 933 'webrtc_media': ['fischman+watch@chromium.org', |
933 'wjia+watch@chromium.org', | 934 'wjia+watch@chromium.org', |
934 'mcasas+watch@chromium.org'], | 935 'mcasas+watch@chromium.org'], |
935 'website_settings': ['markusheintz@chromium.org'], | 936 'website_settings': ['markusheintz@chromium.org'], |
936 'worker': ['jam@chromium.org'], | 937 'worker': ['jam@chromium.org'], |
937 'x11': ['derat+watch@chromium.org', | 938 'x11': ['derat+watch@chromium.org', |
938 'sadrul@chromium.org', | 939 'sadrul@chromium.org', |
939 'yusukes+watch@chromium.org'], | 940 'yusukes+watch@chromium.org'], |
940 }, | 941 }, |
941 } | 942 } |
OLD | NEW |