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

Side by Side Diff: WATCHLISTS

Issue 406643002: Remove ericu from WATCHLISTS, upon request (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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 824 matching lines...) Expand 10 before | Expand all | Expand 10 after
835 'gfx_geometry': ['cc-bugs@chromium.org'], 835 'gfx_geometry': ['cc-bugs@chromium.org'],
836 'gfx_image': ['rsesek+watch@chromium.org'], 836 'gfx_image': ['rsesek+watch@chromium.org'],
837 'gn': ['tfarina@chromium.org'], 837 'gn': ['tfarina@chromium.org'],
838 'gpu': ['piman+watch@chromium.org'], 838 'gpu': ['piman+watch@chromium.org'],
839 'history_ui': ['dubroy@chromium.org', 'pam+watch@chromium.org'], 839 'history_ui': ['dubroy@chromium.org', 'pam+watch@chromium.org'],
840 'hotword': ['rlp+watch@chromium.org'], 840 'hotword': ['rlp+watch@chromium.org'],
841 'i18n': ['jshin+watch@chromium.org'], 841 'i18n': ['jshin+watch@chromium.org'],
842 'imageburner': ['tbarzic+watch@chromium.org'], 842 'imageburner': ['tbarzic+watch@chromium.org'],
843 'importer': ['tfarina@chromium.org'], 843 'importer': ['tfarina@chromium.org'],
844 'indexed_db': ['alecflett@chromium.org', 'cmumford@chromium.org', 844 'indexed_db': ['alecflett@chromium.org', 'cmumford@chromium.org',
845 'dgrogan@chromium.org', 845 'dgrogan@chromium.org', 'jsbell+idb@chromium.org'],
846 'ericu+idb@chromium.org', 'jsbell+idb@chromium.org'],
847 'installer': ['grt+watch@chromium.org'], 846 'installer': ['grt+watch@chromium.org'],
848 'instant': ['dcblack@chromium.org', 'jered@chromium.org', 847 'instant': ['dcblack@chromium.org', 'jered@chromium.org',
849 'dominich@chromium.org', 'samarth+watch@chromium.org', 848 'dominich@chromium.org', 'samarth+watch@chromium.org',
850 'melevin+watch@chromium.org', 'dougw+watch@chromium.org', 849 'melevin+watch@chromium.org', 'dougw+watch@chromium.org',
851 'kmadhusu+watch@chromium.org', 'dhollowa+watch@chromium.org', 850 'kmadhusu+watch@chromium.org', 'dhollowa+watch@chromium.org',
852 'jfweitz+watch@chromium.org', 'skanuj+watch@chromium.org', 851 'jfweitz+watch@chromium.org', 'skanuj+watch@chromium.org',
853 'donnd+watch@chromium.org'], 852 'donnd+watch@chromium.org'],
854 'ipc': ['jam@chromium.org', 'darin-cc@chromium.org'], 853 'ipc': ['jam@chromium.org', 'darin-cc@chromium.org'],
855 'libwebp': ['urvang@google.com', 'jzern@chromium.org', 854 'libwebp': ['urvang@google.com', 'jzern@chromium.org',
856 'skal@google.com', 'vikasa@google.com'], 855 'skal@google.com', 'vikasa@google.com'],
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
967 'webrtc_media': ['wjia+watch@chromium.org', 966 'webrtc_media': ['wjia+watch@chromium.org',
968 'mcasas+watch@chromium.org', 967 'mcasas+watch@chromium.org',
969 'posciak+watch@chromium.org'], 968 'posciak+watch@chromium.org'],
970 'website_settings': ['markusheintz@chromium.org'], 969 'website_settings': ['markusheintz@chromium.org'],
971 'worker': ['jam@chromium.org'], 970 'worker': ['jam@chromium.org'],
972 'x11': ['derat+watch@chromium.org', 971 'x11': ['derat+watch@chromium.org',
973 'sadrul@chromium.org', 972 'sadrul@chromium.org',
974 'yusukes+watch@chromium.org'], 973 'yusukes+watch@chromium.org'],
975 }, 974 },
976 } 975 }
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