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 167 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
178 'filepath': 'cache_storage', | 178 'filepath': 'cache_storage', |
179 }, | 179 }, |
180 'cast': { | 180 'cast': { |
181 'filepath': 'media/cast/'\ | 181 'filepath': 'media/cast/'\ |
182 '|chrome/browser/extensions/api/cast_streaming/'\ | 182 '|chrome/browser/extensions/api/cast_streaming/'\ |
183 '|chrome/browser/media/cast'\ | 183 '|chrome/browser/media/cast'\ |
184 '|chrome/renderer/media/cast'\ | 184 '|chrome/renderer/media/cast'\ |
185 '|chrome/test/data/extensions/api_test/cast_'\ | 185 '|chrome/test/data/extensions/api_test/cast_'\ |
186 '|content/public/renderer/media_stream_', | 186 '|content/public/renderer/media_stream_', |
187 }, | 187 }, |
| 188 'certificate_transparency': { |
| 189 'filepath': 'components/certificate_transparency/'\ |
| 190 '|components/packed_ct_ev_whitelist/'\ |
| 191 '|net/cert/ct_'\ |
| 192 '|net/cert/multi_log_ct_verifier'\ |
| 193 '|net/cert/sct_status_flags.h'\ |
| 194 '|net/cert/signed_certificate_timestamp'\ |
| 195 '|net/cert/signed_tree_head'\ |
| 196 '|net/test/ct_', |
| 197 }, |
188 'chromecast': { | 198 'chromecast': { |
189 'filepath': 'chromecast/', | 199 'filepath': 'chromecast/', |
190 }, | 200 }, |
191 'cc': { | 201 'cc': { |
192 'filepath': 'cc/|'\ | 202 'filepath': 'cc/|'\ |
193 'content/common/cc_messages' | 203 'content/common/cc_messages' |
194 }, | 204 }, |
195 'chrome_elf': { | 205 'chrome_elf': { |
196 'filepath': 'chrome_elf', | 206 'filepath': 'chrome_elf', |
197 }, | 207 }, |
(...skipping 1073 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1271 'hcarmona+bubble@chromium.org', | 1281 'hcarmona+bubble@chromium.org', |
1272 'groby+bubble@chromium.org'], | 1282 'groby+bubble@chromium.org'], |
1273 'cache_storage': ['jkarlin+watch@chromium.org', 'nhiroki@chromium.org'], | 1283 'cache_storage': ['jkarlin+watch@chromium.org', 'nhiroki@chromium.org'], |
1274 'cast': ['avayvod+watch@chromium.org', | 1284 'cast': ['avayvod+watch@chromium.org', |
1275 'imcheng+watch@chromium.org', | 1285 'imcheng+watch@chromium.org', |
1276 'isheriff+watch@chromium.org', | 1286 'isheriff+watch@chromium.org', |
1277 'jasonroberts+watch@google.com', | 1287 'jasonroberts+watch@google.com', |
1278 'miu+watch@chromium.org', | 1288 'miu+watch@chromium.org', |
1279 'xjz+watch@chromium.org'], | 1289 'xjz+watch@chromium.org'], |
1280 'cc': ['cc-bugs@chromium.org'], | 1290 'cc': ['cc-bugs@chromium.org'], |
| 1291 'certificate_transparency': ['eranm@chromium.org', 'certificate-transparency
-chrome@googlegroups.com'], |
1281 'chrome_elf': ['caitkp+watch@chromium.org',], | 1292 'chrome_elf': ['caitkp+watch@chromium.org',], |
1282 'chrome_views': ['tfarina@chromium.org'], | 1293 'chrome_views': ['tfarina@chromium.org'], |
1283 'chromecast': ['gunsch+watch@chromium.org', | 1294 'chromecast': ['gunsch+watch@chromium.org', |
1284 'halliwell+watch@chromium.org', | 1295 'halliwell+watch@chromium.org', |
1285 'lcwu+watch@chromium.org'], | 1296 'lcwu+watch@chromium.org'], |
1286 'chromedriver': ['samuong+watch@chromium.org'], | 1297 'chromedriver': ['samuong+watch@chromium.org'], |
1287 'chromeos' : ['oshima+watch@chromium.org'], | 1298 'chromeos' : ['oshima+watch@chromium.org'], |
1288 'chromeos_attestation' : ['dkrahn+watch@chromium.org'], | 1299 'chromeos_attestation' : ['dkrahn+watch@chromium.org'], |
1289 'chromeos_calculator' : ['dharcourt@chromium.org'], | 1300 'chromeos_calculator' : ['dharcourt@chromium.org'], |
1290 'chromeos_dbus': ['hashimoto+watch@chromium.org'], | 1301 'chromeos_dbus': ['hashimoto+watch@chromium.org'], |
(...skipping 399 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1690 'kinuko+worker@chromium.org', | 1701 'kinuko+worker@chromium.org', |
1691 'horo+watch@chromium.org', | 1702 'horo+watch@chromium.org', |
1692 'falken@chromium.org' ], | 1703 'falken@chromium.org' ], |
1693 'blink_wtf': [ 'mikhail.pozdnyakov@intel.com', | 1704 'blink_wtf': [ 'mikhail.pozdnyakov@intel.com', |
1694 'blink-reviews-wtf@chromium.org' ], | 1705 'blink-reviews-wtf@chromium.org' ], |
1695 'blink_xmlhttprequest': [ 'tyoshino+watch@chromium.org' ], | 1706 'blink_xmlhttprequest': [ 'tyoshino+watch@chromium.org' ], |
1696 'test_runner': [ 'jochen+watch@chromium.org', | 1707 'test_runner': [ 'jochen+watch@chromium.org', |
1697 'mlamouri+watch-test-runner@chromium.org' ], | 1708 'mlamouri+watch-test-runner@chromium.org' ], |
1698 }, | 1709 }, |
1699 } | 1710 } |
OLD | NEW |