Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(270)

Side by Side Diff: WATCHLISTS

Issue 6581048: Add kkania to automation and chromedriver watchlists. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 159 matching lines...) Expand 10 before | Expand all | Expand 10 after
170 'fileapi': { 170 'fileapi': {
171 'filepath': 'file_system/.*' \ 171 'filepath': 'file_system/.*' \
172 '|fileapi/.*' 172 '|fileapi/.*'
173 }, 173 },
174 'pepper_api': { 174 'pepper_api': {
175 'filepath': 'ppapi/c/.*', 175 'filepath': 'ppapi/c/.*',
176 }, 176 },
177 'prerender': { 177 'prerender': {
178 'filepath': 'chrome/browser/prerender/.*' 178 'filepath': 'chrome/browser/prerender/.*'
179 }, 179 },
180 'chromedriver': {
181 'filepath': 'chrome/test/webdriver|third_party/webdriver'
182 },
180 }, 183 },
181 184
182 'WATCHLISTS': { 185 'WATCHLISTS': {
183 'this_file': ['nirnimesh@chromium.org'], 186 'this_file': ['nirnimesh@chromium.org'],
184 'valgrind': ['timurrrr@chromium.org', 187 'valgrind': ['timurrrr@chromium.org',
185 'stuartmorgan+watch@chromium.org', 188 'stuartmorgan+watch@chromium.org',
186 'glider@chromium.org'], 189 'glider@chromium.org'],
187 'mac': ['pam+watch@chromium.org'], 190 'mac': ['pam+watch@chromium.org'],
188 'base': ['brettw-cc@chromium.org'], 191 'base': ['brettw-cc@chromium.org'],
189 'browser_main': ['brettw-cc@chromium.org'], 192 'browser_main': ['brettw-cc@chromium.org'],
(...skipping 17 matching lines...) Expand all
207 'annacc@chromium.org', 'ddorwin+watch@chromium.org', 210 'annacc@chromium.org', 'ddorwin+watch@chromium.org',
208 'fischman+watch@chromium.org', 'hclam+watch@chromium.org', 211 'fischman+watch@chromium.org', 'hclam+watch@chromium.org',
209 'scherkus@chromium.org', 'sjl@chromium.org', 'vrk@chromium.org'], 212 'scherkus@chromium.org', 'sjl@chromium.org', 'vrk@chromium.org'],
210 'ipc': ['jam@chromium.org', 'darin-cc@chromium.org'], 213 'ipc': ['jam@chromium.org', 'darin-cc@chromium.org'],
211 'linux-sandboxing': ['agl@chromium.org'], 214 'linux-sandboxing': ['agl@chromium.org'],
212 'sync': ['tim@chromium.org', 'nick@chromium.org', 215 'sync': ['tim@chromium.org', 'nick@chromium.org',
213 'idana@chromium.org', 'rsimha@chromium.org'], 216 'idana@chromium.org', 'rsimha@chromium.org'],
214 'layout_tests': ['pam+watch@chromium.org'], 217 'layout_tests': ['pam+watch@chromium.org'],
215 'tools': ['pam+watch@chromium.org'], 218 'tools': ['pam+watch@chromium.org'],
216 'tests': ['phajdan.jr@chromium.org'], 219 'tests': ['phajdan.jr@chromium.org'],
217 'automation': ['phajdan.jr@chromium.org'], 220 'automation': ['phajdan.jr@chromium.org', 'kkania@chromium.org'],
218 'ceee' : ['ceee-reviews@chromium.org'], 221 'ceee' : ['ceee-reviews@chromium.org'],
219 'chrome_frame' : ['amit@chromium.org'], 222 'chrome_frame' : ['amit@chromium.org'],
220 'nacl' : ['native-client-reviews@googlegroups.com'], 223 'nacl' : ['native-client-reviews@googlegroups.com'],
221 'appcache': ['michaeln@chromium.org'], 224 'appcache': ['michaeln@chromium.org'],
222 'gpu': ['apatrick@chromium.org'], 225 'gpu': ['apatrick@chromium.org'],
223 'locale_settings': ['finnur+watch@chromium.org'], 226 'locale_settings': ['finnur+watch@chromium.org'],
224 'options_dialog_content': ['finnur+watch@chromium.org'], 227 'options_dialog_content': ['finnur+watch@chromium.org'],
225 'chromeos': ['davemoore+watch@chromium.org'], 228 'chromeos': ['davemoore+watch@chromium.org'],
226 'npapi_headers': ['stuartmorgan@chromium.org'], 229 'npapi_headers': ['stuartmorgan@chromium.org'],
227 'remoting': ['ajwong+watch@chromium.org', 'dmaclach+watch@chromium.org', 230 'remoting': ['ajwong+watch@chromium.org', 'dmaclach+watch@chromium.org',
228 'garykac+watch@chromium.org', 'hclam+watch@chromium.org', 231 'garykac+watch@chromium.org', 'hclam+watch@chromium.org',
229 'jamiewalch+watch@chromium.org', 232 'jamiewalch+watch@chromium.org',
230 'lambroslambrou+watch@chromium.org', 233 'lambroslambrou+watch@chromium.org',
231 'sergeyu+watch@chromium.org', 234 'sergeyu+watch@chromium.org',
232 'simonmorris+watch@chromium.org', 235 'simonmorris+watch@chromium.org',
233 'wez+watch@chromium.org'], 236 'wez+watch@chromium.org'],
234 'cookie_monster': ['rdsmith@chromium.org'], 237 'cookie_monster': ['rdsmith@chromium.org'],
235 'autofill': ['dhollowa@chromium.org', 'jhawkins@chromium.org', 238 'autofill': ['dhollowa@chromium.org', 'jhawkins@chromium.org',
236 'isherman@chromium.org'], 239 'isherman@chromium.org'],
237 'webdata': ['dhollowa@chromium.org'], 240 'webdata': ['dhollowa@chromium.org'],
238 'i18n': ['jshin+watch@chromium.org'], 241 'i18n': ['jshin+watch@chromium.org'],
239 'pyauto': ['anantha@chromium.org', 'jrg@chromium.org', 242 'pyauto': ['anantha@chromium.org', 'jrg@chromium.org',
240 'nirnimesh@chromium.org', 'dyu@chromium.org'], 243 'nirnimesh@chromium.org', 'dyu@chromium.org'],
241 'labs': ['thakis@chromium.org'], 244 'labs': ['thakis@chromium.org'],
242 'fileapi': ['kinuko+watch@chromium.org'], 245 'fileapi': ['kinuko+watch@chromium.org'],
243 'pepper_api': ['piman+watch@chromium.org'], 246 'pepper_api': ['piman+watch@chromium.org'],
244 'prerender': ['cbentzel+watch@chromium.org'], 247 'prerender': ['cbentzel+watch@chromium.org'],
248 'chromedriver': ['kkania@chromium.org'],
245 }, 249 },
246 } 250 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698