| 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 1183 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1194 'blink_custom_elements': { | 1194 'blink_custom_elements': { |
| 1195 'filepath': 'third_party/WebKit/Source/core/dom/custom/' \ | 1195 'filepath': 'third_party/WebKit/Source/core/dom/custom/' \ |
| 1196 '|third_party/WebKit/Source/bindings/v8/.*CustomElement', | 1196 '|third_party/WebKit/Source/bindings/v8/.*CustomElement', |
| 1197 }, | 1197 }, |
| 1198 'blink_device_light': { | 1198 'blink_device_light': { |
| 1199 'filepath': 'third_party/WebKit/Source/modules/device_light/' \ | 1199 'filepath': 'third_party/WebKit/Source/modules/device_light/' \ |
| 1200 '|third_party/WebKit/LayoutTests/fast/dom/DeviceLight/' | 1200 '|third_party/WebKit/LayoutTests/fast/dom/DeviceLight/' |
| 1201 }, | 1201 }, |
| 1202 'blink_device_orientation': { | 1202 'blink_device_orientation': { |
| 1203 'filepath': 'third_party/WebKit/Source/modules/device_orientation/' \ | 1203 'filepath': 'third_party/WebKit/Source/modules/device_orientation/' \ |
| 1204 '|third_party/WebKit/LayoutTests/fast/dom/DeviceMotion/' \ | 1204 '|third_party/WebKit/LayoutTests/device_orientation/' \ |
| 1205 '|third_party/WebKit/LayoutTests/fast/dom/DeviceOrientation/'
\ | |
| 1206 '|third_party/WebKit/Source/core/frame/PlatformEvent(Controlle
r|Dispatcher)' \ | 1205 '|third_party/WebKit/Source/core/frame/PlatformEvent(Controlle
r|Dispatcher)' \ |
| 1207 '|third_party/WebKit/Source/core/frame/DeviceSingleWindowEvent
Controller' | 1206 '|third_party/WebKit/Source/core/frame/DeviceSingleWindowEvent
Controller' |
| 1208 }, | 1207 }, |
| 1209 'blink_devtools': { | 1208 'blink_devtools': { |
| 1210 'filepath': 'third_party/WebKit/.*(inspector|DevTools|devtools)', | 1209 'filepath': 'third_party/WebKit/.*(inspector|DevTools|devtools)', |
| 1211 }, | 1210 }, |
| 1212 'blink_dom': { | 1211 'blink_dom': { |
| 1213 'filepath': 'third_party/WebKit/Source/core/dom/' | 1212 'filepath': 'third_party/WebKit/Source/core/dom/' |
| 1214 }, | 1213 }, |
| 1215 'blink_events': { | 1214 'blink_events': { |
| (...skipping 879 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2095 'raymes+watch@chromium.org'], | 2094 'raymes+watch@chromium.org'], |
| 2096 'windows_sandboxing': ['pennymac+watch@chromium.org', | 2095 'windows_sandboxing': ['pennymac+watch@chromium.org', |
| 2097 'wfh+watch@chromium.org'], | 2096 'wfh+watch@chromium.org'], |
| 2098 'x11': ['derat+watch@chromium.org', | 2097 'x11': ['derat+watch@chromium.org', |
| 2099 'sadrul@chromium.org', | 2098 'sadrul@chromium.org', |
| 2100 'yusukes+watch@chromium.org'], | 2099 'yusukes+watch@chromium.org'], |
| 2101 'xml': ['dominicc+watchlist@chromium.org'], | 2100 'xml': ['dominicc+watchlist@chromium.org'], |
| 2102 'zoom': ['wjmaclean@chromium.org'], | 2101 'zoom': ['wjmaclean@chromium.org'], |
| 2103 }, | 2102 }, |
| 2104 } | 2103 } |
| OLD | NEW |