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

Side by Side Diff: WATCHLISTS

Issue 16072002: chrome/browser: Remove unnecessary entries from DEPS files. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: update comment Created 7 years, 6 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 | chrome/browser/common/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) 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 28 matching lines...) Expand all
39 'appcache': { 39 'appcache': {
40 'filepath': 'appcache/', 40 'filepath': 'appcache/',
41 }, 41 },
42 'apps': { 42 'apps': {
43 'filepath': '^apps/', 43 'filepath': '^apps/',
44 }, 44 },
45 'aura': { 45 'aura': {
46 'filepath': 'ui/aura/|'\ 46 'filepath': 'ui/aura/|'\
47 'ash/', 47 'ash/',
48 }, 48 },
49 'autofill': { 49 'autofill': { 'chrome/browser/autofill/|'\
50 'filepath': 'chrome/browser/api/webdata/|'\
51 'chrome/browser/autofill/|'\
52 'chrome/browser/resources/options/autofill_|'\ 50 'chrome/browser/resources/options/autofill_|'\
53 'chrome/browser/sync/glue/autofill_|'\ 51 'chrome/browser/sync/glue/autofill_|'\
54 'chrome/browser/ui/android/autofill/|'\ 52 'chrome/browser/ui/android/autofill/|'\
55 'chrome/browser/ui/autofill/|'\ 53 'chrome/browser/ui/autofill/|'\
56 'chrome/browser/ui/cocoa/autofill/|'\ 54 'chrome/browser/ui/cocoa/autofill/|'\
57 'chrome/browser/ui/gtk/autofill/|'\ 55 'chrome/browser/ui/gtk/autofill/|'\
58 'chrome/browser/ui/views/autofill/|'\ 56 'chrome/browser/ui/views/autofill/|'\
59 'chrome/browser/ui/webui/options/autofill_|'\ 57 'chrome/browser/ui/webui/options/autofill_|'\
60 'chrome/browser/webdata/|'\
61 'chrome/renderer/autofill/|'\ 58 'chrome/renderer/autofill/|'\
62 'chrome/test/data/autofill/|'\ 59 'chrome/test/data/autofill/|'\
63 'components/autofill/|'\ 60 'components/autofill/|'\
61 'components/autofill/browser/webdata/|'\
62 'components/webdata/|'\
64 'content/public/common/password_|'\ 63 'content/public/common/password_|'\
65 'content/public/renderer/password_|'\ 64 'content/public/renderer/password_|'\
66 'content/renderer/password_', 65 'content/renderer/password_',
67 }, 66 },
68 'automation': { 67 'automation': {
69 'filepath': 'chrome/browser/automation/|chrome/test/automation/', 68 'filepath': 'chrome/browser/automation/|chrome/test/automation/',
70 }, 69 },
71 'base': { 70 'base': {
72 'filepath': '^base/', 71 'filepath': '^base/',
73 }, 72 },
(...skipping 629 matching lines...) Expand 10 before | Expand all | Expand 10 after
703 'views': ['tfarina@chromium.org'], 702 'views': ['tfarina@chromium.org'],
704 'views_core': ['ben+watch@chromium.org'], 703 'views_core': ['ben+watch@chromium.org'],
705 'website_settings': ['markusheintz@chromium.org'], 704 'website_settings': ['markusheintz@chromium.org'],
706 'webkit': ['darin-cc@chromium.org'], 705 'webkit': ['darin-cc@chromium.org'],
707 'worker': ['jam@chromium.org'], 706 'worker': ['jam@chromium.org'],
708 'x11': ['derat+watch@chromium.org', 707 'x11': ['derat+watch@chromium.org',
709 'sadrul@chromium.org', 708 'sadrul@chromium.org',
710 'yusukes+watch@chromium.org'], 709 'yusukes+watch@chromium.org'],
711 }, 710 },
712 } 711 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/common/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698