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 | 8 |
9 { | 9 { |
10 'WATCHLIST_DEFINITIONS': { | 10 'WATCHLIST_DEFINITIONS': { |
(...skipping 225 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
236 'filepath': 'task_manager' | 236 'filepath': 'task_manager' |
237 }, | 237 }, |
238 'filebrowse': { | 238 'filebrowse': { |
239 'filepath': 'file_browser' \ | 239 'filepath': 'file_browser' \ |
240 '|file_manager' \ | 240 '|file_manager' \ |
241 '|filebrowse' | 241 '|filebrowse' |
242 }, | 242 }, |
243 'imageburner': { | 243 'imageburner': { |
244 'filepath': 'imageburner' | 244 'filepath': 'imageburner' |
245 }, | 245 }, |
246 'active_downloads': { | |
247 'filepath': 'active_downloads' | |
248 }, | |
249 'gdata' : { | 246 'gdata' : { |
250 'filepath': 'gdata' | 247 'filepath': 'gdata' |
251 }, | 248 }, |
252 'clang_update': { | 249 'clang_update': { |
253 'filepath': 'tools/clang/scripts/update.sh' | 250 'filepath': 'tools/clang/scripts/update.sh' |
254 }, | 251 }, |
255 'panels': { | 252 'panels': { |
256 'filepath': 'chrome/browser/ui/panels/.*', | 253 'filepath': 'chrome/browser/ui/panels/.*', |
257 }, | 254 }, |
258 'accelerator_table': { | 255 'accelerator_table': { |
(...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
418 'dennisjeffrey@chromium.org'], | 415 'dennisjeffrey@chromium.org'], |
419 'labs': ['thakis@chromium.org'], | 416 'labs': ['thakis@chromium.org'], |
420 'fileapi': ['kinuko+watch@chromium.org'], | 417 'fileapi': ['kinuko+watch@chromium.org'], |
421 'pepper_api': ['piman+watch@chromium.org', 'darin-cc@chromium.org', | 418 'pepper_api': ['piman+watch@chromium.org', 'darin-cc@chromium.org', |
422 'ihf+watch@chromium.org', 'yzshen+watch@chromium.org'], | 419 'ihf+watch@chromium.org', 'yzshen+watch@chromium.org'], |
423 'prerender': ['cbentzel+watch@chromium.org', 'tburkard+watch@chromium.org', | 420 'prerender': ['cbentzel+watch@chromium.org', 'tburkard+watch@chromium.org', |
424 'dominich+watch@chromium.org', 'mmenke@chromium.org'], | 421 'dominich+watch@chromium.org', 'mmenke@chromium.org'], |
425 'chromedriver': ['kkania@chromium.org'], | 422 'chromedriver': ['kkania@chromium.org'], |
426 'task_manager': ['yoshiki+watch@chromium.org'], | 423 'task_manager': ['yoshiki+watch@chromium.org'], |
427 'imageburner': ['achuith+watch@chromium.org', 'tbarzic+watch@chromium.org'], | 424 'imageburner': ['achuith+watch@chromium.org', 'tbarzic+watch@chromium.org'], |
428 'active_downloads': ['achuith+watch@chromium.org'], | |
429 'filebrowse': ['rginda+watch@chromium.org'], | 425 'filebrowse': ['rginda+watch@chromium.org'], |
430 'gdata': ['achuith+watch@chromium.org'], | 426 'gdata': ['achuith+watch@chromium.org'], |
431 'clang_update': ['fischman+watch@chromium.org', 'ukai+watch@chromium.org', | 427 'clang_update': ['fischman+watch@chromium.org', 'ukai+watch@chromium.org', |
432 'glotov+watch@chromium.org'], | 428 'glotov+watch@chromium.org'], |
433 'panels': ['dimich@chromium.org', 'jennb@chromium.org', | 429 'panels': ['dimich@chromium.org', 'jennb@chromium.org', |
434 'aburago@chromium.org', 'dcheng@chromium.org', | 430 'aburago@chromium.org', 'dcheng@chromium.org', |
435 'jianli@chromium.org'], | 431 'jianli@chromium.org'], |
436 'importer': ['tfarina@chromium.org'], | 432 'importer': ['tfarina@chromium.org'], |
437 'views': ['tfarina@chromium.org'], | 433 'views': ['tfarina@chromium.org'], |
438 'accelerator_table': ['mazda+watch@chromium.org', | 434 'accelerator_table': ['mazda+watch@chromium.org', |
(...skipping 26 matching lines...) Expand all Loading... |
465 'omnibox': ['suzhe@chromium.org'], | 461 'omnibox': ['suzhe@chromium.org'], |
466 'message_loop': ['sadrul@chromium.org'], | 462 'message_loop': ['sadrul@chromium.org'], |
467 'clipboard': ['dcheng@chromium.org'], | 463 'clipboard': ['dcheng@chromium.org'], |
468 'metrics': ['jar@chromium.org', | 464 'metrics': ['jar@chromium.org', |
469 'isherman@chromium.org', | 465 'isherman@chromium.org', |
470 'mad@chromium.org'], | 466 'mad@chromium.org'], |
471 'speech': ['satish@chromium.org'], | 467 'speech': ['satish@chromium.org'], |
472 'installer': ['grt+watch@chromium.org'], | 468 'installer': ['grt+watch@chromium.org'], |
473 }, | 469 }, |
474 } | 470 } |
OLD | NEW |