| OLD | NEW |
| 1 # This is insane. |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 2 # 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 | 3 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 4 # found in the LICENSE file. |
| 4 | 5 |
| 5 # Watchlist Rules | 6 # Watchlist Rules |
| 6 # Refer: http://dev.chromium.org/developers/contributing-code/watchlists | 7 # Refer: http://dev.chromium.org/developers/contributing-code/watchlists |
| 7 | 8 |
| 8 # IMPORTANT: The regular expression filepath is tested against each path using | 9 # IMPORTANT: The regular expression filepath is tested against each path using |
| 9 # re.search, so it is not usually necessary to add .*. | 10 # re.search, so it is not usually necessary to add .*. |
| 10 | 11 |
| (...skipping 1928 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1939 'raymes+watch@chromium.org'], | 1940 'raymes+watch@chromium.org'], |
| 1940 'windows_sandboxing': ['pennymac+watch@chromium.org', | 1941 'windows_sandboxing': ['pennymac+watch@chromium.org', |
| 1941 'wfh+watch@chromium.org'], | 1942 'wfh+watch@chromium.org'], |
| 1942 'x11': ['derat+watch@chromium.org', | 1943 'x11': ['derat+watch@chromium.org', |
| 1943 'sadrul@chromium.org', | 1944 'sadrul@chromium.org', |
| 1944 'yusukes+watch@chromium.org'], | 1945 'yusukes+watch@chromium.org'], |
| 1945 'xml': ['dominicc+watchlist@chromium.org'], | 1946 'xml': ['dominicc+watchlist@chromium.org'], |
| 1946 'zoom': ['wjmaclean@chromium.org'], | 1947 'zoom': ['wjmaclean@chromium.org'], |
| 1947 }, | 1948 }, |
| 1948 } | 1949 } |
| OLD | NEW |