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 64 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
75 'filepath': 'chrome/browser/', | 75 'filepath': 'chrome/browser/', |
76 }, | 76 }, |
77 'browser_chromeos': { | 77 'browser_chromeos': { |
78 'filepath': 'chrome/browser/chromeos/', | 78 'filepath': 'chrome/browser/chromeos/', |
79 }, | 79 }, |
80 'browser_components': { | 80 'browser_components': { |
81 'filepath': 'chrome/browser/autofill/' \ | 81 'filepath': 'chrome/browser/autofill/' \ |
82 '|chrome/browser/bookmarks/' \ | 82 '|chrome/browser/bookmarks/' \ |
83 '|chrome/browser/common/' \ | 83 '|chrome/browser/common/' \ |
84 '|chrome/browser/favicon/' \ | 84 '|chrome/browser/favicon/' \ |
85 '|chrome/browser/history/' | 85 '|chrome/browser/history/' \ |
| 86 '|chrome/browser/visitedlink/' |
86 }, | 87 }, |
87 'browser_compositor': { | 88 'browser_compositor': { |
88 'filepath': 'ui/compositor/' | 89 'filepath': 'ui/compositor/' |
89 }, | 90 }, |
90 'browser_resources': { | 91 'browser_resources': { |
91 'filepath': 'chrome/browser/resources/', | 92 'filepath': 'chrome/browser/resources/', |
92 }, | 93 }, |
93 'browsing_data': { | 94 'browsing_data': { |
94 'filepath': 'chrome/browser/browsing_data/', | 95 'filepath': 'chrome/browser/browsing_data/', |
95 }, | 96 }, |
(...skipping 569 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
665 'groby+watch@chromium.org', | 666 'groby+watch@chromium.org', |
666 'rouslan+watch@chromium.org'], | 667 'rouslan+watch@chromium.org'], |
667 'website_settings': ['markusheintz@chromium.org'], | 668 'website_settings': ['markusheintz@chromium.org'], |
668 'webkit': ['darin-cc@chromium.org'], | 669 'webkit': ['darin-cc@chromium.org'], |
669 'worker': ['jam@chromium.org'], | 670 'worker': ['jam@chromium.org'], |
670 'x11': ['derat+watch@chromium.org', | 671 'x11': ['derat+watch@chromium.org', |
671 'sadrul@chromium.org', | 672 'sadrul@chromium.org', |
672 'yusukes+watch@chromium.org'], | 673 'yusukes+watch@chromium.org'], |
673 }, | 674 }, |
674 } | 675 } |
OLD | NEW |