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 265 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
276 '|net/test/ct_', | 276 '|net/test/ct_', |
277 }, | 277 }, |
278 'chromecast': { | 278 'chromecast': { |
279 'filepath': 'chromecast/', | 279 'filepath': 'chromecast/', |
280 }, | 280 }, |
281 'chromecast_public': { | 281 'chromecast_public': { |
282 'filepath': 'chromecast/public/', | 282 'filepath': 'chromecast/public/', |
283 }, | 283 }, |
284 'cc': { | 284 'cc': { |
285 'filepath': 'cc/|'\ | 285 'filepath': 'cc/|'\ |
286 'components/viz/|'\ | |
286 'content/common/cc_messages' | 287 'content/common/cc_messages' |
Fady Samuel
2017/04/26 22:47:16
This does not exist anymore
danakj
2017/04/26 22:48:00
Done.
| |
287 }, | 288 }, |
288 'chrome_elf': { | 289 'chrome_elf': { |
289 'filepath': 'chrome_elf', | 290 'filepath': 'chrome_elf', |
290 }, | 291 }, |
291 'chrome_grc': { | 292 'chrome_grc': { |
292 'filepath': 'services/resource_coordinator', | 293 'filepath': 'services/resource_coordinator', |
293 }, | 294 }, |
294 'chrome_views': { | 295 'chrome_views': { |
295 'filepath': 'chrome/browser/ui/views', | 296 'filepath': 'chrome/browser/ui/views', |
296 }, | 297 }, |
(...skipping 1941 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
2238 'msramek+watch@chromium.org', | 2239 'msramek+watch@chromium.org', |
2239 'raymes+watch@chromium.org'], | 2240 'raymes+watch@chromium.org'], |
2240 'windows_sandboxing': ['pennymac+watch@chromium.org', | 2241 'windows_sandboxing': ['pennymac+watch@chromium.org', |
2241 'wfh+watch@chromium.org'], | 2242 'wfh+watch@chromium.org'], |
2242 'x11': ['derat+watch@chromium.org', | 2243 'x11': ['derat+watch@chromium.org', |
2243 'sadrul@chromium.org', | 2244 'sadrul@chromium.org', |
2244 'yusukes+watch@chromium.org'], | 2245 'yusukes+watch@chromium.org'], |
2245 'zoom': ['wjmaclean@chromium.org'], | 2246 'zoom': ['wjmaclean@chromium.org'], |
2246 }, | 2247 }, |
2247 } | 2248 } |
OLD | NEW |