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 241 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
252 }, | 252 }, |
253 'importer': { | 253 'importer': { |
254 'filepath': 'import', | 254 'filepath': 'import', |
255 }, | 255 }, |
256 'installer': { | 256 'installer': { |
257 'filepath': 'chrome/installer/', | 257 'filepath': 'chrome/installer/', |
258 }, | 258 }, |
259 'instant': { | 259 'instant': { |
260 'filepath': 'instant|searchbox|'\ | 260 'filepath': 'instant|searchbox|'\ |
261 'chrome/browser/search/|'\ | 261 'chrome/browser/search/|'\ |
262 'chrome/browser/ui/search|'\ | 262 'chrome/browser/ui/search/|'\ |
263 'chrome/common/search_types.*', | 263 'chrome/common/search_types.*', |
264 }, | 264 }, |
265 'ipc': { | 265 'ipc': { |
266 'filepath': 'ipc/ipc', | 266 'filepath': 'ipc/ipc', |
267 }, | 267 }, |
268 'layout_tests': { | 268 'layout_tests': { |
269 'filepath': 'webkit/(tools|data)/(layout_tests|test_shell)/', | 269 'filepath': 'webkit/(tools|data)/(layout_tests|test_shell)/', |
270 }, | 270 }, |
271 'linux_fonts': { | 271 'linux_fonts': { |
272 'filepath': 'ui/gfx/font_render_params_.*|'\ | 272 'filepath': 'ui/gfx/font_render_params_.*|'\ |
(...skipping 417 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
690 'views': ['tfarina@chromium.org'], | 690 'views': ['tfarina@chromium.org'], |
691 'views_core': ['ben+watch@chromium.org'], | 691 'views_core': ['ben+watch@chromium.org'], |
692 'website_settings': ['markusheintz@chromium.org'], | 692 'website_settings': ['markusheintz@chromium.org'], |
693 'webkit': ['darin-cc@chromium.org'], | 693 'webkit': ['darin-cc@chromium.org'], |
694 'worker': ['jam@chromium.org'], | 694 'worker': ['jam@chromium.org'], |
695 'x11': ['derat+watch@chromium.org', | 695 'x11': ['derat+watch@chromium.org', |
696 'sadrul@chromium.org', | 696 'sadrul@chromium.org', |
697 'yusukes+watch@chromium.org'], | 697 'yusukes+watch@chromium.org'], |
698 }, | 698 }, |
699 } | 699 } |
OLD | NEW |