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 | 8 |
9 { | 9 { |
10 'WATCHLIST_DEFINITIONS': { | 10 'WATCHLIST_DEFINITIONS': { |
(...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
190 }, | 190 }, |
191 'message_loop': { | 191 'message_loop': { |
192 'filepath': 'base/message_.*' | 192 'filepath': 'base/message_.*' |
193 }, | 193 }, |
194 'metrics': { | 194 'metrics': { |
195 'filepath': 'base/metrics/.*'\ | 195 'filepath': 'base/metrics/.*'\ |
196 '|chrome/browser/metrics/.*'\ | 196 '|chrome/browser/metrics/.*'\ |
197 '|chrome/common/metrics/.*'\ | 197 '|chrome/common/metrics/.*'\ |
198 '|chrome_frame/metrics.*'\ | 198 '|chrome_frame/metrics.*'\ |
199 '|chrome/browser/chromeos/external_metrics.*'\ | 199 '|chrome/browser/chromeos/external_metrics.*'\ |
200 '|chrome/browser/extensions/extension_metrics_module.*'\ | 200 '|chrome/browser/extensions/api/metrics/metrics.*'\ |
201 '|chrome/browser/ui/webui/metrics_handler.*'\ | 201 '|chrome/browser/ui/webui/metrics_handler.*'\ |
202 '|content/browser/user_metrics.cc'\ | 202 '|content/browser/user_metrics.cc'\ |
203 '|content/public/browser/user_metrics.h'\ | 203 '|content/public/browser/user_metrics.h'\ |
204 '|chrome/tools/extract_actions.py' | 204 '|chrome/tools/extract_actions.py' |
205 }, | 205 }, |
206 'mouse_lock': { | 206 'mouse_lock': { |
207 'filepath': 'mouse_lock', | 207 'filepath': 'mouse_lock', |
208 }, | 208 }, |
209 'nacl': { | 209 'nacl': { |
210 'filepath': 'chrome/nacl/.*|chrome/test/nacl/.*|'\ | 210 'filepath': 'chrome/nacl/.*|chrome/test/nacl/.*|'\ |
(...skipping 284 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
495 'views': ['tfarina@chromium.org'], | 495 'views': ['tfarina@chromium.org'], |
496 'views_core': ['ben+watch@chromium.org'], | 496 'views_core': ['ben+watch@chromium.org'], |
497 'website_settings': ['markusheintz@chromium.org'], | 497 'website_settings': ['markusheintz@chromium.org'], |
498 'webkit': ['darin-cc@chromium.org'], | 498 'webkit': ['darin-cc@chromium.org'], |
499 'worker': ['jam@chromium.org'], | 499 'worker': ['jam@chromium.org'], |
500 'x11': ['derat+watch@chromium.org', | 500 'x11': ['derat+watch@chromium.org', |
501 'sadrul@chromium.org', | 501 'sadrul@chromium.org', |
502 'yusukes+watch@chromium.org'], | 502 'yusukes+watch@chromium.org'], |
503 }, | 503 }, |
504 } | 504 } |
OLD | NEW |