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 'content/common/cc_messages' | 286 'components/viz/' |
287 }, | 287 }, |
288 'chrome_elf': { | 288 'chrome_elf': { |
289 'filepath': 'chrome_elf', | 289 'filepath': 'chrome_elf', |
290 }, | 290 }, |
291 'chrome_grc': { | 291 'chrome_grc': { |
292 'filepath': 'services/resource_coordinator', | 292 'filepath': 'services/resource_coordinator', |
293 }, | 293 }, |
294 'chrome_views': { | 294 'chrome_views': { |
295 'filepath': 'chrome/browser/ui/views', | 295 'filepath': 'chrome/browser/ui/views', |
296 }, | 296 }, |
(...skipping 1941 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2238 'msramek+watch@chromium.org', | 2238 'msramek+watch@chromium.org', |
2239 'raymes+watch@chromium.org'], | 2239 'raymes+watch@chromium.org'], |
2240 'windows_sandboxing': ['pennymac+watch@chromium.org', | 2240 'windows_sandboxing': ['pennymac+watch@chromium.org', |
2241 'wfh+watch@chromium.org'], | 2241 'wfh+watch@chromium.org'], |
2242 'x11': ['derat+watch@chromium.org', | 2242 'x11': ['derat+watch@chromium.org', |
2243 'sadrul@chromium.org', | 2243 'sadrul@chromium.org', |
2244 'yusukes+watch@chromium.org'], | 2244 'yusukes+watch@chromium.org'], |
2245 'zoom': ['wjmaclean@chromium.org'], | 2245 'zoom': ['wjmaclean@chromium.org'], |
2246 }, | 2246 }, |
2247 } | 2247 } |
OLD | NEW |