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 121 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
132 'filepath': 'chrome/browser/bookmarks/' \ | 132 'filepath': 'chrome/browser/bookmarks/' \ |
133 '|chrome/browser/extensions/api/bookmark_manager_private/' \ | 133 '|chrome/browser/extensions/api/bookmark_manager_private/' \ |
134 '|chrome/browser/extensions/api/bookmarks/' \ | 134 '|chrome/browser/extensions/api/bookmarks/' \ |
135 '|chrome/browser/resources/bookmark_manager/' \ | 135 '|chrome/browser/resources/bookmark_manager/' \ |
136 '|chrome/browser/ui/bookmarks/' \ | 136 '|chrome/browser/ui/bookmarks/' \ |
137 '|chrome/browser/ui/cocoa/bookmarks/' \ | 137 '|chrome/browser/ui/cocoa/bookmarks/' \ |
138 '|chrome/browser/ui/views/bookmarks/' \ | 138 '|chrome/browser/ui/views/bookmarks/' \ |
139 '|components/bookmarks' | 139 '|components/bookmarks' |
140 }, | 140 }, |
141 'breakpad_app': { | 141 'breakpad_app': { |
142 'filepath': 'components/breakpad/app/', | 142 'filepath': 'components/crash/app/', |
143 }, | 143 }, |
144 'browser': { | 144 'browser': { |
145 'filepath': 'chrome/browser/', | 145 'filepath': 'chrome/browser/', |
146 }, | 146 }, |
147 'browser_chromeos': { | 147 'browser_chromeos': { |
148 'filepath': 'chrome/browser/chromeos/', | 148 'filepath': 'chrome/browser/chromeos/', |
149 }, | 149 }, |
150 'browser_components': { | 150 'browser_components': { |
151 'filepath': 'chrome/browser/autofill/' \ | 151 'filepath': 'chrome/browser/autofill/' \ |
152 '|chrome/browser/bookmarks/' \ | 152 '|chrome/browser/bookmarks/' \ |
(...skipping 839 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
992 'mcasas+watch@chromium.org', | 992 'mcasas+watch@chromium.org', |
993 'posciak+watch@chromium.org'], | 993 'posciak+watch@chromium.org'], |
994 'website_settings': ['markusheintz@chromium.org'], | 994 'website_settings': ['markusheintz@chromium.org'], |
995 'windows_sandboxing': ['wfh+watch@chromium.org'], | 995 'windows_sandboxing': ['wfh+watch@chromium.org'], |
996 'worker': ['jam@chromium.org'], | 996 'worker': ['jam@chromium.org'], |
997 'x11': ['derat+watch@chromium.org', | 997 'x11': ['derat+watch@chromium.org', |
998 'sadrul@chromium.org', | 998 'sadrul@chromium.org', |
999 'yusukes+watch@chromium.org'], | 999 'yusukes+watch@chromium.org'], |
1000 }, | 1000 }, |
1001 } | 1001 } |
OLD | NEW |