OLD | NEW |
1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 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 | 8 |
9 { | 9 { |
10 'WATCHLIST_DEFINITIONS': { | 10 'WATCHLIST_DEFINITIONS': { |
11 'this_file': { | 11 'this_file': { |
12 'filepath': '^WATCHLISTS$', | 12 'filepath': '^WATCHLISTS$', |
13 }, | 13 }, |
14 'valgrind': { | 14 'valgrind': { |
15 'filepath': 'valgrind', | 15 'filepath': 'valgrind', |
16 }, | 16 }, |
17 'mac': { | 17 'mac': { |
18 'filepath': 'cocoa|\.mm$|(_mac|_posix)\.(cc|h)$', | 18 'filepath': 'cocoa|\.mm$|(_mac|_posix)\.(cc|h)$', |
19 }, | 19 }, |
20 'base': { | 20 'base': { |
21 'filepath': '^base/.*', | 21 'filepath': '^base/.*', |
22 }, | 22 }, |
23 'extension': { | 23 'extension': { |
24 'filepath': 'extension', | 24 'filepath': 'extension', |
25 }, | 25 }, |
26 'views': { | 26 'views': { |
27 # Applies to all files and subdirs within this directory. | 27 # Applies to all files and subdirs within this directory. |
28 'filepath': 'views/.*', | 28 'filepath': '^views/.*', |
29 }, | 29 }, |
30 'browser': { | 30 'browser': { |
31 'filepath': 'chrome/browser/.*', | 31 'filepath': 'chrome/browser/.*', |
32 }, | 32 }, |
33 'browser_main': { | 33 'browser_main': { |
34 'filepath': 'chrome/browser/browser_main.cc', | 34 'filepath': 'chrome/browser/browser_main.cc', |
35 }, | 35 }, |
36 'browser_resources': { | 36 'browser_resources': { |
37 'filepath': 'chrome/browser/resources/.*', | 37 'filepath': 'chrome/browser/resources/.*', |
38 }, | 38 }, |
(...skipping 250 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
289 'imageburner': ['achuith+watch@chromium.org', 'tbarzic+watch@chromium.org'], | 289 'imageburner': ['achuith+watch@chromium.org', 'tbarzic+watch@chromium.org'], |
290 'filebrowse': ['achuith+watch@chromium.org', 'rginda+watch@chromium.org'], | 290 'filebrowse': ['achuith+watch@chromium.org', 'rginda+watch@chromium.org'], |
291 'clang_update': ['fischman+watch@chromium.org', 'ukai+watch@chromium.org'], | 291 'clang_update': ['fischman+watch@chromium.org', 'ukai+watch@chromium.org'], |
292 'panels': ['dimich@chromium.org', 'jennb@chromium.org', | 292 'panels': ['dimich@chromium.org', 'jennb@chromium.org', |
293 'prasadt@chromium.org', 'dcheng@chromium.org', | 293 'prasadt@chromium.org', 'dcheng@chromium.org', |
294 'jianli@chromium.org'], | 294 'jianli@chromium.org'], |
295 'importer': ['tfarina@chromium.org'], | 295 'importer': ['tfarina@chromium.org'], |
296 'views': ['dhollowa@chromium.org'], | 296 'views': ['dhollowa@chromium.org'], |
297 }, | 297 }, |
298 } | 298 } |
OLD | NEW |