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 655 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
666 'filepath': 'base/message_' | 666 'filepath': 'base/message_' |
667 }, | 667 }, |
668 'metrics': { | 668 'metrics': { |
669 'filepath': 'base/metrics/'\ | 669 'filepath': 'base/metrics/'\ |
670 '|chrome/android/java/src/org/chromium/chrome/browser/metrics/
'\ | 670 '|chrome/android/java/src/org/chromium/chrome/browser/metrics/
'\ |
671 '|chrome/browser/metrics/'\ | 671 '|chrome/browser/metrics/'\ |
672 '|chrome/browser/chromeos/external_metrics'\ | 672 '|chrome/browser/chromeos/external_metrics'\ |
673 '|chrome/browser/extensions/api/metrics_private/'\ | 673 '|chrome/browser/extensions/api/metrics_private/'\ |
674 '|chrome/browser/ui/webui/metrics_handler'\ | 674 '|chrome/browser/ui/webui/metrics_handler'\ |
675 '|chromecast/browser/metrics/'\ | 675 '|chromecast/browser/metrics/'\ |
676 '|content/browser/user_metrics.cc'\ | |
677 '|components/metrics/'\ | 676 '|components/metrics/'\ |
678 '|components/metrics_services_manager/'\ | 677 '|components/metrics_services_manager/'\ |
679 '|components/rappor/'\ | 678 '|components/rappor/'\ |
680 '|components/variations/'\ | 679 '|components/variations/'\ |
681 '|content/public/browser/user_metrics.h'\ | |
682 # Exclude XML files; in particular, histograms.xml. | 680 # Exclude XML files; in particular, histograms.xml. |
683 '|tools/metrics/[^.]*([.](?!xml$).*)?$', | 681 '|tools/metrics/[^.]*([.](?!xml$).*)?$', |
684 }, | 682 }, |
685 'metrics_xml_files': { | 683 'metrics_xml_files': { |
686 # Subscribe to this to watch for changes to histograms.xml. | 684 # Subscribe to this to watch for changes to histograms.xml. |
687 'filepath': 'tools/metrics/.*\.xml$', | 685 'filepath': 'tools/metrics/.*\.xml$', |
688 }, | 686 }, |
689 'midi': { | 687 'midi': { |
690 'filepath': 'midi', | 688 'filepath': 'midi', |
691 }, | 689 }, |
(...skipping 1514 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2206 'raymes+watch@chromium.org'], | 2204 'raymes+watch@chromium.org'], |
2207 'windows_sandboxing': ['pennymac+watch@chromium.org', | 2205 'windows_sandboxing': ['pennymac+watch@chromium.org', |
2208 'wfh+watch@chromium.org'], | 2206 'wfh+watch@chromium.org'], |
2209 'x11': ['derat+watch@chromium.org', | 2207 'x11': ['derat+watch@chromium.org', |
2210 'sadrul@chromium.org', | 2208 'sadrul@chromium.org', |
2211 'yusukes+watch@chromium.org'], | 2209 'yusukes+watch@chromium.org'], |
2212 'xml': ['dominicc+watchlist@chromium.org'], | 2210 'xml': ['dominicc+watchlist@chromium.org'], |
2213 'zoom': ['wjmaclean@chromium.org'], | 2211 'zoom': ['wjmaclean@chromium.org'], |
2214 }, | 2212 }, |
2215 } | 2213 } |
OLD | NEW |