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 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
84 }, | 84 }, |
85 'browser_chromeos': { | 85 'browser_chromeos': { |
86 'filepath': 'chrome/browser/chromeos/', | 86 'filepath': 'chrome/browser/chromeos/', |
87 }, | 87 }, |
88 'browser_components': { | 88 'browser_components': { |
89 'filepath': 'chrome/browser/autofill/' \ | 89 'filepath': 'chrome/browser/autofill/' \ |
90 '|chrome/browser/bookmarks/' \ | 90 '|chrome/browser/bookmarks/' \ |
91 '|chrome/browser/common/' \ | 91 '|chrome/browser/common/' \ |
92 '|chrome/browser/favicon/' \ | 92 '|chrome/browser/favicon/' \ |
93 '|chrome/browser/history/' \ | 93 '|chrome/browser/history/' \ |
| 94 '|chrome/browser/webdata/' \ |
94 '|components/autofill/' | 95 '|components/autofill/' |
95 }, | 96 }, |
96 'browser_compositor': { | 97 'browser_compositor': { |
97 'filepath': 'ui/compositor/' | 98 'filepath': 'ui/compositor/' |
98 }, | 99 }, |
99 'browser_resources': { | 100 'browser_resources': { |
100 'filepath': 'chrome/browser/resources/', | 101 'filepath': 'chrome/browser/resources/', |
101 }, | 102 }, |
102 'browsing_data': { | 103 'browsing_data': { |
103 'filepath': 'chrome/browser/browsing_data/', | 104 'filepath': 'chrome/browser/browsing_data/', |
(...skipping 601 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
705 'groby+watch@chromium.org', | 706 'groby+watch@chromium.org', |
706 'rouslan+watch@chromium.org'], | 707 'rouslan+watch@chromium.org'], |
707 'website_settings': ['markusheintz@chromium.org'], | 708 'website_settings': ['markusheintz@chromium.org'], |
708 'webkit': ['darin-cc@chromium.org'], | 709 'webkit': ['darin-cc@chromium.org'], |
709 'worker': ['jam@chromium.org'], | 710 'worker': ['jam@chromium.org'], |
710 'x11': ['derat+watch@chromium.org', | 711 'x11': ['derat+watch@chromium.org', |
711 'sadrul@chromium.org', | 712 'sadrul@chromium.org', |
712 'yusukes+watch@chromium.org'], | 713 'yusukes+watch@chromium.org'], |
713 }, | 714 }, |
714 } | 715 } |
OLD | NEW |