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 145 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
156 'filepath': 'file_browser' \ | 156 'filepath': 'file_browser' \ |
157 '|file_manager' \ | 157 '|file_manager' \ |
158 '|filebrowse' | 158 '|filebrowse' |
159 }, | 159 }, |
160 'ftp': { | 160 'ftp': { |
161 'filepath': 'ftp', | 161 'filepath': 'ftp', |
162 }, | 162 }, |
163 'fullscreen_controller': { | 163 'fullscreen_controller': { |
164 'filepath': 'fullscreen_controller', | 164 'filepath': 'fullscreen_controller', |
165 }, | 165 }, |
166 'gdata' : { | 166 'gdata': { |
167 'filepath': 'gdata' | 167 'filepath': 'gdata' |
168 }, | 168 }, |
| 169 'gfx_image': { |
| 170 'filepath': 'ui/gfx/image/', |
| 171 }, |
169 'gpu': { | 172 'gpu': { |
170 'filepath': 'gpu/', | 173 'filepath': 'gpu/', |
171 }, | 174 }, |
172 'history': { | 175 'history': { |
173 'filepath': 'chrome/browser/history/', | 176 'filepath': 'chrome/browser/history/', |
174 }, | 177 }, |
175 'history_ui': { | 178 'history_ui': { |
176 'filepath': 'chrome/browser/resources/history', | 179 'filepath': 'chrome/browser/resources/history', |
177 }, | 180 }, |
178 'i18n': { | 181 'i18n': { |
(...skipping 285 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
464 'dns': ['mmenke@chromium.org'], | 467 'dns': ['mmenke@chromium.org'], |
465 'download': ['rdsmith+dwatch@chromium.org'], | 468 'download': ['rdsmith+dwatch@chromium.org'], |
466 'downloads_ui': ['asanka@chromium.org', 'rdsmith@chromium.org'], | 469 'downloads_ui': ['asanka@chromium.org', 'rdsmith@chromium.org'], |
467 'extension': ['aa@chromium.org', | 470 'extension': ['aa@chromium.org', |
468 'mihaip-chromium-reviews@chromium.org'], | 471 'mihaip-chromium-reviews@chromium.org'], |
469 'fileapi': ['kinuko+watch@chromium.org'], | 472 'fileapi': ['kinuko+watch@chromium.org'], |
470 'filebrowse': ['rginda+watch@chromium.org'], | 473 'filebrowse': ['rginda+watch@chromium.org'], |
471 'ftp': ['phajdan.jr@chromium.org'], | 474 'ftp': ['phajdan.jr@chromium.org'], |
472 'fullscreen_controller': ['scheib+watch@chromium.org'], | 475 'fullscreen_controller': ['scheib+watch@chromium.org'], |
473 'gdata': ['achuith+watch@chromium.org'], | 476 'gdata': ['achuith+watch@chromium.org'], |
| 477 'gfx_image': ['rsesek+watch@chromium.org'], |
474 'gpu': ['apatrick@chromium.org'], | 478 'gpu': ['apatrick@chromium.org'], |
475 'history': ['brettw-cc@chromium.org'], | 479 'history': ['brettw-cc@chromium.org'], |
476 'history_ui': ['dubroy@chromium.org'], | 480 'history_ui': ['dubroy@chromium.org'], |
477 'i18n': ['jshin+watch@chromium.org'], | 481 'i18n': ['jshin+watch@chromium.org'], |
478 'imageburner': ['achuith+watch@chromium.org', 'tbarzic+watch@chromium.org'], | 482 'imageburner': ['achuith+watch@chromium.org', 'tbarzic+watch@chromium.org'], |
479 'importer': ['tfarina@chromium.org'], | 483 'importer': ['tfarina@chromium.org'], |
480 'installer': ['grt+watch@chromium.org'], | 484 'installer': ['grt+watch@chromium.org'], |
481 'instant': ['sreeram@chromium.org', 'gideonwald@chromium.org', | 485 'instant': ['sreeram@chromium.org', 'gideonwald@chromium.org', |
482 'dcblack@chromium.org', 'jered@chromium.org', | 486 'dcblack@chromium.org', 'jered@chromium.org', |
483 'shishir@chromium.org', 'dominich@chromium.org'], | 487 'shishir@chromium.org', 'dominich@chromium.org'], |
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
553 'gbillock+watch@chromium.org', | 557 'gbillock+watch@chromium.org', |
554 'smckay+watch@chromium.org'], | 558 'smckay+watch@chromium.org'], |
555 'website_settings': ['markusheintz@chromium.org'], | 559 'website_settings': ['markusheintz@chromium.org'], |
556 'webkit': ['darin-cc@chromium.org'], | 560 'webkit': ['darin-cc@chromium.org'], |
557 'worker': ['jam@chromium.org'], | 561 'worker': ['jam@chromium.org'], |
558 'x11': ['derat+watch@chromium.org', | 562 'x11': ['derat+watch@chromium.org', |
559 'sadrul@chromium.org', | 563 'sadrul@chromium.org', |
560 'yusukes+watch@chromium.org'], | 564 'yusukes+watch@chromium.org'], |
561 }, | 565 }, |
562 } | 566 } |
OLD | NEW |