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

Side by Side Diff: WATCHLISTS

Issue 6265016: Add pepper_api watchlist, add self (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 11 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) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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 8
9 { 9 {
10 'WATCHLIST_DEFINITIONS': { 10 'WATCHLIST_DEFINITIONS': {
(...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after
163 '|chrome/test/functional' \ 163 '|chrome/test/functional' \
164 '|chrome/browser/automation/automation_provider_json' 164 '|chrome/browser/automation/automation_provider_json'
165 }, 165 },
166 'labs': { 166 'labs': {
167 'filepath': 'chrome/browser/labs' \ 167 'filepath': 'chrome/browser/labs' \
168 '|chrome/browser/dom_ui/labs' 168 '|chrome/browser/dom_ui/labs'
169 }, 169 },
170 'file_system': { 170 'file_system': {
171 'filepath': 'file_system/.*', 171 'filepath': 'file_system/.*',
172 }, 172 },
173 'pepper_api': {
174 'filepath': 'ppapi/c/.*',
175 },
173 }, 176 },
174 177
175 'WATCHLISTS': { 178 'WATCHLISTS': {
176 'this_file': ['nirnimesh@chromium.org'], 179 'this_file': ['nirnimesh@chromium.org'],
177 'valgrind': ['timurrrr@chromium.org', 180 'valgrind': ['timurrrr@chromium.org',
178 'stuartmorgan+watch@chromium.org', 181 'stuartmorgan+watch@chromium.org',
179 'glider@chromium.org'], 182 'glider@chromium.org'],
180 'mac': ['pam+watch@chromium.org'], 183 'mac': ['pam+watch@chromium.org'],
181 'base': ['brettw-cc@chromium.org'], 184 'base': ['brettw-cc@chromium.org'],
182 'browser_main': ['brettw-cc@chromium.org'], 185 'browser_main': ['brettw-cc@chromium.org'],
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
222 'garykac@chromium.org'], 225 'garykac@chromium.org'],
223 'cookie_monster': ['rdsmith@chromium.org'], 226 'cookie_monster': ['rdsmith@chromium.org'],
224 'autofill': ['dhollowa@chromium.org', 'jhawkins@chromium.org', 227 'autofill': ['dhollowa@chromium.org', 'jhawkins@chromium.org',
225 'isherman@chromium.org'], 228 'isherman@chromium.org'],
226 'webdata': ['dhollowa@chromium.org'], 229 'webdata': ['dhollowa@chromium.org'],
227 'i18n': ['jshin+watch@chromium.org'], 230 'i18n': ['jshin+watch@chromium.org'],
228 'pyauto': ['anantha@chromium.org', 'jrg@chromium.org', 231 'pyauto': ['anantha@chromium.org', 'jrg@chromium.org',
229 'nirnimesh@chromium.org', 'dyu@chromium.org'], 232 'nirnimesh@chromium.org', 'dyu@chromium.org'],
230 'labs': ['thakis@chromium.org'], 233 'labs': ['thakis@chromium.org'],
231 'file_system': ['kinuko@chromium.org'], 234 'file_system': ['kinuko@chromium.org'],
235 'pepper_api': ['piman+watch@chromium.org'],
232 }, 236 },
233 } 237 }
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