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

Side by Side Diff: WATCHLISTS

Issue 342983003: Add zea@ to sync and gcm watchlists (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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 281 matching lines...) Expand 10 before | Expand all | Expand 10 after
292 'filepath': 'file_browser|' \ 292 'filepath': 'file_browser|' \
293 'file_manager|' \ 293 'file_manager|' \
294 'filebrowse' 294 'filebrowse'
295 }, 295 },
296 'filesapp': { 296 'filesapp': {
297 'filepath': 'ui/file_manager' 297 'filepath': 'ui/file_manager'
298 }, 298 },
299 'ftp': { 299 'ftp': {
300 'filepath': 'ftp', 300 'filepath': 'ftp',
301 }, 301 },
302 'gcm': {
303 'filepath': 'chrome/browser/services/gcm/|'\
304 'components/gcm_driver/|'\
305 'google_apis/gcm/',
306 },
302 'geolocation': { 307 'geolocation': {
303 'filepath': 'chrome/browser/geolocation/|'\ 308 'filepath': 'chrome/browser/geolocation/|'\
304 'content/browser/geolocation|'\ 309 'content/browser/geolocation|'\
305 'content/public/common/geoposition.*|'\ 310 'content/public/common/geoposition.*|'\
306 'content/public/browser/geolocation.*|'\ 311 'content/public/browser/geolocation.*|'\
307 'content/renderer/geolocation.*|'\ 312 'content/renderer/geolocation.*|'\
308 'content/shell/geolocation/', 313 'content/shell/geolocation/',
309 }, 314 },
310 'gfx_image': { 315 'gfx_image': {
311 'filepath': 'ui/gfx/image/', 316 'filepath': 'ui/gfx/image/',
(...skipping 229 matching lines...) Expand 10 before | Expand all | Expand 10 after
541 '|chrome/common/spellcheck_'\ 546 '|chrome/common/spellcheck_'\
542 '|chrome/renderer/spellchecker/'\ 547 '|chrome/renderer/spellchecker/'\
543 '|third_party/hunspell/'\ 548 '|third_party/hunspell/'\
544 '|third_party/hunspell_dictionaries/'\ 549 '|third_party/hunspell_dictionaries/'\
545 '|webkit/tools/test_shell/mock_spellcheck' 550 '|webkit/tools/test_shell/mock_spellcheck'
546 }, 551 },
547 'streams': { 552 'streams': {
548 'filepath': 'content/browser/streams/', 553 'filepath': 'content/browser/streams/',
549 }, 554 },
550 'sync': { 555 'sync': {
551 'filepath': 'chrome/browser/sync/|sync/', 556 'filepath': 'chrome/browser/sync/|sync/|components/sync_driver/',
552 }, 557 },
553 'syncfs': { 558 'syncfs': {
554 'filepath': 'sync_file_system', 559 'filepath': 'sync_file_system',
555 }, 560 },
556 'sync_proto': { 561 'sync_proto': {
557 'filepath': 'sync/protocol/', 562 'filepath': 'sync/protocol/',
558 }, 563 },
559 'tab_capture': { 564 'tab_capture': {
560 'filepath': 'chrome/browser/extensions/api/tab_capture/'\ 565 'filepath': 'chrome/browser/extensions/api/tab_capture/'\
561 '|chrome/browser/media/media_stream'\ 566 '|chrome/browser/media/media_stream'\
(...skipping 229 matching lines...) Expand 10 before | Expand all | Expand 10 after
791 'events': ['tdresser+watch@chromium.org'], 796 'events': ['tdresser+watch@chromium.org'],
792 'extension': ['chromium-apps-reviews@chromium.org', 797 'extension': ['chromium-apps-reviews@chromium.org',
793 'extensions-reviews@chromium.org'], 798 'extensions-reviews@chromium.org'],
794 'fileapi': ['kinuko+fileapi@chromium.org', 799 'fileapi': ['kinuko+fileapi@chromium.org',
795 'nhiroki@chromium.org', 800 'nhiroki@chromium.org',
796 'tzik@chromium.org'], 801 'tzik@chromium.org'],
797 'filebrowse': ['rginda+watch@chromium.org', 802 'filebrowse': ['rginda+watch@chromium.org',
798 'yoshiki+watch@chromium.org'], 803 'yoshiki+watch@chromium.org'],
799 'filesapp': ['mtomasz+watch@chromium.org'], 804 'filesapp': ['mtomasz+watch@chromium.org'],
800 'ftp': ['phajdan.jr@chromium.org'], 805 'ftp': ['phajdan.jr@chromium.org'],
806 'gcm': ['zea+watch@chromium.org'],
801 'geolocation': ['mvanouwerkerk@chromium.org'], 807 'geolocation': ['mvanouwerkerk@chromium.org'],
802 'gfx_geometry': ['cc-bugs@chromium.org'], 808 'gfx_geometry': ['cc-bugs@chromium.org'],
803 'gfx_image': ['rsesek+watch@chromium.org'], 809 'gfx_image': ['rsesek+watch@chromium.org'],
804 'gn': ['tfarina@chromium.org'], 810 'gn': ['tfarina@chromium.org'],
805 'gpu': ['piman+watch@chromium.org'], 811 'gpu': ['piman+watch@chromium.org'],
806 'history_ui': ['dubroy@chromium.org', 'pam+watch@chromium.org'], 812 'history_ui': ['dubroy@chromium.org', 'pam+watch@chromium.org'],
807 'i18n': ['jshin+watch@chromium.org'], 813 'i18n': ['jshin+watch@chromium.org'],
808 'imageburner': ['tbarzic+watch@chromium.org'], 814 'imageburner': ['tbarzic+watch@chromium.org'],
809 'importer': ['tfarina@chromium.org'], 815 'importer': ['tfarina@chromium.org'],
810 'indexed_db': ['alecflett@chromium.org', 'cmumford@chromium.org', 816 'indexed_db': ['alecflett@chromium.org', 'cmumford@chromium.org',
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
886 'michaeln@chromium.org', 892 'michaeln@chromium.org',
887 'serviceworker-reviews@chromium.org'], 893 'serviceworker-reviews@chromium.org'],
888 'site_instance': ['creis+watch@chromium.org', 'ajwong+watch@chromium.org', 894 'site_instance': ['creis+watch@chromium.org', 'ajwong+watch@chromium.org',
889 'nasko+codewatch@chromium.org'], 895 'nasko+codewatch@chromium.org'],
890 'spellcheck': ['groby+spellwatch@chromium.org', 896 'spellcheck': ['groby+spellwatch@chromium.org',
891 'rlp@chromium.org', 897 'rlp@chromium.org',
892 'rouslan+spellwatch@chromium.org'], 898 'rouslan+spellwatch@chromium.org'],
893 'streams': ['zork+watch@chromium.org'], 899 'streams': ['zork+watch@chromium.org'],
894 'sync': ['haitaol+watch@chromium.org', 900 'sync': ['haitaol+watch@chromium.org',
895 'tim+watch@chromium.org', 901 'tim+watch@chromium.org',
896 'maniscalco+watch@chromium.org'], 902 'maniscalco+watch@chromium.org',
903 'zea+watch@chromium.org'],
897 'syncfs': ['kinuko+fileapi@chromium.org', 904 'syncfs': ['kinuko+fileapi@chromium.org',
898 'nhiroki@chromium.org', 905 'nhiroki@chromium.org',
899 'tzik@chromium.org'], 906 'tzik@chromium.org'],
900 'sync_proto': ['albertb+watch@chromium.org'], 907 'sync_proto': ['albertb+watch@chromium.org'],
901 'tab_capture': ['miu+watch@chromium.org'], 908 'tab_capture': ['miu+watch@chromium.org'],
902 'tab_contents': ['avi@chromium.org', 909 'tab_contents': ['avi@chromium.org',
903 'creis+watch@chromium.org', 'ajwong+watch@chromium.org'], 910 'creis+watch@chromium.org', 'ajwong+watch@chromium.org'],
904 'tcmalloc': ['dmikurube+memory@chromium.org'], 911 'tcmalloc': ['dmikurube+memory@chromium.org'],
905 'telemetry': ['telemetry+watch@chromium.org'], 912 'telemetry': ['telemetry+watch@chromium.org'],
906 'tests': [], 913 'tests': [],
(...skipping 23 matching lines...) Expand all
930 'webkit': ['darin-cc@chromium.org'], 937 'webkit': ['darin-cc@chromium.org'],
931 'webrtc_media': ['wjia+watch@chromium.org', 938 'webrtc_media': ['wjia+watch@chromium.org',
932 'mcasas+watch@chromium.org'], 939 'mcasas+watch@chromium.org'],
933 'website_settings': ['markusheintz@chromium.org'], 940 'website_settings': ['markusheintz@chromium.org'],
934 'worker': ['jam@chromium.org'], 941 'worker': ['jam@chromium.org'],
935 'x11': ['derat+watch@chromium.org', 942 'x11': ['derat+watch@chromium.org',
936 'sadrul@chromium.org', 943 'sadrul@chromium.org',
937 'yusukes+watch@chromium.org'], 944 'yusukes+watch@chromium.org'],
938 }, 945 },
939 } 946 }
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