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

Side by Side Diff: WATCHLISTS

Issue 296133003: Add gcasto to password_manager WATCHLISTS (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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 | 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 841 matching lines...) Expand 10 before | Expand all | Expand 10 after
852 'npapi_headers': ['stuartmorgan@chromium.org'], 852 'npapi_headers': ['stuartmorgan@chromium.org'],
853 'ntp': ['estade+watch@chromium.org', 'dbeam+watch-ntp@chromium.org', 853 'ntp': ['estade+watch@chromium.org', 'dbeam+watch-ntp@chromium.org',
854 'pedrosimonetti+watch@chromium.org'], 854 'pedrosimonetti+watch@chromium.org'],
855 'omnibox': ['suzhe@chromium.org'], 855 'omnibox': ['suzhe@chromium.org'],
856 'options': ['dbeam+watch-options@chromium.org'], 856 'options': ['dbeam+watch-options@chromium.org'],
857 'overview_mode': ['tdanderson+overview@chromium.org'], 857 'overview_mode': ['tdanderson+overview@chromium.org'],
858 'ozone': ['kalyan.kondapally@intel.com', 'ozone-reviews@chromium.org', 858 'ozone': ['kalyan.kondapally@intel.com', 'ozone-reviews@chromium.org',
859 'rjkroege@chromium.org'], 859 'rjkroege@chromium.org'],
860 'panels': ['dimich@chromium.org', 'jennb@chromium.org', 860 'panels': ['dimich@chromium.org', 'jennb@chromium.org',
861 'dcheng@chromium.org', 'jianli@chromium.org'], 861 'dcheng@chromium.org', 'jianli@chromium.org'],
862 'password_manager': ['mkwst+watchlist@chromium.org'], 862 'password_manager': ['mkwst+watchlist@chromium.org',
863 'gcasto+watchlist@chromium.org'],
863 'pepper_api': ['piman+watch@chromium.org', 'ihf+watch@chromium.org', 864 'pepper_api': ['piman+watch@chromium.org', 'ihf+watch@chromium.org',
864 'yusukes+watch@chromium.org', 'raymes+watch@chromium.org', 865 'yusukes+watch@chromium.org', 'raymes+watch@chromium.org',
865 'noelallen@chromium.org', 'binji+watch@chromium.org', 866 'noelallen@chromium.org', 'binji+watch@chromium.org',
866 'nfullagar@chromium.org', 'teravest+watch@chromium.org', 867 'nfullagar@chromium.org', 'teravest+watch@chromium.org',
867 'tzik@chromium.org'], 868 'tzik@chromium.org'],
868 'plugin': ['jam@chromium.org', 869 'plugin': ['jam@chromium.org',
869 'stuartmorgan+watch@chromium.org'], 870 'stuartmorgan+watch@chromium.org'],
870 'policy_templates': ['joaodasilva+watch@chromium.org'], 871 'policy_templates': ['joaodasilva+watch@chromium.org'],
871 'predictors': ['dominich+watch@chromium.org', 'shishir+watch@chromium.org'], 872 'predictors': ['dominich+watch@chromium.org', 'shishir+watch@chromium.org'],
872 'prerender': ['cbentzel+watch@chromium.org', 'tburkard+watch@chromium.org', 873 'prerender': ['cbentzel+watch@chromium.org', 'tburkard+watch@chromium.org',
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
932 'webrtc_media': ['fischman+watch@chromium.org', 933 'webrtc_media': ['fischman+watch@chromium.org',
933 'wjia+watch@chromium.org', 934 'wjia+watch@chromium.org',
934 'mcasas+watch@chromium.org'], 935 'mcasas+watch@chromium.org'],
935 'website_settings': ['markusheintz@chromium.org'], 936 'website_settings': ['markusheintz@chromium.org'],
936 'worker': ['jam@chromium.org'], 937 'worker': ['jam@chromium.org'],
937 'x11': ['derat+watch@chromium.org', 938 'x11': ['derat+watch@chromium.org',
938 'sadrul@chromium.org', 939 'sadrul@chromium.org',
939 'yusukes+watch@chromium.org'], 940 'yusukes+watch@chromium.org'],
940 }, 941 },
941 } 942 }
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