OLD | NEW |
1 # Copyright (c) 2006-2009 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2006-2009 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 12 matching lines...) Expand all Loading... |
23 'extension': { | 23 'extension': { |
24 'filepath': 'extension', | 24 'filepath': 'extension', |
25 }, | 25 }, |
26 'views': { | 26 'views': { |
27 # Applies to all files and subdirs within this directory. | 27 # Applies to all files and subdirs within this directory. |
28 'filepath': 'views/.*', | 28 'filepath': 'views/.*', |
29 }, | 29 }, |
30 'browser': { | 30 'browser': { |
31 'filepath': 'chrome/browser/.*', | 31 'filepath': 'chrome/browser/.*', |
32 }, | 32 }, |
| 33 'browser_resources': { |
| 34 'filepath': 'chrome/browser/resources/.*', |
| 35 }, |
33 'download': { | 36 'download': { |
34 'filepath': 'download|save_', | 37 'filepath': 'download|save_', |
35 }, | 38 }, |
36 'history': { | 39 'history': { |
37 'filepath': 'chrome/browser/history/.*', | 40 'filepath': 'chrome/browser/history/.*', |
38 }, | 41 }, |
39 'renderer': { | 42 'renderer': { |
40 'filepath': 'chrome/browser/renderer_host/.*|chrome/renderer/.*|'\ | 43 'filepath': 'chrome/browser/renderer_host/.*|chrome/renderer/.*|'\ |
41 'chrome/common/render.*', | 44 'chrome/common/render.*', |
42 }, | 45 }, |
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
120 | 123 |
121 'WATCHLISTS': { | 124 'WATCHLISTS': { |
122 'this_file': ['nirnimesh@chromium.org'], | 125 'this_file': ['nirnimesh@chromium.org'], |
123 'valgrind': ['timurrrr@chromium.org', | 126 'valgrind': ['timurrrr@chromium.org', |
124 'stuartmorgan@chromium.org', | 127 'stuartmorgan@chromium.org', |
125 'glider@chromium.org'], | 128 'glider@chromium.org'], |
126 'mac': ['jrg@chromium.org', 'pam+watch@chromium.org'], | 129 'mac': ['jrg@chromium.org', 'pam+watch@chromium.org'], |
127 'base': ['brettw+cc@chromium.org'], | 130 'base': ['brettw+cc@chromium.org'], |
128 'views': ['ben+cc@chromium.org'], | 131 'views': ['ben+cc@chromium.org'], |
129 'browser': ['ben+cc@chromium.org'], | 132 'browser': ['ben+cc@chromium.org'], |
| 133 'browser_resources': ['arv@chromium.org'], |
130 'download': ['paul@chromium.org'], | 134 'download': ['paul@chromium.org'], |
131 'history': ['brettw+cc@chromium.org'], | 135 'history': ['brettw+cc@chromium.org'], |
132 'renderer': ['darin-cc@chromium.org', | 136 'renderer': ['darin-cc@chromium.org', |
133 'brettw+cc@chromium.org', | 137 'brettw+cc@chromium.org', |
134 'jam+cc@chromium.org'], | 138 'jam+cc@chromium.org'], |
135 'safe_browsing': ['paul@chromium.org'], | 139 'safe_browsing': ['paul@chromium.org'], |
136 'tab_contents': ['brettw+cc@chromium.org'], | 140 'tab_contents': ['brettw+cc@chromium.org'], |
137 'webkit': ['darin-cc@chromium.org'], | 141 'webkit': ['darin-cc@chromium.org'], |
138 'plugin': ['darin-cc@chromium.org', 'jam@chromium.org'], | 142 'plugin': ['darin-cc@chromium.org', 'jam@chromium.org'], |
139 'worker': ['jam@chromium.org'], | 143 'worker': ['jam@chromium.org'], |
(...skipping 15 matching lines...) Expand all Loading... |
155 'tests': ['phajdan.jr@chromium.org'], | 159 'tests': ['phajdan.jr@chromium.org'], |
156 'automation': ['phajdan.jr@chromium.org'], | 160 'automation': ['phajdan.jr@chromium.org'], |
157 'chrome_frame' : ['amit@chromium.org'], | 161 'chrome_frame' : ['amit@chromium.org'], |
158 'nacl' : ['native-client-reviews@googlegroups.com'], | 162 'nacl' : ['native-client-reviews@googlegroups.com'], |
159 'appcache': ['michaeln@chromium.org'], | 163 'appcache': ['michaeln@chromium.org'], |
160 'gpu': ['apatrick@chromium.org'], | 164 'gpu': ['apatrick@chromium.org'], |
161 'locale_settings': ['finnur+watch@chromium.org'], | 165 'locale_settings': ['finnur+watch@chromium.org'], |
162 'options_dialog_content': ['finnur+watch@chromium.org'], | 166 'options_dialog_content': ['finnur+watch@chromium.org'], |
163 }, | 167 }, |
164 } | 168 } |
OLD | NEW |