OLD | NEW |
---|---|
1 # Copyright (c) 2006-2009 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2006-2009 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 'purify': { | 17 'purify': { |
18 'filepath': 'purify', | 18 'filepath': 'purify', |
19 }, | 19 }, |
20 'mac': { | 20 'mac': { |
21 'filepath': 'cocoa|\.mm$|(_mac|_posix)\.(cc|h)$', | 21 'filepath': 'cocoa|\.mm$|(_mac|_posix)\.(cc|h)$', |
22 }, | 22 }, |
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
97 'filepath': 'chrome_frame/.*', | 97 'filepath': 'chrome_frame/.*', |
98 }, | 98 }, |
99 'nacl': { | 99 'nacl': { |
100 'filepath': 'chrome/nacl/.*|chrome/test/nacl/.*|chrome/browser/nacl_proces s_host.*|chrome/common/nacl.*', | 100 'filepath': 'chrome/nacl/.*|chrome/test/nacl/.*|chrome/browser/nacl_proces s_host.*|chrome/common/nacl.*', |
101 }, | 101 }, |
102 | 102 |
103 }, | 103 }, |
104 | 104 |
105 'WATCHLISTS': { | 105 'WATCHLISTS': { |
106 'this_file': ['nirnimesh@chromium.org'], | 106 'this_file': ['nirnimesh@chromium.org'], |
107 'valgrind': ['nirnimesh@chromium.org', 'dank@chromium.org', 'timurrrr@chromi um.org', 'stuartmorgan@chromium.org', 'ramosian.glider@gmail.com'], | 107 'valgrind': ['dank@chromium.org', 'timurrrr@chromium.org', 'stuartmorgan@chr omium.org', 'ramosian.glider@gmail.com'], |
John Grabowski
2009/11/02 20:52:49
Can you fix >80 problem while here please?
| |
108 'mac': ['jrg@chromium.org', 'pam+watch@chromium.org'], | 108 'mac': ['jrg@chromium.org', 'pam+watch@chromium.org'], |
109 'base': ['brettw+cc@chromium.org'], | 109 'base': ['brettw+cc@chromium.org'], |
110 'views': ['ben+cc@chromium.org'], | 110 'views': ['ben+cc@chromium.org'], |
111 'browser': ['ben+cc@chromium.org'], | 111 'browser': ['ben+cc@chromium.org'], |
112 'download': ['paul@chromium.org'], | 112 'download': ['paul@chromium.org'], |
113 'history': ['brettw+cc@chromium.org'], | 113 'history': ['brettw+cc@chromium.org'], |
114 'renderer': ['darin@chromium.org', 'brettw+cc@chromium.org', 'jam@chromium.o rg'], | 114 'renderer': ['darin@chromium.org', 'brettw+cc@chromium.org', 'jam@chromium.o rg'], |
115 'safe_browsing': ['paul@chromium.org'], | 115 'safe_browsing': ['paul@chromium.org'], |
116 'tab_contents': ['brettw+cc@chromium.org'], | 116 'tab_contents': ['brettw+cc@chromium.org'], |
117 'webkit': ['darin@chromium.org'], | 117 'webkit': ['darin@chromium.org'], |
(...skipping 12 matching lines...) Expand all Loading... | |
130 'sync': ['tim@chromium.org', 'nick@chromium.org', | 130 'sync': ['tim@chromium.org', 'nick@chromium.org', |
131 'idana@chromium.org'], | 131 'idana@chromium.org'], |
132 'layout_tests': ['pam+watch@chromium.org'], | 132 'layout_tests': ['pam+watch@chromium.org'], |
133 'tools': ['pam+watch@chromium.org'], | 133 'tools': ['pam+watch@chromium.org'], |
134 'tests': ['phajdan.jr@chromium.org'], | 134 'tests': ['phajdan.jr@chromium.org'], |
135 'automation': ['phajdan.jr@chromium.org'], | 135 'automation': ['phajdan.jr@chromium.org'], |
136 'chrome_frame' : ['amit@chromium.org'], | 136 'chrome_frame' : ['amit@chromium.org'], |
137 'nacl' : ['native-client-reviews@googlegroups.com'], | 137 'nacl' : ['native-client-reviews@googlegroups.com'], |
138 }, | 138 }, |
139 } | 139 } |
OLD | NEW |