| 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 1057 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1068 }, | 1068 }, |
| 1069 'views': { | 1069 'views': { |
| 1070 # Applies to all files and subdirs within this directory. | 1070 # Applies to all files and subdirs within this directory. |
| 1071 'filepath': '^ui/views/', | 1071 'filepath': '^ui/views/', |
| 1072 }, | 1072 }, |
| 1073 'views_corewm': { | 1073 'views_corewm': { |
| 1074 'filepath': 'ui/views/corewm/', | 1074 'filepath': 'ui/views/corewm/', |
| 1075 }, | 1075 }, |
| 1076 'virtual_keyboard': { | 1076 'virtual_keyboard': { |
| 1077 'filepath': 'ui/keyboard/'\ | 1077 'filepath': 'ui/keyboard/'\ |
| 1078 'chrome/test/data/chromeos/virtual_keyboard/'\ | 1078 '|chrome/test/data/chromeos/virtual_keyboard/'\ |
| 1079 'chrome/common/extensions/api/virtual_keyboard', | 1079 '|extensions/browser/api/virtual_keyboard_private/'\ |
| 1080 '|ash/common/system/chromeos/virtual_keyboard/'\ |
| 1081 '|ash/virtual_keyboard', |
| 1080 }, | 1082 }, |
| 1081 'virtual_reality': { | 1083 'virtual_reality': { |
| 1082 'filepath': 'vr_shell/|'\ | 1084 'filepath': 'vr_shell/|'\ |
| 1083 '/vr/|'\ | 1085 '/vr/|'\ |
| 1084 'third_party/gvr', | 1086 'third_party/gvr', |
| 1085 }, | 1087 }, |
| 1086 'webrtc_browser_tests': { | 1088 'webrtc_browser_tests': { |
| 1087 'filepath': 'chrome/browser/media/.*webrtc.*browsertest|'\ | 1089 'filepath': 'chrome/browser/media/.*webrtc.*browsertest|'\ |
| 1088 'content/browser/media/.*webrtc.*browsertest', | 1090 'content/browser/media/.*webrtc.*browsertest', |
| 1089 }, | 1091 }, |
| (...skipping 1020 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2110 'raymes+watch@chromium.org'], | 2112 'raymes+watch@chromium.org'], |
| 2111 'windows_sandboxing': ['pennymac+watch@chromium.org', | 2113 'windows_sandboxing': ['pennymac+watch@chromium.org', |
| 2112 'wfh+watch@chromium.org'], | 2114 'wfh+watch@chromium.org'], |
| 2113 'x11': ['derat+watch@chromium.org', | 2115 'x11': ['derat+watch@chromium.org', |
| 2114 'sadrul@chromium.org', | 2116 'sadrul@chromium.org', |
| 2115 'yusukes+watch@chromium.org'], | 2117 'yusukes+watch@chromium.org'], |
| 2116 'xml': ['dominicc+watchlist@chromium.org'], | 2118 'xml': ['dominicc+watchlist@chromium.org'], |
| 2117 'zoom': ['wjmaclean@chromium.org'], | 2119 'zoom': ['wjmaclean@chromium.org'], |
| 2118 }, | 2120 }, |
| 2119 } | 2121 } |
| OLD | NEW |