OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |