Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(429)

Side by Side Diff: WATCHLISTS

Issue 10696145: Moving metrics to api/ . (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Putting back "using" and updating WATCHLISTS Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | chrome/browser/extensions/api/metrics/metrics.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/extensions/api/metrics/metrics.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698