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

Side by Side Diff: WATCHLISTS

Issue 893603002: Update tracing WATCHLISTS to track base/trace_event (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@trace_skia
Patch Set: Created 5 years, 10 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 | no next file » | 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 # 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 687 matching lines...) Expand 10 before | Expand all | Expand 10 after
698 '|components/timers/' 698 '|components/timers/'
699 }, 699 },
700 'tools': { 700 'tools': {
701 'filepath': 'tools/', 701 'filepath': 'tools/',
702 }, 702 },
703 'tools_emacs': { 703 'tools_emacs': {
704 'filepath': 'tools/emacs/', 704 'filepath': 'tools/emacs/',
705 }, 705 },
706 'tracing': { 706 'tracing': {
707 'filepath': 'base/debug/trace_event.*'\ 707 'filepath': 'base/debug/trace_event.*'\
708 '|base/trace_event/'\
708 '|content/browser/tracing/'\ 709 '|content/browser/tracing/'\
709 '|components/tracing/' 710 '|components/tracing/'
710 }, 711 },
711 'ui_compositor': { 712 'ui_compositor': {
712 'filepath': 'ui/compositor/layer\.|'\ 713 'filepath': 'ui/compositor/layer\.|'\
713 'ui/compositor/layer_unittest|'\ 714 'ui/compositor/layer_unittest|'\
714 'ui/compositor/compositor', 715 'ui/compositor/compositor',
715 }, 716 },
716 'ui_resources': { 717 'ui_resources': {
717 'filepath': 'ui/resources/'\ 718 'filepath': 'ui/resources/'\
(...skipping 315 matching lines...) Expand 10 before | Expand all | Expand 10 after
1033 'mcasas+watch@chromium.org', 1034 'mcasas+watch@chromium.org',
1034 'posciak+watch@chromium.org'], 1035 'posciak+watch@chromium.org'],
1035 'website_settings': ['markusheintz@chromium.org'], 1036 'website_settings': ['markusheintz@chromium.org'],
1036 'windows_sandboxing': ['wfh+watch@chromium.org'], 1037 'windows_sandboxing': ['wfh+watch@chromium.org'],
1037 'worker': ['jam@chromium.org'], 1038 'worker': ['jam@chromium.org'],
1038 'x11': ['derat+watch@chromium.org', 1039 'x11': ['derat+watch@chromium.org',
1039 'sadrul@chromium.org', 1040 'sadrul@chromium.org',
1040 'yusukes+watch@chromium.org'], 1041 'yusukes+watch@chromium.org'],
1041 }, 1042 },
1042 } 1043 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698