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 1182 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1193 'filepath': 'third_party/WebKit/Source/core/page/.*Event' \ | 1193 'filepath': 'third_party/WebKit/Source/core/page/.*Event' \ |
1194 '|third_party/WebKit/Source/core/dom/.*Event' \ | 1194 '|third_party/WebKit/Source/core/dom/.*Event' \ |
1195 '|third_party/WebKit/Source/core/css/.*Event' \ | 1195 '|third_party/WebKit/Source/core/css/.*Event' \ |
1196 '|third_party/WebKit/Source/platform/.*Event' | 1196 '|third_party/WebKit/Source/platform/.*Event' |
1197 }, | 1197 }, |
1198 'blink_fetch': { | 1198 'blink_fetch': { |
1199 'filepath': 'third_party/WebKit/Source/core/fetch', | 1199 'filepath': 'third_party/WebKit/Source/core/fetch', |
1200 }, | 1200 }, |
1201 'blink_heap': { | 1201 'blink_heap': { |
1202 'filepath': 'third_party/WebKit/Source/platform/heap' \ | 1202 'filepath': 'third_party/WebKit/Source/platform/heap' \ |
1203 '|third_party/WebKit/Source/wtf/Partition.*' | 1203 '|base/allocator/partition_allocator/' |
1204 }, | 1204 }, |
1205 'blink_html': { | 1205 'blink_html': { |
1206 'filepath': 'third_party/WebKit/Source/core/html/' | 1206 'filepath': 'third_party/WebKit/Source/core/html/' |
1207 }, | 1207 }, |
1208 'blink_loader': { | 1208 'blink_loader': { |
1209 'filepath': 'third_party/WebKit/Source/core/loader', | 1209 'filepath': 'third_party/WebKit/Source/core/loader', |
1210 }, | 1210 }, |
1211 'blink_modules': { | 1211 'blink_modules': { |
1212 'filepath': 'third_party/WebKit/Source/modules' | 1212 'filepath': 'third_party/WebKit/Source/modules' |
1213 }, | 1213 }, |
(...skipping 863 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2077 'raymes+watch@chromium.org'], | 2077 'raymes+watch@chromium.org'], |
2078 'windows_sandboxing': ['pennymac+watch@chromium.org', | 2078 'windows_sandboxing': ['pennymac+watch@chromium.org', |
2079 'wfh+watch@chromium.org'], | 2079 'wfh+watch@chromium.org'], |
2080 'x11': ['derat+watch@chromium.org', | 2080 'x11': ['derat+watch@chromium.org', |
2081 'sadrul@chromium.org', | 2081 'sadrul@chromium.org', |
2082 'yusukes+watch@chromium.org'], | 2082 'yusukes+watch@chromium.org'], |
2083 'xml': ['dominicc+watchlist@chromium.org'], | 2083 'xml': ['dominicc+watchlist@chromium.org'], |
2084 'zoom': ['wjmaclean@chromium.org'], | 2084 'zoom': ['wjmaclean@chromium.org'], |
2085 }, | 2085 }, |
2086 } | 2086 } |
OLD | NEW |