| 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 1386 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1397 '|third_party/WebKit/Source/modules/vibration/' | 1397 '|third_party/WebKit/Source/modules/vibration/' |
| 1398 }, | 1398 }, |
| 1399 'blink_viewport_interaction': { | 1399 'blink_viewport_interaction': { |
| 1400 'filepath': 'third_party/WebKit/Source/core/css/.*Viewport' \ | 1400 'filepath': 'third_party/WebKit/Source/core/css/.*Viewport' \ |
| 1401 '|third_party/WebKit/Source/core/dom/ViewportArguments' \ | 1401 '|third_party/WebKit/Source/core/dom/ViewportArguments' \ |
| 1402 '|third_party/WebKit/Source/core/html/HTMLMetaElement' \ | 1402 '|third_party/WebKit/Source/core/html/HTMLMetaElement' \ |
| 1403 '|third_party/WebKit/Source/core/page/FrameView' \ | 1403 '|third_party/WebKit/Source/core/page/FrameView' \ |
| 1404 '|third_party/WebKit/Source/core/page/scrolling' | 1404 '|third_party/WebKit/Source/core/page/scrolling' |
| 1405 }, | 1405 }, |
| 1406 'blink_w3ctests': { | 1406 'blink_w3ctests': { |
| 1407 'filepath': 'third_party/WebKit/LayoutTests/imported/' \ | 1407 'filepath': 'third_party/WebKit/LayoutTests/external/' \ |
| 1408 '|third_party/WebKit/Tools/Scripts/webkitpy/w3c/' | 1408 '|third_party/WebKit/Tools/Scripts/webkitpy/w3c/' |
| 1409 }, | 1409 }, |
| 1410 'blink_web': { | 1410 'blink_web': { |
| 1411 'filepath': 'third_party/WebKit/Source/web' | 1411 'filepath': 'third_party/WebKit/Source/web' |
| 1412 }, | 1412 }, |
| 1413 'blink_webcomponents': { | 1413 'blink_webcomponents': { |
| 1414 'filepath': 'third_party/WebKit/Source/core/dom/shadow/' \ | 1414 'filepath': 'third_party/WebKit/Source/core/dom/shadow/' \ |
| 1415 '|third_party/WebKit/Source/core/dom/custom/' \ | 1415 '|third_party/WebKit/Source/core/dom/custom/' \ |
| 1416 '|third_party/WebKit/Source/core/html/imports/' \ | 1416 '|third_party/WebKit/Source/core/html/imports/' \ |
| 1417 '|third_party/WebKit/Source/bindings/v8/custom/V8CustomElement
ConstructorCustom' \ | 1417 '|third_party/WebKit/Source/bindings/v8/custom/V8CustomElement
ConstructorCustom' \ |
| (...skipping 662 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2080 'raymes+watch@chromium.org'], | 2080 'raymes+watch@chromium.org'], |
| 2081 'windows_sandboxing': ['pennymac+watch@chromium.org', | 2081 'windows_sandboxing': ['pennymac+watch@chromium.org', |
| 2082 'wfh+watch@chromium.org'], | 2082 'wfh+watch@chromium.org'], |
| 2083 'x11': ['derat+watch@chromium.org', | 2083 'x11': ['derat+watch@chromium.org', |
| 2084 'sadrul@chromium.org', | 2084 'sadrul@chromium.org', |
| 2085 'yusukes+watch@chromium.org'], | 2085 'yusukes+watch@chromium.org'], |
| 2086 'xml': ['dominicc+watchlist@chromium.org'], | 2086 'xml': ['dominicc+watchlist@chromium.org'], |
| 2087 'zoom': ['wjmaclean@chromium.org'], | 2087 'zoom': ['wjmaclean@chromium.org'], |
| 2088 }, | 2088 }, |
| 2089 } | 2089 } |
| OLD | NEW |