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

Side by Side Diff: WATCHLISTS

Issue 513463002: Stop directing chromecast/ reviews to ozone-reviews (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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 788 matching lines...) Expand 10 before | Expand all | Expand 10 after
799 'bubble': ['alicet@chromium.org', 'msw+watch@chromium.org'], 799 'bubble': ['alicet@chromium.org', 'msw+watch@chromium.org'],
800 'cast': ['avayvod+watch@chromium.org', 800 'cast': ['avayvod+watch@chromium.org',
801 'hclam+watch@chromium.org', 801 'hclam+watch@chromium.org',
802 'hguihot+watch@chromium.org', 802 'hguihot+watch@chromium.org',
803 'hubbe+watch@chromium.org', 803 'hubbe+watch@chromium.org',
804 'imcheng+watch@chromium.org', 804 'imcheng+watch@chromium.org',
805 'jasonroberts+watch@google.com', 805 'jasonroberts+watch@google.com',
806 'mikhal+watch@chromium.org', 806 'mikhal+watch@chromium.org',
807 'miu+watch@chromium.org', 807 'miu+watch@chromium.org',
808 'pwestin+watch@google.com'], 808 'pwestin+watch@google.com'],
809 'chromecast': ['ozone-reviews@chromium.org'],
810 'cc': ['cc-bugs@chromium.org'], 809 'cc': ['cc-bugs@chromium.org'],
811 'chrome_elf': ['caitkp+watch@chromium.org',], 810 'chrome_elf': ['caitkp+watch@chromium.org',],
812 'chrome_views': ['tfarina@chromium.org'], 811 'chrome_views': ['tfarina@chromium.org'],
813 'chromedriver': ['stgao@chromium.org'], 812 'chromedriver': ['stgao@chromium.org'],
814 'chromeos' : ['oshima+watch@chromium.org', 813 'chromeos' : ['oshima+watch@chromium.org',
815 'stevenjb+watch@chromium.org'], 814 'stevenjb+watch@chromium.org'],
816 'chromeos_attestation' : ['dkrahn+watch@chromium.org'], 815 'chromeos_attestation' : ['dkrahn+watch@chromium.org'],
817 'chromeos_calculator' : ['dharcourt@chromium.org'], 816 'chromeos_calculator' : ['dharcourt@chromium.org'],
818 'chromeos_net' : ['stevenjb+watch@chromium.org'], 817 'chromeos_net' : ['stevenjb+watch@chromium.org'],
819 'chromeos_power' : ['derat+watch@chromium.org'], 818 'chromeos_power' : ['derat+watch@chromium.org'],
(...skipping 172 matching lines...) Expand 10 before | Expand all | Expand 10 after
992 'mcasas+watch@chromium.org', 991 'mcasas+watch@chromium.org',
993 'posciak+watch@chromium.org'], 992 'posciak+watch@chromium.org'],
994 'website_settings': ['markusheintz@chromium.org'], 993 'website_settings': ['markusheintz@chromium.org'],
995 'windows_sandboxing': ['wfh+watch@chromium.org'], 994 'windows_sandboxing': ['wfh+watch@chromium.org'],
996 'worker': ['jam@chromium.org'], 995 'worker': ['jam@chromium.org'],
997 'x11': ['derat+watch@chromium.org', 996 'x11': ['derat+watch@chromium.org',
998 'sadrul@chromium.org', 997 'sadrul@chromium.org',
999 'yusukes+watch@chromium.org'], 998 'yusukes+watch@chromium.org'],
1000 }, 999 },
1001 } 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