| 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 # IMPORTANT: The regular expression filepath is tested against each path using | 8 # IMPORTANT: The regular expression filepath is tested against each path using |
| 9 # re.search, so it is not usually necessary to add .*. | 9 # re.search, so it is not usually necessary to add .*. |
| 10 | 10 |
| (...skipping 379 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 390 'metrics_xml_files': { | 390 'metrics_xml_files': { |
| 391 # Subscribe to this to watch for changes to histograms.xml. | 391 # Subscribe to this to watch for changes to histograms.xml. |
| 392 'filepath': 'tools/metrics/.*\.xml$' | 392 'filepath': 'tools/metrics/.*\.xml$' |
| 393 }, | 393 }, |
| 394 'mojo': { | 394 'mojo': { |
| 395 'filepath': 'mojo', | 395 'filepath': 'mojo', |
| 396 }, | 396 }, |
| 397 'mouse_lock': { | 397 'mouse_lock': { |
| 398 'filepath': 'mouse_lock', | 398 'filepath': 'mouse_lock', |
| 399 }, | 399 }, |
| 400 'music_manager_private': { |
| 401 'filepath' :'chrome/browser/extensions/api/music_manager_private/', |
| 402 }, |
| 400 'nacl': { | 403 'nacl': { |
| 401 'filepath': 'chrome/nacl/|chrome/test/nacl/|'\ | 404 'filepath': 'chrome/nacl/|chrome/test/nacl/|'\ |
| 402 'chrome/browser/nacl_host/|chrome/common/nacl|'\ | 405 'chrome/browser/nacl_host/|chrome/common/nacl|'\ |
| 403 'native_client_sdk/src/doc/', | 406 'native_client_sdk/src/doc/', |
| 404 }, | 407 }, |
| 405 'native_client_sdk': { | 408 'native_client_sdk': { |
| 406 'filepath': '^native_client_sdk/', | 409 'filepath': '^native_client_sdk/', |
| 407 }, | 410 }, |
| 408 'net': { | 411 'net': { |
| 409 'filepath': 'net/', | 412 'filepath': 'net/', |
| (...skipping 377 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 787 'metrics': ['jar@chromium.org', | 790 'metrics': ['jar@chromium.org', |
| 788 'isherman@chromium.org', | 791 'isherman@chromium.org', |
| 789 'asvitkine+watch@chromium.org'], | 792 'asvitkine+watch@chromium.org'], |
| 790 'metrics_xml_files': ['jar@chromium.org', 'asvitkine+watch@chromium.org'], | 793 'metrics_xml_files': ['jar@chromium.org', 'asvitkine+watch@chromium.org'], |
| 791 'mojo': ['aa@chromium.org', | 794 'mojo': ['aa@chromium.org', |
| 792 'abarth@chromium.org', | 795 'abarth@chromium.org', |
| 793 'ben+mojo@chromium.org', | 796 'ben+mojo@chromium.org', |
| 794 'darin@chromium.org', | 797 'darin@chromium.org', |
| 795 'viettrungluu+watch@chromium.org'], | 798 'viettrungluu+watch@chromium.org'], |
| 796 'mouse_lock': ['scheib+watch@chromium.org'], | 799 'mouse_lock': ['scheib+watch@chromium.org'], |
| 800 'music_manager_private': ['gab+watch@chromium.org', |
| 801 'erikwright+watch@chromium.org', |
| 802 'robertshield+watch@chromium.org'], |
| 797 'nacl': ['native-client-reviews@googlegroups.com'], | 803 'nacl': ['native-client-reviews@googlegroups.com'], |
| 798 'native_client_sdk': ['sbc@chromium.org', 'binji@chromium.org'], | 804 'native_client_sdk': ['sbc@chromium.org', 'binji@chromium.org'], |
| 799 'net': ['cbentzel+watch@chromium.org'], | 805 'net': ['cbentzel+watch@chromium.org'], |
| 800 'net_error_list': ['mmenke@chromium.org'], | 806 'net_error_list': ['mmenke@chromium.org'], |
| 801 'net_log': ['mmenke@chromium.org', 'eroman@chromium.org'], | 807 'net_log': ['mmenke@chromium.org', 'eroman@chromium.org'], |
| 802 'npapi_headers': ['stuartmorgan@chromium.org'], | 808 'npapi_headers': ['stuartmorgan@chromium.org'], |
| 803 'ntp': ['estade+watch@chromium.org', 'dbeam+watch-ntp@chromium.org', | 809 'ntp': ['estade+watch@chromium.org', 'dbeam+watch-ntp@chromium.org', |
| 804 'pedrosimonetti+watch@chromium.org'], | 810 'pedrosimonetti+watch@chromium.org'], |
| 805 'omnibox': ['suzhe@chromium.org'], | 811 'omnibox': ['suzhe@chromium.org'], |
| 806 'options': ['dbeam+watch-options@chromium.org'], | 812 'options': ['dbeam+watch-options@chromium.org'], |
| (...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 880 'webrtc_media': ['fischman+watch@chromium.org', | 886 'webrtc_media': ['fischman+watch@chromium.org', |
| 881 'wjia+watch@chromium.org', | 887 'wjia+watch@chromium.org', |
| 882 'mcasas+watch@chromium.org'], | 888 'mcasas+watch@chromium.org'], |
| 883 'website_settings': ['markusheintz@chromium.org'], | 889 'website_settings': ['markusheintz@chromium.org'], |
| 884 'worker': ['jam@chromium.org'], | 890 'worker': ['jam@chromium.org'], |
| 885 'x11': ['derat+watch@chromium.org', | 891 'x11': ['derat+watch@chromium.org', |
| 886 'sadrul@chromium.org', | 892 'sadrul@chromium.org', |
| 887 'yusukes+watch@chromium.org'], | 893 'yusukes+watch@chromium.org'], |
| 888 }, | 894 }, |
| 889 } | 895 } |
| OLD | NEW |