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 554 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
565 }, | 565 }, |
566 'ios_chrome': { | 566 'ios_chrome': { |
567 'filepath': 'ios/chrome', | 567 'filepath': 'ios/chrome', |
568 }, | 568 }, |
569 'ios_clean': { | 569 'ios_clean': { |
570 'filepath': 'ios/clean', | 570 'filepath': 'ios/clean', |
571 }, | 571 }, |
572 'ios_showcase': { | 572 'ios_showcase': { |
573 'filepath': 'ios/showcase', | 573 'filepath': 'ios/showcase', |
574 }, | 574 }, |
| 575 'ios_test': { |
| 576 'filepath': 'ios/chrome/test|'\ |
| 577 'ios/testing|'\ |
| 578 'ios/web/public/test|'\ |
| 579 'ios/web/test', |
| 580 }, |
575 'ios_web': { | 581 'ios_web': { |
576 'filepath': 'ios/web', | 582 'filepath': 'ios/web', |
577 }, | 583 }, |
578 'ipc': { | 584 'ipc': { |
579 'filepath': 'ipc/ipc', | 585 'filepath': 'ipc/ipc', |
580 }, | 586 }, |
581 'ipc_messages': { | 587 'ipc_messages': { |
582 'filepath': '_message.*.h|'\ | 588 'filepath': '_message.*.h|'\ |
583 '_messages.cc', | 589 '_messages.cc', |
584 }, | 590 }, |
(...skipping 1386 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1971 'pkl@chromium.org', | 1977 'pkl@chromium.org', |
1972 'sdefresne+watch@chromium.org', | 1978 'sdefresne+watch@chromium.org', |
1973 'noyau+watch@chromium.org', | 1979 'noyau+watch@chromium.org', |
1974 'marq+watch@chromium.org'], | 1980 'marq+watch@chromium.org'], |
1975 'ios_clean': ['ios-reviews+clean@chromium.org', | 1981 'ios_clean': ['ios-reviews+clean@chromium.org', |
1976 'marq+scrutinize@chromium.org', | 1982 'marq+scrutinize@chromium.org', |
1977 'lpromero+watch@chromium.org'], | 1983 'lpromero+watch@chromium.org'], |
1978 'ios_showcase': ['ios-reviews+showcase@chromium.org', | 1984 'ios_showcase': ['ios-reviews+showcase@chromium.org', |
1979 'marq+watch@chromium.org', | 1985 'marq+watch@chromium.org', |
1980 'lpromero+watch@chromium.org'], | 1986 'lpromero+watch@chromium.org'], |
| 1987 'ios_test': ['baxley+watch@chromium.org', |
| 1988 'huangml+watch@chromium.org', |
| 1989 'liaoyuke+watch@chromium.org'], |
1981 'ios_web': ['ios-reviews+web@chromium.org', | 1990 'ios_web': ['ios-reviews+web@chromium.org', |
1982 'eugenebut@chromium.org'], | 1991 'eugenebut@chromium.org'], |
1983 'ipc': ['darin-cc@chromium.org', | 1992 'ipc': ['darin-cc@chromium.org', |
1984 'jam@chromium.org'], | 1993 'jam@chromium.org'], |
1985 'libwebp': ['jzern@chromium.org', | 1994 'libwebp': ['jzern@chromium.org', |
1986 'skal@google.com', | 1995 'skal@google.com', |
1987 'urvang@chromium.org'], | 1996 'urvang@chromium.org'], |
1988 'libvpx': ['fgalligan@chromium.org', | 1997 'libvpx': ['fgalligan@chromium.org', |
1989 'johannkoenig@chromium.org', | 1998 'johannkoenig@chromium.org', |
1990 'jzern@chromium.org', | 1999 'jzern@chromium.org', |
(...skipping 198 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2189 'raymes+watch@chromium.org'], | 2198 'raymes+watch@chromium.org'], |
2190 'windows_sandboxing': ['pennymac+watch@chromium.org', | 2199 'windows_sandboxing': ['pennymac+watch@chromium.org', |
2191 'wfh+watch@chromium.org'], | 2200 'wfh+watch@chromium.org'], |
2192 'x11': ['derat+watch@chromium.org', | 2201 'x11': ['derat+watch@chromium.org', |
2193 'sadrul@chromium.org', | 2202 'sadrul@chromium.org', |
2194 'yusukes+watch@chromium.org'], | 2203 'yusukes+watch@chromium.org'], |
2195 'xml': ['dominicc+watchlist@chromium.org'], | 2204 'xml': ['dominicc+watchlist@chromium.org'], |
2196 'zoom': ['wjmaclean@chromium.org'], | 2205 'zoom': ['wjmaclean@chromium.org'], |
2197 }, | 2206 }, |
2198 } | 2207 } |
OLD | NEW |