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

Side by Side Diff: WATCHLISTS

Issue 467423002: Update WATCHLISTS for cast, tab_capture, and tab_media_indicators. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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 | Annotate | Revision Log
« 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 151 matching lines...) Expand 10 before | Expand all | Expand 10 after
162 'filepath': 'chrome/browser/resources/', 162 'filepath': 'chrome/browser/resources/',
163 }, 163 },
164 'browsing_data': { 164 'browsing_data': {
165 'filepath': 'chrome/browser/browsing_data/', 165 'filepath': 'chrome/browser/browsing_data/',
166 }, 166 },
167 'bubble': { 167 'bubble': {
168 'filepath': 'ui/views/bubble/|'\ 168 'filepath': 'ui/views/bubble/|'\
169 'chrome/browser/ui/views/bubble/', 169 'chrome/browser/ui/views/bubble/',
170 }, 170 },
171 'cast': { 171 'cast': {
172 'filepath': 'media/cast/', 172 'filepath': 'media/cast/'\
173 '|chrome/browser/extensions/api/cast_streaming/'\
174 '|chrome/browser/media/cast'\
175 '|chrome/renderer/media/cast'\
176 '|chrome/test/data/extensions/api_test/cast_'\
177 '|content/public/renderer/media_stream_',
173 }, 178 },
174 'chromecast': { 179 'chromecast': {
175 'filepath': 'chromecast/', 180 'filepath': 'chromecast/',
176 }, 181 },
177 'cc': { 182 'cc': {
178 'filepath': 'cc/|'\ 183 'filepath': 'cc/|'\
179 'webkit/renderer/compositor_bindings/|'\ 184 'webkit/renderer/compositor_bindings/|'\
180 'content/common/cc_messages' 185 'content/common/cc_messages'
181 }, 186 },
182 'chrome_elf': { 187 'chrome_elf': {
(...skipping 406 matching lines...) Expand 10 before | Expand all | Expand 10 after
589 'sync': { 594 'sync': {
590 'filepath': 'chrome/browser/sync/|sync/|components/sync_driver/', 595 'filepath': 'chrome/browser/sync/|sync/|components/sync_driver/',
591 }, 596 },
592 'syncfs': { 597 'syncfs': {
593 'filepath': 'sync_file_system', 598 'filepath': 'sync_file_system',
594 }, 599 },
595 'sync_proto': { 600 'sync_proto': {
596 'filepath': 'sync/protocol/', 601 'filepath': 'sync/protocol/',
597 }, 602 },
598 'tab_capture': { 603 'tab_capture': {
599 'filepath': 'chrome/browser/extensions/api/tab_capture/'\ 604 'filepath': 'cc/output/copy_output_request'\
600 '|chrome/browser/media/media_stream'\ 605 '|chrome/browser/extensions/api/tab_capture/'\
601 '|content/browser/renderer_host/(backing_store|compositing_iosurface|'\ 606 '|chrome/test/data/extensions/api_test/tab_capture/'\
602 'render_widget_host_view)'\ 607 '|content/browser/compositor/delegated_frame_host'\
603 '|content/browser/renderer_host/media/(audio_|'\ 608 '|content/browser/media/capture/'\
604 'media_stream_manager\.cc|video_|web_contents_)'\ 609 '|content/browser/renderer_host/compositing_iosurface'\
605 '|content/browser/web_contents/web_contents_impl'\ 610 '|content/browser/renderer_host/media/(audio_'\
606 '|content/renderer/media/audio_(device_factory|message_filter|'\ 611 '|media_stream_manager|video_)'\
607 'renderer_mixer_manager)'\ 612 '|media/audio/(audio_output_controller|fake_audio_|virtual_audio_)'\
608 '|content/renderer/p2p/ipc_socket_factory'\ 613 '|media/base/video_frame\.h'\
609 '|content/renderer/pepper/pepper_platform_audio_output'\ 614 '|media/video/capture/video_capture_',
610 '|media/audio/(audio_output|fake_audio_consumer|virtual_audio)'\
611 '|media/base/video_util'\
612 '|media/video/capture/video_capture'\
613 '|ui/surface/accelerated_surface.*_win',
614 }, 615 },
615 'tab_contents': { 616 'tab_contents': {
616 'filepath': 'chrome/browser/tab_contents/|'\ 617 'filepath': 'chrome/browser/tab_contents/|'\
617 'content/browser/tab_contents/|'\ 618 'content/browser/tab_contents/|'\
618 'chrome/browser/ui/tab_contents/', 619 'chrome/browser/ui/tab_contents/',
619 }, 620 },
621 'tab_media_indicators': {
622 'filepath': 'chrome/browser/media/audio_stream_monitor'\
623 '|chrome/browser/ui/cocoa/tabs/tab_controller\.mm'\
624 '|chrome/browser/ui/tabs/tab_utils'\
625 '|chrome/browser/ui/views/tabs/tab\.cc'\
626 '|chrome/browser/ui/views/tabs/tab_renderer_data'\
627 '|media/audio/audio_(output_controller|power_monitor)',
628 },
620 'task_manager': { 629 'task_manager': {
621 'filepath': 'task_manager' 630 'filepath': 'task_manager'
622 }, 631 },
623 'tcmalloc': { 632 'tcmalloc': {
624 'filepath': 'third_party/tcmalloc' 633 'filepath': 'third_party/tcmalloc'
625 }, 634 },
626 'telemetry': { 635 'telemetry': {
627 'filepath': 'tools/perf/|'\ 636 'filepath': 'tools/perf/|'\
628 'tools/telemetry/' 637 'tools/telemetry/'
629 }, 638 },
(...skipping 313 matching lines...) Expand 10 before | Expand all | Expand 10 after
943 'tim+watch@chromium.org', 952 'tim+watch@chromium.org',
944 'maniscalco+watch@chromium.org', 953 'maniscalco+watch@chromium.org',
945 'zea+watch@chromium.org'], 954 'zea+watch@chromium.org'],
946 'syncfs': ['kinuko+fileapi@chromium.org', 955 'syncfs': ['kinuko+fileapi@chromium.org',
947 'nhiroki@chromium.org', 956 'nhiroki@chromium.org',
948 'tzik@chromium.org'], 957 'tzik@chromium.org'],
949 'sync_proto': ['albertb+watch@chromium.org'], 958 'sync_proto': ['albertb+watch@chromium.org'],
950 'tab_capture': ['miu+watch@chromium.org'], 959 'tab_capture': ['miu+watch@chromium.org'],
951 'tab_contents': ['avi@chromium.org', 960 'tab_contents': ['avi@chromium.org',
952 'creis+watch@chromium.org', 'ajwong+watch@chromium.org'], 961 'creis+watch@chromium.org', 'ajwong+watch@chromium.org'],
962 'tab_media_indicators': ['miu+watch@chromium.org'],
953 'tcmalloc': ['dmikurube+memory@chromium.org'], 963 'tcmalloc': ['dmikurube+memory@chromium.org'],
954 'telemetry': ['telemetry+watch@chromium.org'], 964 'telemetry': ['telemetry+watch@chromium.org'],
955 'tests': [], 965 'tests': [],
956 'textinput': ['penghuang+watch@chromium.org', 966 'textinput': ['penghuang+watch@chromium.org',
957 'suzhe@chromium.org', 967 'suzhe@chromium.org',
958 'yusukes+watch@chromium.org', 968 'yusukes+watch@chromium.org',
959 'nona+watch@chromium.org', 969 'nona+watch@chromium.org',
960 'yukishiino+watch@chromium.org'], 970 'yukishiino+watch@chromium.org'],
961 'textinput_chromeos': ['yusukes+watch@chromium.org', 971 'textinput_chromeos': ['yusukes+watch@chromium.org',
962 'nona+watch@chromium.org', 972 'nona+watch@chromium.org',
(...skipping 18 matching lines...) Expand all
981 'mcasas+watch@chromium.org', 991 'mcasas+watch@chromium.org',
982 'posciak+watch@chromium.org'], 992 'posciak+watch@chromium.org'],
983 'website_settings': ['markusheintz@chromium.org'], 993 'website_settings': ['markusheintz@chromium.org'],
984 'windows_sandboxing': ['wfh+watch@chromium.org'], 994 'windows_sandboxing': ['wfh+watch@chromium.org'],
985 'worker': ['jam@chromium.org'], 995 'worker': ['jam@chromium.org'],
986 'x11': ['derat+watch@chromium.org', 996 'x11': ['derat+watch@chromium.org',
987 'sadrul@chromium.org', 997 'sadrul@chromium.org',
988 'yusukes+watch@chromium.org'], 998 'yusukes+watch@chromium.org'],
989 }, 999 },
990 } 1000 }
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