| 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 1102 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 1113       # Applies to all files and subdirs within this directory. | 1113       # Applies to all files and subdirs within this directory. | 
| 1114       'filepath': '^ui/views/', | 1114       'filepath': '^ui/views/', | 
| 1115     }, | 1115     }, | 
| 1116     'views_corewm': { | 1116     'views_corewm': { | 
| 1117       'filepath': 'ui/views/corewm/', | 1117       'filepath': 'ui/views/corewm/', | 
| 1118     }, | 1118     }, | 
| 1119     'virtual_keyboard': { | 1119     'virtual_keyboard': { | 
| 1120       'filepath': 'ui/keyboard/'\ | 1120       'filepath': 'ui/keyboard/'\ | 
| 1121                   '|chrome/test/data/chromeos/virtual_keyboard/'\ | 1121                   '|chrome/test/data/chromeos/virtual_keyboard/'\ | 
| 1122                   '|extensions/browser/api/virtual_keyboard_private/'\ | 1122                   '|extensions/browser/api/virtual_keyboard_private/'\ | 
| 1123                   '|ash/system/virtual_keyboard/'\ | 1123                   '|ash/common/system/chromeos/virtual_keyboard/'\ | 
| 1124                   '|ash/virtual_keyboard', | 1124                   '|ash/virtual_keyboard', | 
| 1125     }, | 1125     }, | 
| 1126     'virtual_reality': { | 1126     'virtual_reality': { | 
| 1127       'filepath': 'vr_shell/|'\ | 1127       'filepath': 'vr_shell/|'\ | 
| 1128                   '/vr/|'\ | 1128                   '/vr/|'\ | 
| 1129                   'third_party/gvr', | 1129                   'third_party/gvr', | 
| 1130     }, | 1130     }, | 
| 1131     'webrtc_browser_tests': { | 1131     'webrtc_browser_tests': { | 
| 1132       'filepath': 'chrome/browser/media/.*webrtc.*browsertest|'\ | 1132       'filepath': 'chrome/browser/media/.*webrtc.*browsertest|'\ | 
| 1133                   'content/browser/media/.*webrtc.*browsertest', | 1133                   'content/browser/media/.*webrtc.*browsertest', | 
| (...skipping 1032 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 2166                          'raymes+watch@chromium.org'], | 2166                          'raymes+watch@chromium.org'], | 
| 2167     'windows_sandboxing': ['pennymac+watch@chromium.org', | 2167     'windows_sandboxing': ['pennymac+watch@chromium.org', | 
| 2168                            'wfh+watch@chromium.org'], | 2168                            'wfh+watch@chromium.org'], | 
| 2169     'x11': ['derat+watch@chromium.org', | 2169     'x11': ['derat+watch@chromium.org', | 
| 2170             'sadrul@chromium.org', | 2170             'sadrul@chromium.org', | 
| 2171             'yusukes+watch@chromium.org'], | 2171             'yusukes+watch@chromium.org'], | 
| 2172     'xml': ['dominicc+watchlist@chromium.org'], | 2172     'xml': ['dominicc+watchlist@chromium.org'], | 
| 2173     'zoom': ['wjmaclean@chromium.org'], | 2173     'zoom': ['wjmaclean@chromium.org'], | 
| 2174   }, | 2174   }, | 
| 2175 } | 2175 } | 
| OLD | NEW | 
|---|