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 687 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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 Loading... |
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 } |
OLD | NEW |