| 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 236 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 247 'imageburner': { | 247 'imageburner': { |
| 248 'filepath': 'imageburner' | 248 'filepath': 'imageburner' |
| 249 }, | 249 }, |
| 250 'importer': { | 250 'importer': { |
| 251 'filepath': 'import', | 251 'filepath': 'import', |
| 252 }, | 252 }, |
| 253 'installer': { | 253 'installer': { |
| 254 'filepath': 'chrome/installer/', | 254 'filepath': 'chrome/installer/', |
| 255 }, | 255 }, |
| 256 'instant': { | 256 'instant': { |
| 257 'filepath': 'instant|searchbox', | 257 'filepath': 'instant|searchbox|/ui/search/', |
| 258 }, | 258 }, |
| 259 'ipc': { | 259 'ipc': { |
| 260 'filepath': 'ipc/ipc', | 260 'filepath': 'ipc/ipc', |
| 261 }, | 261 }, |
| 262 'labs': { | 262 'labs': { |
| 263 'filepath': 'chrome/browser/labs' \ | 263 'filepath': 'chrome/browser/labs' \ |
| 264 '|chrome/browser/dom_ui/labs' | 264 '|chrome/browser/dom_ui/labs' |
| 265 }, | 265 }, |
| 266 'layout_tests': { | 266 'layout_tests': { |
| 267 'filepath': 'webkit/(tools|data)/(layout_tests|test_shell)/', | 267 'filepath': 'webkit/(tools|data)/(layout_tests|test_shell)/', |
| (...skipping 438 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 706 'groby+watch@chromium.org', | 706 'groby+watch@chromium.org', |
| 707 'rouslan+watch@chromium.org'], | 707 'rouslan+watch@chromium.org'], |
| 708 'website_settings': ['markusheintz@chromium.org'], | 708 'website_settings': ['markusheintz@chromium.org'], |
| 709 'webkit': ['darin-cc@chromium.org'], | 709 'webkit': ['darin-cc@chromium.org'], |
| 710 'worker': ['jam@chromium.org'], | 710 'worker': ['jam@chromium.org'], |
| 711 'x11': ['derat+watch@chromium.org', | 711 'x11': ['derat+watch@chromium.org', |
| 712 'sadrul@chromium.org', | 712 'sadrul@chromium.org', |
| 713 'yusukes+watch@chromium.org'], | 713 'yusukes+watch@chromium.org'], |
| 714 }, | 714 }, |
| 715 } | 715 } |
| OLD | NEW |