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

Side by Side Diff: WATCHLISTS

Issue 1677293002: Bye bye Mandoline (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: moar Created 4 years, 10 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 | « BUILD.gn ('k') | components/html_viewer/BUILD.gn » ('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 1193 matching lines...) Expand 10 before | Expand all | Expand 10 after
1204 'filepath': 'third_party/WebKit/Source/wtf', 1204 'filepath': 'third_party/WebKit/Source/wtf',
1205 }, 1205 },
1206 'blink_xmlhttprequest': { 1206 'blink_xmlhttprequest': {
1207 'filepath': 'third_party/WebKit/Source/core/xmlhttprequest/' 1207 'filepath': 'third_party/WebKit/Source/core/xmlhttprequest/'
1208 }, 1208 },
1209 'test_runner': { 1209 'test_runner': {
1210 'filepath': 'components/test_runner/' \ 1210 'filepath': 'components/test_runner/' \
1211 '|content/shell/(common|browser|renderer)/layout_test/' \ 1211 '|content/shell/(common|browser|renderer)/layout_test/' \
1212 '|content/test/layouttest_support.cc' \ 1212 '|content/test/layouttest_support.cc' \
1213 '|content/public/test/layouttest_support.h' \ 1213 '|content/public/test/layouttest_support.h' \
1214 '|components/html_viewer/layout_test*' \
1215 '|components/html_viewer/web_test_delegate_impl.*'
1216 }, 1214 },
1217 }, 1215 },
1218 1216
1219 'WATCHLISTS': { 1217 'WATCHLISTS': {
1220 'about_flags': ['asvitkine+watch@chromium.org'], 1218 'about_flags': ['asvitkine+watch@chromium.org'],
1221 'accelerator_table': ['derat+watch@chromium.org', 1219 'accelerator_table': ['derat+watch@chromium.org',
1222 'yusukes+watch@chromium.org'], 1220 'yusukes+watch@chromium.org'],
1223 'accessibility': ['aboxhall+watch@chromium.org', 1221 'accessibility': ['aboxhall+watch@chromium.org',
1224 'dmazzoni+watch@chromium.org', 1222 'dmazzoni+watch@chromium.org',
1225 'dtseng+watch@chromium.org', 1223 'dtseng+watch@chromium.org',
(...skipping 481 matching lines...) Expand 10 before | Expand all | Expand 10 after
1707 'kinuko+worker@chromium.org', 1705 'kinuko+worker@chromium.org',
1708 'horo+watch@chromium.org', 1706 'horo+watch@chromium.org',
1709 'falken@chromium.org' ], 1707 'falken@chromium.org' ],
1710 'blink_wtf': [ 'mikhail.pozdnyakov@intel.com', 1708 'blink_wtf': [ 'mikhail.pozdnyakov@intel.com',
1711 'blink-reviews-wtf@chromium.org' ], 1709 'blink-reviews-wtf@chromium.org' ],
1712 'blink_xmlhttprequest': [ 'tyoshino+watch@chromium.org' ], 1710 'blink_xmlhttprequest': [ 'tyoshino+watch@chromium.org' ],
1713 'test_runner': [ 'jochen+watch@chromium.org', 1711 'test_runner': [ 'jochen+watch@chromium.org',
1714 'mlamouri+watch-test-runner@chromium.org' ], 1712 'mlamouri+watch-test-runner@chromium.org' ],
1715 }, 1713 },
1716 } 1714 }
OLDNEW
« no previous file with comments | « BUILD.gn ('k') | components/html_viewer/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698