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 1990 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2001 'donnd+watch@chromium.org', | 2001 'donnd+watch@chromium.org', |
2002 'jered@chromium.org', | 2002 'jered@chromium.org', |
2003 'jfweitz+watch@chromium.org', | 2003 'jfweitz+watch@chromium.org', |
2004 'kmadhusu+watch@chromium.org', | 2004 'kmadhusu+watch@chromium.org', |
2005 'melevin+watch@chromium.org', | 2005 'melevin+watch@chromium.org', |
2006 'samarth+watch@chromium.org', | 2006 'samarth+watch@chromium.org', |
2007 'skanuj+watch@chromium.org'], | 2007 'skanuj+watch@chromium.org'], |
2008 'ios': ['ios-reviews@chromium.org'], | 2008 'ios': ['ios-reviews@chromium.org'], |
2009 'ios_chrome': ['ios-reviews+chrome@chromium.org', | 2009 'ios_chrome': ['ios-reviews+chrome@chromium.org', |
2010 'pkl@chromium.org', | 2010 'pkl@chromium.org', |
2011 'sdefresne+watch@chromium.org', | |
2012 'noyau+watch@chromium.org', | 2011 'noyau+watch@chromium.org', |
2013 'marq+watch@chromium.org'], | 2012 'marq+watch@chromium.org'], |
2014 'ios_clean': ['ios-reviews+clean@chromium.org', | 2013 'ios_clean': ['ios-reviews+clean@chromium.org', |
2015 'marq+scrutinize@chromium.org', | 2014 'marq+scrutinize@chromium.org', |
2016 'lpromero+watch@chromium.org'], | 2015 'lpromero+watch@chromium.org'], |
2017 'ios_showcase': ['ios-reviews+showcase@chromium.org', | 2016 'ios_showcase': ['ios-reviews+showcase@chromium.org', |
2018 'marq+watch@chromium.org', | 2017 'marq+watch@chromium.org', |
2019 'lpromero+watch@chromium.org'], | 2018 'lpromero+watch@chromium.org'], |
2020 'ios_test': ['baxley+watch@chromium.org', | 2019 'ios_test': ['baxley+watch@chromium.org', |
2021 'huangml+watch@chromium.org', | 2020 'huangml+watch@chromium.org', |
(...skipping 216 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2238 'msramek+watch@chromium.org', | 2237 'msramek+watch@chromium.org', |
2239 'raymes+watch@chromium.org'], | 2238 'raymes+watch@chromium.org'], |
2240 'windows_sandboxing': ['pennymac+watch@chromium.org', | 2239 'windows_sandboxing': ['pennymac+watch@chromium.org', |
2241 'wfh+watch@chromium.org'], | 2240 'wfh+watch@chromium.org'], |
2242 'x11': ['derat+watch@chromium.org', | 2241 'x11': ['derat+watch@chromium.org', |
2243 'sadrul@chromium.org', | 2242 'sadrul@chromium.org', |
2244 'yusukes+watch@chromium.org'], | 2243 'yusukes+watch@chromium.org'], |
2245 'zoom': ['wjmaclean@chromium.org'], | 2244 'zoom': ['wjmaclean@chromium.org'], |
2246 }, | 2245 }, |
2247 } | 2246 } |
OLD | NEW |