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

Side by Side Diff: WATCHLISTS

Issue 2727123005: Fix misplaced ' characters in WATCHLISTS (Closed)
Patch Set: Created 3 years, 9 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 603 matching lines...) Expand 10 before | Expand all | Expand 10 after
614 }, 614 },
615 'md_settings': { 615 'md_settings': {
616 'filepath': 'chrome/browser/resources/settings/'\ 616 'filepath': 'chrome/browser/resources/settings/'\
617 '|chrome/browser/ui/webui/settings/', 617 '|chrome/browser/ui/webui/settings/',
618 }, 618 },
619 'media': { 619 'media': {
620 'filepath': 'media/|third_party/(ffmpeg|openmax)/|webmediaplayer|'\ 620 'filepath': 'media/|third_party/(ffmpeg|openmax)/|webmediaplayer|'\
621 'audio_message_filter|video_layer|media_internals', 621 'audio_message_filter|video_layer|media_internals',
622 }, 622 },
623 'media_capture_from_element': { 623 'media_capture_from_element': {
624 'filepath': 'content/renderer/media_capture_from_element/' \' 624 'filepath': 'content/renderer/media_capture_from_element/' \
625 '|third_party/WebKit/Source/modules/mediacapture/' \ 625 '|third_party/WebKit/Source/modules/mediacapture/' \
626 '|third_party/WebKit/Source/platform/exported/WebCanvasCapture ' \ 626 '|third_party/WebKit/Source/platform/exported/WebCanvasCapture ' \
627 '|third_party/WebKit/LayoutTests/fast/mediacapturefromelement/ ' \ 627 '|third_party/WebKit/LayoutTests/fast/mediacapturefromelement/ ' \
628 '|third_party/WebKit/public/platform/WebCanvasCapture' 628 '|third_party/WebKit/public/platform/WebCanvasCapture'
629 }, 629 },
630 'media_galleries': { 630 'media_galleries': {
631 'filepath': 'chrome/browser/extensions/api/media_galleries/'\ 631 'filepath': 'chrome/browser/extensions/api/media_galleries/'\
632 '|chrome/browser/media_galleries/'\ 632 '|chrome/browser/media_galleries/'\
633 '|chrome/browser/storage_monitor/'\ 633 '|chrome/browser/storage_monitor/'\
634 '|chrome/common/media_galleries/'\ 634 '|chrome/common/media_galleries/'\
635 '|chrome/test/data/extensions/api_test/media_galleries/'\ 635 '|chrome/test/data/extensions/api_test/media_galleries/'\
636 '|chrome/utility/itunes*'\ 636 '|chrome/utility/itunes*'\
637 '|chrome/utility/picasa*', 637 '|chrome/utility/picasa*',
638 }, 638 },
639 'media_mojo': { 639 'media_mojo': {
640 'filepath': 'media/mojo/*' 640 'filepath': 'media/mojo/*'
641 }, 641 },
642 'media_recorder': { 642 'media_recorder': {
643 'filepath': 'content/renderer/media_recorder/' \' 643 'filepath': 'content/renderer/media_recorder/' \
644 '|third_party/WebKit/Source/modules/mediarecorder/' \ 644 '|third_party/WebKit/Source/modules/mediarecorder/' \
645 '|third_party/WebKit/Source/platform/exported/WebMediaRecorder ' \ 645 '|third_party/WebKit/Source/platform/exported/WebMediaRecorder ' \
646 '|third_party/WebKit/LayoutTests/fast/mediarecorder/' \ 646 '|third_party/WebKit/LayoutTests/fast/mediarecorder/' \
647 '|third_party/WebKit/public/platform/WebMediaRecorder' 647 '|third_party/WebKit/public/platform/WebMediaRecorder'
648 }, 648 },
649 'media_remoting': { 649 'media_remoting': {
650 'filepath': 'chrome/browser/media/cast_remoting'\ 650 'filepath': 'chrome/browser/media/cast_remoting'\
651 '|media/blink/webmediaplayer_'\ 651 '|media/blink/webmediaplayer_'\
652 '|media/mojo/interfaces/remoting.mojom'\ 652 '|media/mojo/interfaces/remoting.mojom'\
653 '|media/remoting/', 653 '|media/remoting/',
(...skipping 1511 matching lines...) Expand 10 before | Expand all | Expand 10 after
2165 'raymes+watch@chromium.org'], 2165 'raymes+watch@chromium.org'],
2166 'windows_sandboxing': ['pennymac+watch@chromium.org', 2166 'windows_sandboxing': ['pennymac+watch@chromium.org',
2167 'wfh+watch@chromium.org'], 2167 'wfh+watch@chromium.org'],
2168 'x11': ['derat+watch@chromium.org', 2168 'x11': ['derat+watch@chromium.org',
2169 'sadrul@chromium.org', 2169 'sadrul@chromium.org',
2170 'yusukes+watch@chromium.org'], 2170 'yusukes+watch@chromium.org'],
2171 'xml': ['dominicc+watchlist@chromium.org'], 2171 'xml': ['dominicc+watchlist@chromium.org'],
2172 'zoom': ['wjmaclean@chromium.org'], 2172 'zoom': ['wjmaclean@chromium.org'],
2173 }, 2173 },
2174 } 2174 }
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