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

Side by Side Diff: WATCHLISTS

Issue 9559015: WATCHLIST: Remove non-existent folder from ntp watchlist. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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 8
9 { 9 {
10 'WATCHLIST_DEFINITIONS': { 10 'WATCHLIST_DEFINITIONS': {
(...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after
171 }, 171 },
172 'remoting': { 172 'remoting': {
173 'filepath': 'remoting/.*', 173 'filepath': 'remoting/.*',
174 }, 174 },
175 'domui_options': { 175 'domui_options': {
176 'filepath': 'chrome/browser/resources/options/.*|'\ 176 'filepath': 'chrome/browser/resources/options/.*|'\
177 'chrome/browser/resources/options.html|'\ 177 'chrome/browser/resources/options.html|'\
178 'chrome/browser/ui/webui/options/.*', 178 'chrome/browser/ui/webui/options/.*',
179 }, 179 },
180 'ntp': { 180 'ntp': {
181 'filepath': 'chrome/browser/resources/ntp/.*|'\ 181 'filepath': 'chrome/browser/resources/ntp4/.*|'\
182 'chrome/browser/resources/ntp4/.*|'\
183 'chrome/browser/resources/touch_ntp/.*|'\ 182 'chrome/browser/resources/touch_ntp/.*|'\
184 'chrome/browser/resources/touch_ntp/.*|'\ 183 'chrome/browser/resources/touch_ntp/.*|'\
185 'chrome/browser/ui/webui/ntp/.*', 184 'chrome/browser/ui/webui/ntp/.*',
186 }, 185 },
187 'cookie_monster': { 186 'cookie_monster': {
188 'filepath': 'net/base/cookie_.*|'\ 187 'filepath': 'net/base/cookie_.*|'\
189 'chrome/browser/net/sqlite_persistent_cookie_store.*', 188 'chrome/browser/net/sqlite_persistent_cookie_store.*',
190 }, 189 },
191 'autofill': { 190 'autofill': {
192 'filepath': 'chrome/browser/autofill/.*|'\ 191 'filepath': 'chrome/browser/autofill/.*|'\
(...skipping 255 matching lines...) Expand 10 before | Expand all | Expand 10 after
448 'yusukes+watch@chromium.org'], 447 'yusukes+watch@chromium.org'],
449 'textinput_chromeos': ['yusukes+watch@chromium.org'], 448 'textinput_chromeos': ['yusukes+watch@chromium.org'],
450 'omnibox': ['suzhe@chromium.org'], 449 'omnibox': ['suzhe@chromium.org'],
451 'message_loop': ['sadrul@chromium.org'], 450 'message_loop': ['sadrul@chromium.org'],
452 'clipboard': ['dcheng@chromium.org'], 451 'clipboard': ['dcheng@chromium.org'],
453 'metrics': ['jar@chromium.org', 452 'metrics': ['jar@chromium.org',
454 'isherman@chromium.org', 453 'isherman@chromium.org',
455 'mad@chromium.org'], 454 'mad@chromium.org'],
456 }, 455 },
457 } 456 }
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