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

Side by Side Diff: WATCHLISTS

Issue 8680040: Group forms-related files in webkit/glue in a forms/ subdirectory. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase + another build fix Created 9 years 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 | chrome/browser/DEPS » ('j') | 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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 177 matching lines...) Expand 10 before | Expand all | Expand 10 after
188 'autofill': { 188 'autofill': {
189 'filepath': 'chrome/browser/autofill/.*|'\ 189 'filepath': 'chrome/browser/autofill/.*|'\
190 'chrome/browser/resources/options/autofill_.*|'\ 190 'chrome/browser/resources/options/autofill_.*|'\
191 'chrome/browser/sync/glue/autofill_.*|'\ 191 'chrome/browser/sync/glue/autofill_.*|'\
192 'chrome/browser/ui/webui/options/autofill_.*|'\ 192 'chrome/browser/ui/webui/options/autofill_.*|'\
193 'chrome/renderer/autofill/.*|'\ 193 'chrome/renderer/autofill/.*|'\
194 'chrome/test/data/autofill/.*|'\ 194 'chrome/test/data/autofill/.*|'\
195 'chrome/test/data/autofill/heuristics/input/.*|'\ 195 'chrome/test/data/autofill/heuristics/input/.*|'\
196 'chrome/test/data/autofill/heuristics/output/.*|'\ 196 'chrome/test/data/autofill/heuristics/output/.*|'\
197 'chrome/test/data/autofill/merge/input/.*|'\ 197 'chrome/test/data/autofill/merge/input/.*|'\
198 'chrome/test/data/autofill/merge/output/.*', 198 'chrome/test/data/autofill/merge/output/.*|'\
199 'webkit/forms/.*',
199 }, 200 },
200 'webdata': { 201 'webdata': {
201 'filepath': 'chrome/browser/webdata/.*', 202 'filepath': 'chrome/browser/webdata/.*',
202 }, 203 },
203 'i18n': { 204 'i18n': {
204 'filepath': 'base/i18n/.*|base/*string.*|.*l10n.*|.*icu.*|'\ 205 'filepath': 'base/i18n/.*|base/*string.*|.*l10n.*|.*icu.*|'\
205 '.*locale_settings.*|.*encoding.*', 206 '.*locale_settings.*|.*encoding.*',
206 }, 207 },
207 'pyauto': { 208 'pyauto': {
208 'filepath': 'chrome/test/pyautolib' \ 209 'filepath': 'chrome/test/pyautolib' \
(...skipping 223 matching lines...) Expand 10 before | Expand all | Expand 10 after
432 'browser_gl': ['dhollowa+watch@chromium.org'], 433 'browser_gl': ['dhollowa+watch@chromium.org'],
433 'textinput': ['penghuang+watch@chromium.org', 434 'textinput': ['penghuang+watch@chromium.org',
434 'suzhe@chromium.org', 435 'suzhe@chromium.org',
435 'yusukes+watch@chromium.org'], 436 'yusukes+watch@chromium.org'],
436 'textinput_chromeos': ['yusukes+watch@chromium.org'], 437 'textinput_chromeos': ['yusukes+watch@chromium.org'],
437 'omnibox': ['suzhe@chromium.org'], 438 'omnibox': ['suzhe@chromium.org'],
438 'message_loop': ['sadrul@chromium.org'], 439 'message_loop': ['sadrul@chromium.org'],
439 'clipboard': ['dcheng@chromium.org'], 440 'clipboard': ['dcheng@chromium.org'],
440 }, 441 },
441 } 442 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698