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 977 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
988 }, | 988 }, |
989 'subresource_filter': { | 989 'subresource_filter': { |
990 'filepath': 'subresource_filter|SubresourceFilter', | 990 'filepath': 'subresource_filter|SubresourceFilter', |
991 }, | 991 }, |
992 'supervised_users': { | 992 'supervised_users': { |
993 'filepath': 'chrome/browser/.*managed_mode'\ | 993 'filepath': 'chrome/browser/.*managed_mode'\ |
994 '|chrome/browser/.*managed_user'\ | 994 '|chrome/browser/.*managed_user'\ |
995 '|chrome/browser/.*supervised_user', | 995 '|chrome/browser/.*supervised_user', |
996 }, | 996 }, |
997 'swreporter': { | 997 'swreporter': { |
998 'filepath': 'chrome/browser/safe_browsing/srt_'\ | 998 'filepath': 'chrome/browser/safe_browsing/chrome_cleaner/'\ |
999 '|chrome/browser/component_updater/sw_reporter_', | 999 '|chrome/browser/component_updater/sw_reporter_', |
1000 }, | 1000 }, |
1001 'sync': { | 1001 'sync': { |
1002 'filepath': '^chrome/android/sync_shell/'\ | 1002 'filepath': '^chrome/android/sync_shell/'\ |
1003 '|^chrome/browser/ui/sync/'\ | 1003 '|^chrome/browser/ui/sync/'\ |
1004 '|^chrome/browser/ui/views/sync/'\ | 1004 '|^chrome/browser/ui/views/sync/'\ |
1005 '|^chrome/test/android/javatests/src/org/chromium/chrome/test/
util/browser/sync/'\ | 1005 '|^chrome/test/android/javatests/src/org/chromium/chrome/test/
util/browser/sync/'\ |
1006 '|^ios/chrome/browser/sync/'\ | 1006 '|^ios/chrome/browser/sync/'\ |
1007 '|^chrome/android/java/src/org/chromium/chrome/browser/sync/'\ | 1007 '|^chrome/android/java/src/org/chromium/chrome/browser/sync/'\ |
1008 '|^chrome/browser/sync/'\ | 1008 '|^chrome/browser/sync/'\ |
(...skipping 1228 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2237 'msramek+watch@chromium.org', | 2237 'msramek+watch@chromium.org', |
2238 'raymes+watch@chromium.org'], | 2238 'raymes+watch@chromium.org'], |
2239 'windows_sandboxing': ['pennymac+watch@chromium.org', | 2239 'windows_sandboxing': ['pennymac+watch@chromium.org', |
2240 'wfh+watch@chromium.org'], | 2240 'wfh+watch@chromium.org'], |
2241 'x11': ['derat+watch@chromium.org', | 2241 'x11': ['derat+watch@chromium.org', |
2242 'sadrul@chromium.org', | 2242 'sadrul@chromium.org', |
2243 'yusukes+watch@chromium.org'], | 2243 'yusukes+watch@chromium.org'], |
2244 'zoom': ['wjmaclean@chromium.org'], | 2244 'zoom': ['wjmaclean@chromium.org'], |
2245 }, | 2245 }, |
2246 } | 2246 } |
OLD | NEW |