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

Side by Side Diff: WATCHLISTS

Issue 12615011: Update WATCHLIST with new Instant names (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 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 241 matching lines...) Expand 10 before | Expand all | Expand 10 after
252 }, 252 },
253 'importer': { 253 'importer': {
254 'filepath': 'import', 254 'filepath': 'import',
255 }, 255 },
256 'installer': { 256 'installer': {
257 'filepath': 'chrome/installer/', 257 'filepath': 'chrome/installer/',
258 }, 258 },
259 'instant': { 259 'instant': {
260 'filepath': 'instant|searchbox|'\ 260 'filepath': 'instant|searchbox|'\
261 'chrome/browser/search/|'\ 261 'chrome/browser/search/|'\
262 'chrome/browser/ui/search|'\ 262 'chrome/browser/ui/search/|'\
263 'chrome/common/search_types.*', 263 'chrome/common/search_types.*',
264 }, 264 },
265 'ipc': { 265 'ipc': {
266 'filepath': 'ipc/ipc', 266 'filepath': 'ipc/ipc',
267 }, 267 },
268 'layout_tests': { 268 'layout_tests': {
269 'filepath': 'webkit/(tools|data)/(layout_tests|test_shell)/', 269 'filepath': 'webkit/(tools|data)/(layout_tests|test_shell)/',
270 }, 270 },
271 'linux_fonts': { 271 'linux_fonts': {
272 'filepath': 'ui/gfx/font_render_params_.*|'\ 272 'filepath': 'ui/gfx/font_render_params_.*|'\
(...skipping 417 matching lines...) Expand 10 before | Expand all | Expand 10 after
690 'views': ['tfarina@chromium.org'], 690 'views': ['tfarina@chromium.org'],
691 'views_core': ['ben+watch@chromium.org'], 691 'views_core': ['ben+watch@chromium.org'],
692 'website_settings': ['markusheintz@chromium.org'], 692 'website_settings': ['markusheintz@chromium.org'],
693 'webkit': ['darin-cc@chromium.org'], 693 'webkit': ['darin-cc@chromium.org'],
694 'worker': ['jam@chromium.org'], 694 'worker': ['jam@chromium.org'],
695 'x11': ['derat+watch@chromium.org', 695 'x11': ['derat+watch@chromium.org',
696 'sadrul@chromium.org', 696 'sadrul@chromium.org',
697 'yusukes+watch@chromium.org'], 697 'yusukes+watch@chromium.org'],
698 }, 698 },
699 } 699 }
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