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

Side by Side Diff: WATCHLISTS

Issue 1315303004: Turn components/crash into a layered component. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 3 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 | « PRESUBMIT_test.py ('k') | android_webview/crash_reporter/aw_microdump_crash_reporter.cc » ('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 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
135 'filepath': 'chrome/browser/bookmarks/' \ 135 'filepath': 'chrome/browser/bookmarks/' \
136 '|chrome/browser/extensions/api/bookmark_manager_private/' \ 136 '|chrome/browser/extensions/api/bookmark_manager_private/' \
137 '|chrome/browser/extensions/api/bookmarks/' \ 137 '|chrome/browser/extensions/api/bookmarks/' \
138 '|chrome/browser/resources/bookmark_manager/' \ 138 '|chrome/browser/resources/bookmark_manager/' \
139 '|chrome/browser/ui/bookmarks/' \ 139 '|chrome/browser/ui/bookmarks/' \
140 '|chrome/browser/ui/cocoa/bookmarks/' \ 140 '|chrome/browser/ui/cocoa/bookmarks/' \
141 '|chrome/browser/ui/views/bookmarks/' \ 141 '|chrome/browser/ui/views/bookmarks/' \
142 '|components/bookmarks' 142 '|components/bookmarks'
143 }, 143 },
144 'breakpad_app': { 144 'breakpad_app': {
145 'filepath': 'components/crash/app/', 145 'filepath': 'components/crash/content/app/',
146 }, 146 },
147 'browser': { 147 'browser': {
148 'filepath': 'chrome/browser/', 148 'filepath': 'chrome/browser/',
149 }, 149 },
150 'browser_chromeos': { 150 'browser_chromeos': {
151 'filepath': 'chrome/browser/chromeos/', 151 'filepath': 'chrome/browser/chromeos/',
152 }, 152 },
153 'browser_components': { 153 'browser_components': {
154 'filepath': 'chrome/browser/autofill/' \ 154 'filepath': 'chrome/browser/autofill/' \
155 '|chrome/browser/bookmarks/' \ 155 '|chrome/browser/bookmarks/' \
(...skipping 1007 matching lines...) Expand 10 before | Expand all | Expand 10 after
1163 'tnakamura+watch@chromium.org'], 1163 'tnakamura+watch@chromium.org'],
1164 'website_settings': ['markusheintz@chromium.org', 1164 'website_settings': ['markusheintz@chromium.org',
1165 'raymes+watch@chromium.org'], 1165 'raymes+watch@chromium.org'],
1166 'windows_sandboxing': ['wfh+watch@chromium.org'], 1166 'windows_sandboxing': ['wfh+watch@chromium.org'],
1167 'x11': ['derat+watch@chromium.org', 1167 'x11': ['derat+watch@chromium.org',
1168 'sadrul@chromium.org', 1168 'sadrul@chromium.org',
1169 'yusukes+watch@chromium.org'], 1169 'yusukes+watch@chromium.org'],
1170 'zoom': ['wjmaclean@chromium.org'], 1170 'zoom': ['wjmaclean@chromium.org'],
1171 }, 1171 },
1172 } 1172 }
OLDNEW
« no previous file with comments | « PRESUBMIT_test.py ('k') | android_webview/crash_reporter/aw_microdump_crash_reporter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698