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

Side by Side Diff: WATCHLISTS

Issue 11746027: Initial DEPS setup to make VisitedLink into Browser Component (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Incorporated Joi comment Created 7 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
« no previous file with comments | « no previous file | chrome/browser/visitedlink/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 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
75 'filepath': 'chrome/browser/', 75 'filepath': 'chrome/browser/',
76 }, 76 },
77 'browser_chromeos': { 77 'browser_chromeos': {
78 'filepath': 'chrome/browser/chromeos/', 78 'filepath': 'chrome/browser/chromeos/',
79 }, 79 },
80 'browser_components': { 80 'browser_components': {
81 'filepath': 'chrome/browser/autofill/' \ 81 'filepath': 'chrome/browser/autofill/' \
82 '|chrome/browser/bookmarks/' \ 82 '|chrome/browser/bookmarks/' \
83 '|chrome/browser/common/' \ 83 '|chrome/browser/common/' \
84 '|chrome/browser/favicon/' \ 84 '|chrome/browser/favicon/' \
85 '|chrome/browser/history/' 85 '|chrome/browser/history/' \
86 '|chrome/browser/visitedlink/'
86 }, 87 },
87 'browser_compositor': { 88 'browser_compositor': {
88 'filepath': 'ui/compositor/' 89 'filepath': 'ui/compositor/'
89 }, 90 },
90 'browser_resources': { 91 'browser_resources': {
91 'filepath': 'chrome/browser/resources/', 92 'filepath': 'chrome/browser/resources/',
92 }, 93 },
93 'browsing_data': { 94 'browsing_data': {
94 'filepath': 'chrome/browser/browsing_data/', 95 'filepath': 'chrome/browser/browsing_data/',
95 }, 96 },
(...skipping 569 matching lines...) Expand 10 before | Expand all | Expand 10 after
665 'groby+watch@chromium.org', 666 'groby+watch@chromium.org',
666 'rouslan+watch@chromium.org'], 667 'rouslan+watch@chromium.org'],
667 'website_settings': ['markusheintz@chromium.org'], 668 'website_settings': ['markusheintz@chromium.org'],
668 'webkit': ['darin-cc@chromium.org'], 669 'webkit': ['darin-cc@chromium.org'],
669 'worker': ['jam@chromium.org'], 670 'worker': ['jam@chromium.org'],
670 'x11': ['derat+watch@chromium.org', 671 'x11': ['derat+watch@chromium.org',
671 'sadrul@chromium.org', 672 'sadrul@chromium.org',
672 'yusukes+watch@chromium.org'], 673 'yusukes+watch@chromium.org'],
673 }, 674 },
674 } 675 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/visitedlink/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698