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

Side by Side Diff: WATCHLISTS

Issue 1126263002: Update accessibility watchlists (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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 822 matching lines...) Expand 10 before | Expand all | Expand 10 after
833 }, 833 },
834 }, 834 },
835 835
836 'WATCHLISTS': { 836 'WATCHLISTS': {
837 'accelerator_table': ['mazda+watch@chromium.org', 837 'accelerator_table': ['mazda+watch@chromium.org',
838 'derat+watch@chromium.org', 838 'derat+watch@chromium.org',
839 'yusukes+watch@chromium.org'], 839 'yusukes+watch@chromium.org'],
840 'accessibility': ['aboxhall+watch@chromium.org', 840 'accessibility': ['aboxhall+watch@chromium.org',
841 'dmazzoni+watch@chromium.org', 841 'dmazzoni+watch@chromium.org',
842 'dtseng+watch@chromium.org', 842 'dtseng+watch@chromium.org',
843 'je_julie.kim@samsung.com', 843 'je_julie.kim@chromium.org',
844 'nektar+watch@chromium.org', 844 'nektar+watch@chromium.org',
845 'plundblad+watch@chromium.org', 845 'plundblad+watch@chromium.org',
846 'yuzo+watch@chromium.org'], 846 'yuzo+watch@chromium.org'],
847 'activity_log': ['felt@chromium.org'], 847 'activity_log': ['felt@chromium.org'],
848 'android_infra': ['yfriedman+watch@chromium.org', 848 'android_infra': ['yfriedman+watch@chromium.org',
849 'klundberg+watch@chromium.org', 849 'klundberg+watch@chromium.org',
850 'jbudorick+watch@chromium.org'], 850 'jbudorick+watch@chromium.org'],
851 'android_media': ['avayvod+watch@chromium.org'], 851 'android_media': ['avayvod+watch@chromium.org'],
852 'android_tab': ['avayvod+watch@chromium.org', 'dtrainor@chromium.org'], 852 'android_tab': ['avayvod+watch@chromium.org', 'dtrainor@chromium.org'],
853 'android_webview': ['android-webview-reviews@chromium.org'], 853 'android_webview': ['android-webview-reviews@chromium.org'],
(...skipping 253 matching lines...) Expand 10 before | Expand all | Expand 10 after
1107 'posciak+watch@chromium.org'], 1107 'posciak+watch@chromium.org'],
1108 'website_settings': ['markusheintz@chromium.org'], 1108 'website_settings': ['markusheintz@chromium.org'],
1109 'windows_sandboxing': ['wfh+watch@chromium.org'], 1109 'windows_sandboxing': ['wfh+watch@chromium.org'],
1110 'worker': ['jam@chromium.org'], 1110 'worker': ['jam@chromium.org'],
1111 'x11': ['derat+watch@chromium.org', 1111 'x11': ['derat+watch@chromium.org',
1112 'sadrul@chromium.org', 1112 'sadrul@chromium.org',
1113 'yusukes+watch@chromium.org'], 1113 'yusukes+watch@chromium.org'],
1114 'zoom': ['wjmaclean@chromium.org'], 1114 'zoom': ['wjmaclean@chromium.org'],
1115 }, 1115 },
1116 } 1116 }
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