| 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 1242 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1253 'blink_battery_status': { | 1253 'blink_battery_status': { |
| 1254 'filepath': 'third_party/WebKit/Source/modules/battery/' \ | 1254 'filepath': 'third_party/WebKit/Source/modules/battery/' \ |
| 1255 '|third_party/WebKit/LayoutTests/battery-status/' \ | 1255 '|third_party/WebKit/LayoutTests/battery-status/' \ |
| 1256 '|third_party/WebKit/Source/core/frame/PlatformEvent(Controlle
r|Dispatcher)' | 1256 '|third_party/WebKit/Source/core/frame/PlatformEvent(Controlle
r|Dispatcher)' |
| 1257 }, | 1257 }, |
| 1258 'blink_bidi': { | 1258 'blink_bidi': { |
| 1259 'filepath': 'third_party/WebKit/Source/platform/text/.*Bidi' \ | 1259 'filepath': 'third_party/WebKit/Source/platform/text/.*Bidi' \ |
| 1260 '|third_party/WebKit/Source/core/rendering/.*Bidi', | 1260 '|third_party/WebKit/Source/core/rendering/.*Bidi', |
| 1261 }, | 1261 }, |
| 1262 'blink_bindings': { | 1262 'blink_bindings': { |
| 1263 'filepath': 'third_party/WebKit/Source/platform/bindings', |
| 1263 'filepath': 'third_party/WebKit/Source/bindings', | 1264 'filepath': 'third_party/WebKit/Source/bindings', |
| 1264 }, | 1265 }, |
| 1265 'blink_bindings_serialization': { | 1266 'blink_bindings_serialization': { |
| 1266 'filepath': 'third_party/WebKit/Source/bindings/(core|modules)/v8/.*[Ss]er
ializ', | 1267 'filepath': 'third_party/WebKit/Source/bindings/(core|modules)/v8/.*[Ss]er
ializ', |
| 1267 }, | 1268 }, |
| 1268 'blink_bluetooth': { | 1269 'blink_bluetooth': { |
| 1269 'filepath': 'third_party/WebKit/.*[Bb]luetooth' | 1270 'filepath': 'third_party/WebKit/.*[Bb]luetooth' |
| 1270 }, | 1271 }, |
| 1271 'blink_canvas2d': { | 1272 'blink_canvas2d': { |
| 1272 'filepath': 'third_party/WebKit/Source/core/html/canvas' \ | 1273 'filepath': 'third_party/WebKit/Source/core/html/canvas' \ |
| (...skipping 1020 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2293 'msramek+watch@chromium.org', | 2294 'msramek+watch@chromium.org', |
| 2294 'raymes+watch@chromium.org'], | 2295 'raymes+watch@chromium.org'], |
| 2295 'windows_sandboxing': ['pennymac+watch@chromium.org', | 2296 'windows_sandboxing': ['pennymac+watch@chromium.org', |
| 2296 'wfh+watch@chromium.org'], | 2297 'wfh+watch@chromium.org'], |
| 2297 'x11': ['derat+watch@chromium.org', | 2298 'x11': ['derat+watch@chromium.org', |
| 2298 'sadrul@chromium.org', | 2299 'sadrul@chromium.org', |
| 2299 'yusukes+watch@chromium.org'], | 2300 'yusukes+watch@chromium.org'], |
| 2300 'zoom': ['wjmaclean@chromium.org'], | 2301 'zoom': ['wjmaclean@chromium.org'], |
| 2301 }, | 2302 }, |
| 2302 } | 2303 } |
| OLD | NEW |