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 163 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
174 'filepath': 'chrome/browser/resources/options/|'\ | 174 'filepath': 'chrome/browser/resources/options/|'\ |
175 'chrome/browser/resources/options.html|'\ | 175 'chrome/browser/resources/options.html|'\ |
176 'chrome/browser/ui/webui/options/', | 176 'chrome/browser/ui/webui/options/', |
177 }, | 177 }, |
178 'download': { | 178 'download': { |
179 'filepath': 'chrome/browser/download/|'\ | 179 'filepath': 'chrome/browser/download/|'\ |
180 'content/browser/download/', | 180 'content/browser/download/', |
181 }, | 181 }, |
182 'downloads_ext': { | 182 'downloads_ext': { |
183 'filepath': 'chrome/browser/extensions/api/downloads/|'\ | 183 'filepath': 'chrome/browser/extensions/api/downloads/|'\ |
184 'chrome/common/extensions/api/downloads.idl', | 184 'chrome/common/extensions/api/downloads.*.idl', |
185 }, | 185 }, |
186 'downloads_ui': { | 186 'downloads_ui': { |
187 'filepath': 'chrome/browser/resources/downloads/|' \ | 187 'filepath': 'chrome/browser/resources/downloads/|' \ |
188 'chrome/browser/ui/webui/.*downloads|' \ | 188 'chrome/browser/ui/webui/.*downloads|' \ |
189 'chrome/browser/ui/views/download/|' \ | 189 'chrome/browser/ui/views/download/|' \ |
190 'chrome/browser/ui/cocoa/download/|' \ | 190 'chrome/browser/ui/cocoa/download/|' \ |
191 'chrome/browser/ui/gtk/download/' | 191 'chrome/browser/ui/gtk/download/' |
192 }, | 192 }, |
193 'drive': { | 193 'drive': { |
194 'filepath': 'chrome/browser/chromeos/drive/|' \ | 194 'filepath': 'chrome/browser/chromeos/drive/|' \ |
(...skipping 492 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
687 'groby+watch@chromium.org', | 687 'groby+watch@chromium.org', |
688 'rouslan+watch@chromium.org'], | 688 'rouslan+watch@chromium.org'], |
689 'website_settings': ['markusheintz@chromium.org'], | 689 'website_settings': ['markusheintz@chromium.org'], |
690 'webkit': ['darin-cc@chromium.org'], | 690 'webkit': ['darin-cc@chromium.org'], |
691 'worker': ['jam@chromium.org'], | 691 'worker': ['jam@chromium.org'], |
692 'x11': ['derat+watch@chromium.org', | 692 'x11': ['derat+watch@chromium.org', |
693 'sadrul@chromium.org', | 693 'sadrul@chromium.org', |
694 'yusukes+watch@chromium.org'], | 694 'yusukes+watch@chromium.org'], |
695 }, | 695 }, |
696 } | 696 } |
OLD | NEW |