| 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 138 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 149 'filepath': 'chrome/browser/ui/views', | 149 'filepath': 'chrome/browser/ui/views', |
| 150 }, | 150 }, |
| 151 'chromedriver': { | 151 'chromedriver': { |
| 152 'filepath': 'chrome/test/chromedriver' | 152 'filepath': 'chrome/test/chromedriver' |
| 153 }, | 153 }, |
| 154 'chromeos': { | 154 'chromeos': { |
| 155 'filepath': 'chromeos/', | 155 'filepath': 'chromeos/', |
| 156 }, | 156 }, |
| 157 'chromeos_attestation': { | 157 'chromeos_attestation': { |
| 158 'filepath': 'chromeos/attestation/|'\ | 158 'filepath': 'chromeos/attestation/|'\ |
| 159 'chrome/browser/chromeos/attestation/', | 159 'chrome/browser/chromeos/attestation/|'\ |
| 160 'chrome/browser/extensions/api/enterprise_platform_keys_privat
e/', |
| 160 }, | 161 }, |
| 161 'chromeos_calculator': { | 162 'chromeos_calculator': { |
| 162 'filepath': 'chrome/common/extensions/docs/examples/apps/calculator/', | 163 'filepath': 'chrome/common/extensions/docs/examples/apps/calculator/', |
| 163 }, | 164 }, |
| 164 'chromeos_login': { | 165 'chromeos_login': { |
| 165 'filepath': 'chrome/browser/chromeos/login/|'\ | 166 'filepath': 'chrome/browser/chromeos/login/|'\ |
| 166 'chrome/browser/ui/webui/chromeos/login/|'\ | 167 'chrome/browser/ui/webui/chromeos/login/|'\ |
| 167 'chrome/browser/resources/chromeos/login/', | 168 'chrome/browser/resources/chromeos/login/', |
| 168 }, | 169 }, |
| 169 'chromeos_net': { | 170 'chromeos_net': { |
| (...skipping 617 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 787 'views': ['tfarina@chromium.org'], | 788 'views': ['tfarina@chromium.org'], |
| 788 'views_core': ['ben+watch@chromium.org'], | 789 'views_core': ['ben+watch@chromium.org'], |
| 789 'website_settings': ['markusheintz@chromium.org'], | 790 'website_settings': ['markusheintz@chromium.org'], |
| 790 'webkit': ['darin-cc@chromium.org'], | 791 'webkit': ['darin-cc@chromium.org'], |
| 791 'worker': ['jam@chromium.org'], | 792 'worker': ['jam@chromium.org'], |
| 792 'x11': ['derat+watch@chromium.org', | 793 'x11': ['derat+watch@chromium.org', |
| 793 'sadrul@chromium.org', | 794 'sadrul@chromium.org', |
| 794 'yusukes+watch@chromium.org'], | 795 'yusukes+watch@chromium.org'], |
| 795 }, | 796 }, |
| 796 } | 797 } |
| OLD | NEW |