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

Side by Side Diff: WATCHLISTS

Issue 905653002: Add michaelpg to new polymer watchlist (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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 536 matching lines...) Expand 10 before | Expand all | Expand 10 after
547 '|components/password_'\ 547 '|components/password_'\
548 }, 548 },
549 'pepper_api': { 549 'pepper_api': {
550 'filepath': 'ppapi/api'\ 550 'filepath': 'ppapi/api'\
551 '|ppapi/c', 551 '|ppapi/c',
552 }, 552 },
553 'plugin': { 553 'plugin': {
554 'filepath': 'chrome/browser/plugin|chrome/plugin/|'\ 554 'filepath': 'chrome/browser/plugin|chrome/plugin/|'\
555 'chrome/common/plugin|webkit/glue/webplugin|webkit/glue/plugins/', 555 'chrome/common/plugin|webkit/glue/webplugin|webkit/glue/plugins/',
556 }, 556 },
557 'polymer': {
558 'filepath': 'third_party/polymer/|'\
559 'ui/webui/resources/polymer_resources.grdp',
560 },
557 'predictors': { 561 'predictors': {
558 'filepath': 'predictors', 562 'filepath': 'predictors',
559 }, 563 },
560 'prepopulated_engines': { 564 'prepopulated_engines': {
561 'filepath': 'components/search_engines/prepopulated_engines.json', 565 'filepath': 'components/search_engines/prepopulated_engines.json',
562 }, 566 },
563 'prerender': { 567 'prerender': {
564 'filepath': 'prerender' 568 'filepath': 'prerender'
565 }, 569 },
566 'pyauto': { 570 'pyauto': {
(...skipping 398 matching lines...) Expand 10 before | Expand all | Expand 10 after
965 'panels': ['dimich@chromium.org', 'jennb@chromium.org', 969 'panels': ['dimich@chromium.org', 'jennb@chromium.org',
966 'dcheng@chromium.org', 'jianli@chromium.org'], 970 'dcheng@chromium.org', 'jianli@chromium.org'],
967 'password_manager': ['mkwst+watchlist-passwords@chromium.org', 971 'password_manager': ['mkwst+watchlist-passwords@chromium.org',
968 'gcasto+watchlist@chromium.org'], 972 'gcasto+watchlist@chromium.org'],
969 'pepper_api': ['bradnelson+warch@chromium.org', 973 'pepper_api': ['bradnelson+warch@chromium.org',
970 'piman+watch@chromium.org', 'ihf+watch@chromium.org', 974 'piman+watch@chromium.org', 'ihf+watch@chromium.org',
971 'yusukes+watch@chromium.org', 'raymes+watch@chromium.org', 975 'yusukes+watch@chromium.org', 'raymes+watch@chromium.org',
972 'binji+watch@chromium.org', 'teravest+watch@chromium.org', 976 'binji+watch@chromium.org', 'teravest+watch@chromium.org',
973 'tzik@chromium.org'], 977 'tzik@chromium.org'],
974 'plugin': ['jam@chromium.org'], 978 'plugin': ['jam@chromium.org'],
979 'polymer': ['michaelpg+watch-polymer@chromium.org'],
975 'predictors': ['shishir+watch@chromium.org'], 980 'predictors': ['shishir+watch@chromium.org'],
976 'prepopulated_engines': ['vasilii+watch@chromium.org'], 981 'prepopulated_engines': ['vasilii+watch@chromium.org'],
977 'prerender': ['cbentzel+watch@chromium.org', 'tburkard+watch@chromium.org', 982 'prerender': ['cbentzel+watch@chromium.org', 'tburkard+watch@chromium.org',
978 'jkarlin+watch@chromium.org', 'gavinp+prer@chromium.org', 983 'jkarlin+watch@chromium.org', 'gavinp+prer@chromium.org',
979 'davidben+watch@chromium.org'], 984 'davidben+watch@chromium.org'],
980 'pyauto': ['anantha@chromium.org', 985 'pyauto': ['anantha@chromium.org',
981 'dyu@chromium.org', 986 'dyu@chromium.org',
982 'dennisjeffrey@chromium.org'], 987 'dennisjeffrey@chromium.org'],
983 'remoting': ['chromoting-reviews@chromium.org'], 988 'remoting': ['chromoting-reviews@chromium.org'],
984 'rlz_id': ['gab+watch@chromium.org', 989 'rlz_id': ['gab+watch@chromium.org',
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
1044 'mcasas+watch@chromium.org', 1049 'mcasas+watch@chromium.org',
1045 'posciak+watch@chromium.org'], 1050 'posciak+watch@chromium.org'],
1046 'website_settings': ['markusheintz@chromium.org'], 1051 'website_settings': ['markusheintz@chromium.org'],
1047 'windows_sandboxing': ['wfh+watch@chromium.org'], 1052 'windows_sandboxing': ['wfh+watch@chromium.org'],
1048 'worker': ['jam@chromium.org'], 1053 'worker': ['jam@chromium.org'],
1049 'x11': ['derat+watch@chromium.org', 1054 'x11': ['derat+watch@chromium.org',
1050 'sadrul@chromium.org', 1055 'sadrul@chromium.org',
1051 'yusukes+watch@chromium.org'], 1056 'yusukes+watch@chromium.org'],
1052 }, 1057 },
1053 } 1058 }
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