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 84 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
95 'filepath': 'net/.*', | 95 'filepath': 'net/.*', |
96 }, | 96 }, |
97 'net_error_list': { | 97 'net_error_list': { |
98 'filepath': 'net/base/net_error_list.h', | 98 'filepath': 'net/base/net_error_list.h', |
99 }, | 99 }, |
100 'net_log': { | 100 'net_log': { |
101 'filepath': 'net/base/net_log.*|' \ | 101 'filepath': 'net/base/net_log.*|' \ |
102 'chrome/browser/net/.*net_log.*|' \ | 102 'chrome/browser/net/.*net_log.*|' \ |
103 'chrome/browser/net/passive_log_collector.*|' \ | 103 'chrome/browser/net/passive_log_collector.*|' \ |
104 'chrome/browser/resources/net_internals/.*|' \ | 104 'chrome/browser/resources/net_internals/.*|' \ |
105 'chrome/browser/ui/webui/net_internals_ui.*' | 105 'chrome/browser/ui/webui/net_internals/.*' |
106 }, | 106 }, |
107 'ftp': { | 107 'ftp': { |
108 'filepath': 'ftp', | 108 'filepath': 'ftp', |
109 }, | 109 }, |
110 'dns': { | 110 'dns': { |
111 'filepath': 'net/base/host_resolver.*|' \ | 111 'filepath': 'net/base/host_resolver.*|' \ |
112 'net/base/host_cache.*|' \ | 112 'net/base/host_cache.*|' \ |
113 'net/dns/.*' | 113 'net/dns/.*' |
114 }, | 114 }, |
115 'installer': { | 115 'installer': { |
(...skipping 320 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
436 'browser_gl': ['dhollowa+watch@chromium.org'], | 436 'browser_gl': ['dhollowa+watch@chromium.org'], |
437 'textinput': ['penghuang+watch@chromium.org', | 437 'textinput': ['penghuang+watch@chromium.org', |
438 'suzhe@chromium.org', | 438 'suzhe@chromium.org', |
439 'yusukes+watch@chromium.org'], | 439 'yusukes+watch@chromium.org'], |
440 'textinput_chromeos': ['yusukes+watch@chromium.org'], | 440 'textinput_chromeos': ['yusukes+watch@chromium.org'], |
441 'omnibox': ['suzhe@chromium.org'], | 441 'omnibox': ['suzhe@chromium.org'], |
442 'message_loop': ['sadrul@chromium.org'], | 442 'message_loop': ['sadrul@chromium.org'], |
443 'clipboard': ['dcheng@chromium.org'], | 443 'clipboard': ['dcheng@chromium.org'], |
444 }, | 444 }, |
445 } | 445 } |
OLD | NEW |