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 169 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
180 'filepath': 'chrome/browser/resources/options/|'\ | 180 'filepath': 'chrome/browser/resources/options/|'\ |
181 'chrome/browser/resources/options.html|'\ | 181 'chrome/browser/resources/options.html|'\ |
182 'chrome/browser/ui/webui/options/', | 182 'chrome/browser/ui/webui/options/', |
183 }, | 183 }, |
184 'download': { | 184 'download': { |
185 'filepath': 'chrome/browser/download/|'\ | 185 'filepath': 'chrome/browser/download/|'\ |
186 'content/browser/download/', | 186 'content/browser/download/', |
187 }, | 187 }, |
188 'downloads_ext': { | 188 'downloads_ext': { |
189 'filepath': 'chrome/browser/extensions/api/downloads/|'\ | 189 'filepath': 'chrome/browser/extensions/api/downloads/|'\ |
190 'chrome/common/extensions/api/downloads.idl', | 190 'chrome/common/extensions/api/downloads.*.idl', |
191 }, | 191 }, |
192 'downloads_ui': { | 192 'downloads_ui': { |
193 'filepath': 'chrome/browser/resources/downloads/|' \ | 193 'filepath': 'chrome/browser/resources/downloads/|' \ |
194 'chrome/browser/ui/webui/.*downloads|' \ | 194 'chrome/browser/ui/webui/.*downloads|' \ |
195 'chrome/browser/ui/views/download/|' \ | 195 'chrome/browser/ui/views/download/|' \ |
196 'chrome/browser/ui/cocoa/download/|' \ | 196 'chrome/browser/ui/cocoa/download/|' \ |
197 'chrome/browser/ui/gtk/download/' | 197 'chrome/browser/ui/gtk/download/' |
198 }, | 198 }, |
199 'drive': { | 199 'drive': { |
200 'filepath': 'chrome/browser/chromeos/drive/|' \ | 200 'filepath': 'chrome/browser/chromeos/drive/|' \ |
(...skipping 497 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
698 'groby+watch@chromium.org', | 698 'groby+watch@chromium.org', |
699 'rouslan+watch@chromium.org'], | 699 'rouslan+watch@chromium.org'], |
700 'website_settings': ['markusheintz@chromium.org'], | 700 'website_settings': ['markusheintz@chromium.org'], |
701 'webkit': ['darin-cc@chromium.org'], | 701 'webkit': ['darin-cc@chromium.org'], |
702 'worker': ['jam@chromium.org'], | 702 'worker': ['jam@chromium.org'], |
703 'x11': ['derat+watch@chromium.org', | 703 'x11': ['derat+watch@chromium.org', |
704 'sadrul@chromium.org', | 704 'sadrul@chromium.org', |
705 'yusukes+watch@chromium.org'], | 705 'yusukes+watch@chromium.org'], |
706 }, | 706 }, |
707 } | 707 } |
OLD | NEW |