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': { |
(...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
171 'valgrind': ['timurrrr@chromium.org', | 171 'valgrind': ['timurrrr@chromium.org', |
172 'stuartmorgan+watch@chromium.org', | 172 'stuartmorgan+watch@chromium.org', |
173 'glider@chromium.org'], | 173 'glider@chromium.org'], |
174 'mac': ['pam+watch@chromium.org'], | 174 'mac': ['pam+watch@chromium.org'], |
175 'base': ['brettw-cc@chromium.org'], | 175 'base': ['brettw-cc@chromium.org'], |
176 'views': ['ben+cc@chromium.org'], | 176 'views': ['ben+cc@chromium.org'], |
177 'browser': ['ben+cc@chromium.org'], | 177 'browser': ['ben+cc@chromium.org'], |
178 'browser_main': ['brettw-cc@chromium.org'], | 178 'browser_main': ['brettw-cc@chromium.org'], |
179 'browser_resources': ['arv@chromium.org'], | 179 'browser_resources': ['arv@chromium.org'], |
180 'chromeos_login': ['nkostylev+cc@chromium.org'], | 180 'chromeos_login': ['nkostylev+cc@chromium.org'], |
181 'download': ['phajdan.jr@chromium.org'], | 181 'download': ['phajdan.jr@chromium.org','rdsmith+dwatch@chromium.org'], |
182 'history': ['brettw-cc@chromium.org'], | 182 'history': ['brettw-cc@chromium.org'], |
183 'renderer': ['darin-cc@chromium.org', | 183 'renderer': ['darin-cc@chromium.org', |
184 'brettw-cc@chromium.org'], | 184 'brettw-cc@chromium.org'], |
185 'tab_contents': ['brettw-cc@chromium.org'], | 185 'tab_contents': ['brettw-cc@chromium.org'], |
186 'webkit': ['darin-cc@chromium.org'], | 186 'webkit': ['darin-cc@chromium.org'], |
187 'plugin': ['darin-cc@chromium.org', 'jam@chromium.org', | 187 'plugin': ['darin-cc@chromium.org', 'jam@chromium.org', |
188 'stuartmorgan+watch@chromium.org'], | 188 'stuartmorgan+watch@chromium.org'], |
189 'worker': ['jam@chromium.org'], | 189 'worker': ['jam@chromium.org'], |
190 'extension': ['aa@chromium.org', | 190 'extension': ['aa@chromium.org', |
191 'erikkay@chromium.org', | 191 'erikkay@chromium.org', |
(...skipping 24 matching lines...) Expand all Loading... |
216 'garykac@chromium.org'], | 216 'garykac@chromium.org'], |
217 'cookie_monster': ['rdsmith@chromium.org'], | 217 'cookie_monster': ['rdsmith@chromium.org'], |
218 'autofill': ['dhollowa@chromium.org', 'jhawkins@chromium.org'], | 218 'autofill': ['dhollowa@chromium.org', 'jhawkins@chromium.org'], |
219 'webdata': ['dhollowa@chromium.org'], | 219 'webdata': ['dhollowa@chromium.org'], |
220 'i18n': ['jshin+watch@chromium.org'], | 220 'i18n': ['jshin+watch@chromium.org'], |
221 'pyauto': ['anantha@chromium.org', 'jrg@chromium.org', | 221 'pyauto': ['anantha@chromium.org', 'jrg@chromium.org', |
222 'nirnimesh@chromium.org'], | 222 'nirnimesh@chromium.org'], |
223 'labs': ['thakis@chromium.org'], | 223 'labs': ['thakis@chromium.org'], |
224 }, | 224 }, |
225 } | 225 } |
OLD | NEW |