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 129 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
140 'chrome/browser/ui/views/bubble/', | 140 'chrome/browser/ui/views/bubble/', |
141 }, | 141 }, |
142 'cast': { | 142 'cast': { |
143 'filepath': 'media/cast/', | 143 'filepath': 'media/cast/', |
144 }, | 144 }, |
145 'cc': { | 145 'cc': { |
146 'filepath': 'cc/|'\ | 146 'filepath': 'cc/|'\ |
147 'webkit/renderer/compositor_bindings/|'\ | 147 'webkit/renderer/compositor_bindings/|'\ |
148 'content/common/cc_messages' | 148 'content/common/cc_messages' |
149 }, | 149 }, |
| 150 'chrome_elf': { |
| 151 'filepath': 'chrome_elf', |
| 152 }, |
150 'chrome_views': { | 153 'chrome_views': { |
151 'filepath': 'chrome/browser/ui/views', | 154 'filepath': 'chrome/browser/ui/views', |
152 }, | 155 }, |
153 'chromedriver': { | 156 'chromedriver': { |
154 'filepath': 'chrome/test/chromedriver' | 157 'filepath': 'chrome/test/chromedriver' |
155 }, | 158 }, |
156 'chromeos': { | 159 'chromeos': { |
157 'filepath': 'chromeos/', | 160 'filepath': 'chromeos/', |
158 }, | 161 }, |
159 'chromeos_attestation': { | 162 'chromeos_attestation': { |
(...skipping 423 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
583 'ui/compositor/compositor', | 586 'ui/compositor/compositor', |
584 }, | 587 }, |
585 'ui_resources': { | 588 'ui_resources': { |
586 'filepath': 'ui/resources/'\ | 589 'filepath': 'ui/resources/'\ |
587 '|ui/base/native_theme/resources/'\ | 590 '|ui/base/native_theme/resources/'\ |
588 '|chrome/app/theme/' | 591 '|chrome/app/theme/' |
589 }, | 592 }, |
590 'valgrind': { | 593 'valgrind': { |
591 'filepath': 'valgrind', | 594 'filepath': 'valgrind', |
592 }, | 595 }, |
| 596 'version_assembly': { |
| 597 'filepath': 'chrome/app/version_assembly', |
| 598 }, |
593 'views': { | 599 'views': { |
594 # Applies to all files and subdirs within this directory. | 600 # Applies to all files and subdirs within this directory. |
595 'filepath': '^ui/views/', | 601 'filepath': '^ui/views/', |
596 }, | 602 }, |
597 'views_core': { | 603 'views_core': { |
598 'filepath': 'ui/views/view.h|'\ | 604 'filepath': 'ui/views/view.h|'\ |
599 'ui/views/view.cc|'\ | 605 'ui/views/view.cc|'\ |
600 'ui/views/widget/', | 606 'ui/views/widget/', |
601 }, | 607 }, |
602 'views_corewm': { | 608 'views_corewm': { |
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
687 'browsing_data': ['markusheintz@chromium.org'], | 693 'browsing_data': ['markusheintz@chromium.org'], |
688 'bubble': ['alicet@chromium.org', 'msw+watch@chromium.org'], | 694 'bubble': ['alicet@chromium.org', 'msw+watch@chromium.org'], |
689 'cast': ['hclam+watch@chromium.org', | 695 'cast': ['hclam+watch@chromium.org', |
690 'hguihot+watch@chromium.org', | 696 'hguihot+watch@chromium.org', |
691 'hubbe+watch@chromium.org', | 697 'hubbe+watch@chromium.org', |
692 'jasonroberts+watch@google.com', | 698 'jasonroberts+watch@google.com', |
693 'mikhal+watch@chromium.org', | 699 'mikhal+watch@chromium.org', |
694 'miu+watch@chromium.org', | 700 'miu+watch@chromium.org', |
695 'pwestin+watch@google.com'], | 701 'pwestin+watch@google.com'], |
696 'cc': ['cc-bugs@chromium.org'], | 702 'cc': ['cc-bugs@chromium.org'], |
| 703 'chrome_elf': ['caitkp+watch@chromium.org',], |
697 'chrome_views': ['tfarina@chromium.org'], | 704 'chrome_views': ['tfarina@chromium.org'], |
698 'chromedriver': ['chrisgao@chromium.org', 'frankf@chromium.org'], | 705 'chromedriver': ['chrisgao@chromium.org', 'frankf@chromium.org'], |
699 'chromeos' : ['oshima+watch@chromium.org', | 706 'chromeos' : ['oshima+watch@chromium.org', |
700 'stevenjb+watch@chromium.org'], | 707 'stevenjb+watch@chromium.org'], |
701 'chromeos_attestation' : ['dkrahn+watch@chromium.org'], | 708 'chromeos_attestation' : ['dkrahn+watch@chromium.org'], |
702 'chromeos_calculator' : ['dharcourt@chromium.org'], | 709 'chromeos_calculator' : ['dharcourt@chromium.org'], |
703 'chromeos_net' : ['stevenjb+watch@chromium.org'], | 710 'chromeos_net' : ['stevenjb+watch@chromium.org'], |
704 'chromeos_power' : ['derat+watch@chromium.org'], | 711 'chromeos_power' : ['derat+watch@chromium.org'], |
705 'chromeos_webui': ['nkostylev+watch@chromium.org'], | 712 'chromeos_webui': ['nkostylev+watch@chromium.org'], |
706 'clang_update': ['ukai+watch@chromium.org', | 713 'clang_update': ['ukai+watch@chromium.org', |
(...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
849 'nona+watch@chromium.org', | 856 'nona+watch@chromium.org', |
850 'yukishiino+watch@chromium.org'], | 857 'yukishiino+watch@chromium.org'], |
851 'tools_emacs': ['fischman+watch@chromium.org', | 858 'tools_emacs': ['fischman+watch@chromium.org', |
852 'dhollowa+watch@chromium.org'], | 859 'dhollowa+watch@chromium.org'], |
853 'tracing': ['dsinclair+watch@chromium.org'], | 860 'tracing': ['dsinclair+watch@chromium.org'], |
854 'ui_compositor': ['cc-bugs@chromium.org'], | 861 'ui_compositor': ['cc-bugs@chromium.org'], |
855 'ui_resources': ['oshima+watch@chromium.org'], | 862 'ui_resources': ['oshima+watch@chromium.org'], |
856 'valgrind': ['bruening+watch@chromium.org', | 863 'valgrind': ['bruening+watch@chromium.org', |
857 'glider+watch@chromium.org', | 864 'glider+watch@chromium.org', |
858 'timurrrr+watch@chromium.org'], | 865 'timurrrr+watch@chromium.org'], |
| 866 'version_assembly': ['caitkp+watch@chromium.org', |
| 867 'gab+watch@chromium.org'], |
859 'views': ['tfarina@chromium.org'], | 868 'views': ['tfarina@chromium.org'], |
860 'views_core': ['ben+views@chromium.org'], | 869 'views_core': ['ben+views@chromium.org'], |
861 'views_corewm': ['ben+corewm@chromium.org'], | 870 'views_corewm': ['ben+corewm@chromium.org'], |
862 'webkit': ['darin-cc@chromium.org'], | 871 'webkit': ['darin-cc@chromium.org'], |
863 'webrtc_media': ['fischman+watch@chromium.org', | 872 'webrtc_media': ['fischman+watch@chromium.org', |
864 'wjia+watch@chromium.org', | 873 'wjia+watch@chromium.org', |
865 'mcasas+watch@chromium.org'], | 874 'mcasas+watch@chromium.org'], |
866 'website_settings': ['markusheintz@chromium.org'], | 875 'website_settings': ['markusheintz@chromium.org'], |
867 'worker': ['jam@chromium.org'], | 876 'worker': ['jam@chromium.org'], |
868 'x11': ['derat+watch@chromium.org', | 877 'x11': ['derat+watch@chromium.org', |
869 'sadrul@chromium.org', | 878 'sadrul@chromium.org', |
870 'yusukes+watch@chromium.org'], | 879 'yusukes+watch@chromium.org'], |
871 }, | 880 }, |
872 } | 881 } |
OLD | NEW |