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 159 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
170 'filepath': 'chrome/browser/resources/options/|'\ | 170 'filepath': 'chrome/browser/resources/options/|'\ |
171 'chrome/browser/resources/options.html|'\ | 171 'chrome/browser/resources/options.html|'\ |
172 'chrome/browser/ui/webui/options/', | 172 'chrome/browser/ui/webui/options/', |
173 }, | 173 }, |
174 'download': { | 174 'download': { |
175 'filepath': 'chrome/browser/download/|'\ | 175 'filepath': 'chrome/browser/download/|'\ |
176 'content/browser/download/', | 176 'content/browser/download/', |
177 }, | 177 }, |
178 'downloads_ext': { | 178 'downloads_ext': { |
179 'filepath': 'chrome/browser/extensions/api/downloads/|'\ | 179 'filepath': 'chrome/browser/extensions/api/downloads/|'\ |
180 'chrome/common/extensions/api/downloads.idl', | 180 'chrome/common/extensions/api/downloads.*.idl', |
181 }, | 181 }, |
182 'downloads_ui': { | 182 'downloads_ui': { |
183 'filepath': 'chrome/browser/resources/downloads/|' \ | 183 'filepath': 'chrome/browser/resources/downloads/|' \ |
184 'chrome/browser/ui/webui/.*downloads|' \ | 184 'chrome/browser/ui/webui/.*downloads|' \ |
185 'chrome/browser/ui/views/download/|' \ | 185 'chrome/browser/ui/views/download/|' \ |
186 'chrome/browser/ui/cocoa/download/|' \ | 186 'chrome/browser/ui/cocoa/download/|' \ |
187 'chrome/browser/ui/gtk/download/' | 187 'chrome/browser/ui/gtk/download/' |
188 }, | 188 }, |
189 'drive': { | 189 'drive': { |
190 'filepath': 'chrome/browser/chromeos/drive/|' \ | 190 'filepath': 'chrome/browser/chromeos/drive/|' \ |
(...skipping 478 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
669 'groby+watch@chromium.org', | 669 'groby+watch@chromium.org', |
670 'rouslan+watch@chromium.org'], | 670 'rouslan+watch@chromium.org'], |
671 'website_settings': ['markusheintz@chromium.org'], | 671 'website_settings': ['markusheintz@chromium.org'], |
672 'webkit': ['darin-cc@chromium.org'], | 672 'webkit': ['darin-cc@chromium.org'], |
673 'worker': ['jam@chromium.org'], | 673 'worker': ['jam@chromium.org'], |
674 'x11': ['derat+watch@chromium.org', | 674 'x11': ['derat+watch@chromium.org', |
675 'sadrul@chromium.org', | 675 'sadrul@chromium.org', |
676 'yusukes+watch@chromium.org'], | 676 'yusukes+watch@chromium.org'], |
677 }, | 677 }, |
678 } | 678 } |
OLD | NEW |