| 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 163 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 174 'filepath': '^base/task_scheduler', | 174 'filepath': '^base/task_scheduler', |
| 175 }, | 175 }, |
| 176 'base_win': { | 176 'base_win': { |
| 177 'filepath': '^base/win', | 177 'filepath': '^base/win', |
| 178 }, | 178 }, |
| 179 'battery_status': { | 179 'battery_status': { |
| 180 'filepath': 'content/browser/battery_status/|'\ | 180 'filepath': 'content/browser/battery_status/|'\ |
| 181 'content/test/data/battery_status/|'\ | 181 'content/test/data/battery_status/|'\ |
| 182 'device/battery/', | 182 'device/battery/', |
| 183 }, | 183 }, |
| 184 'blimp': { | |
| 185 'filepath': '^blimp/', | |
| 186 }, | |
| 187 'bookmarks': { | 184 'bookmarks': { |
| 188 'filepath': 'chrome/browser/bookmarks/' \ | 185 'filepath': 'chrome/browser/bookmarks/' \ |
| 189 '|chrome/browser/extensions/api/bookmark_manager_private/' \ | 186 '|chrome/browser/extensions/api/bookmark_manager_private/' \ |
| 190 '|chrome/browser/extensions/api/bookmarks/' \ | 187 '|chrome/browser/extensions/api/bookmarks/' \ |
| 191 '|chrome/browser/resources/bookmark_manager/' \ | 188 '|chrome/browser/resources/bookmark_manager/' \ |
| 192 '|chrome/browser/ui/bookmarks/' \ | 189 '|chrome/browser/ui/bookmarks/' \ |
| 193 '|chrome/browser/ui/cocoa/bookmarks/' \ | 190 '|chrome/browser/ui/cocoa/bookmarks/' \ |
| 194 '|chrome/browser/ui/views/bookmarks/' \ | 191 '|chrome/browser/ui/views/bookmarks/' \ |
| 195 '|components/bookmarks' | 192 '|components/bookmarks' |
| 196 }, | 193 }, |
| (...skipping 1326 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1523 'base_allocator': ['dmikurube@chromium.org', | 1520 'base_allocator': ['dmikurube@chromium.org', |
| 1524 'wfh+watch@chromium.org'], | 1521 'wfh+watch@chromium.org'], |
| 1525 'base_memory': ['gavinp+memory@chromium.org'], | 1522 'base_memory': ['gavinp+memory@chromium.org'], |
| 1526 'base_task_scheduler': ['fdoray+watch@chromium.org', | 1523 'base_task_scheduler': ['fdoray+watch@chromium.org', |
| 1527 'gab+watch@chromium.org', | 1524 'gab+watch@chromium.org', |
| 1528 'robliao+watch@chromium.org'], | 1525 'robliao+watch@chromium.org'], |
| 1529 'base_win': ['grt+watch@chromium.org', | 1526 'base_win': ['grt+watch@chromium.org', |
| 1530 'wfh+watch@chromium.org'], | 1527 'wfh+watch@chromium.org'], |
| 1531 'base': ['vmpstr+watch@chromium.org'], | 1528 'base': ['vmpstr+watch@chromium.org'], |
| 1532 'battery_status': ['timvolodine@chromium.org'], | 1529 'battery_status': ['timvolodine@chromium.org'], |
| 1533 'blimp' : ['anandc+watch-blimp@chromium.org', | |
| 1534 'bgoldman+watch-blimp@chromium.org', | |
| 1535 'dtrainor+watch-blimp@chromium.org', | |
| 1536 'gcasto+watch-blimp@chromium.org', | |
| 1537 'kmarshall+watch-blimp@chromium.org', | |
| 1538 'khushalsagar+watch-blimp@chromium.org', | |
| 1539 'lethalantidote+watch-blimp@chromium.org', | |
| 1540 'maniscalco+watch-blimp@chromium.org', | |
| 1541 'marcinjb+watch-blimp@chromium.org', | |
| 1542 'nyquist+watch-blimp@chromium.org', | |
| 1543 'perumaal+watch-blimp@chromium.org', | |
| 1544 'scf+watch-blimp@chromium.org', | |
| 1545 'shaktisahu+watch-blimp@chromium.org', | |
| 1546 'sriramsr+watch-blimp@chromium.org', | |
| 1547 'steimel+watch-blimp@chromium.org'], | |
| 1548 'blink': ['blink-reviews@chromium.org'], | 1530 'blink': ['blink-reviews@chromium.org'], |
| 1549 'blink_accessibility': ['aboxhall@chromium.org', | 1531 'blink_accessibility': ['aboxhall@chromium.org', |
| 1550 'dmazzoni@chromium.org', | 1532 'dmazzoni@chromium.org', |
| 1551 'je_julie.kim@chromium.org', | 1533 'je_julie.kim@chromium.org', |
| 1552 'nektar@chromium.org'], | 1534 'nektar@chromium.org'], |
| 1553 'blink_animation': ['alexis.menard@intel.com', | 1535 'blink_animation': ['alexis.menard@intel.com', |
| 1554 'blink-reviews-animation@chromium.org', | 1536 'blink-reviews-animation@chromium.org', |
| 1555 'ericwilligers@chromium.org', | 1537 'ericwilligers@chromium.org', |
| 1556 'rjwright@chromium.org', | 1538 'rjwright@chromium.org', |
| 1557 'shans@chromium.org'], | 1539 'shans@chromium.org'], |
| (...skipping 535 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2093 'raymes+watch@chromium.org'], | 2075 'raymes+watch@chromium.org'], |
| 2094 'windows_sandboxing': ['pennymac+watch@chromium.org', | 2076 'windows_sandboxing': ['pennymac+watch@chromium.org', |
| 2095 'wfh+watch@chromium.org'], | 2077 'wfh+watch@chromium.org'], |
| 2096 'x11': ['derat+watch@chromium.org', | 2078 'x11': ['derat+watch@chromium.org', |
| 2097 'sadrul@chromium.org', | 2079 'sadrul@chromium.org', |
| 2098 'yusukes+watch@chromium.org'], | 2080 'yusukes+watch@chromium.org'], |
| 2099 'xml': ['dominicc+watchlist@chromium.org'], | 2081 'xml': ['dominicc+watchlist@chromium.org'], |
| 2100 'zoom': ['wjmaclean@chromium.org'], | 2082 'zoom': ['wjmaclean@chromium.org'], |
| 2101 }, | 2083 }, |
| 2102 } | 2084 } |
| OLD | NEW |