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 228 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
239 'chromeos_power': { | 239 'chromeos_power': { |
240 'filepath': 'ash/system/chromeos/power/|'\ | 240 'filepath': 'ash/system/chromeos/power/|'\ |
241 'chromeos/dbus/power_.*|'\ | 241 'chromeos/dbus/power_.*|'\ |
242 'chrome/browser/chromeos/power/', | 242 'chrome/browser/chromeos/power/', |
243 }, | 243 }, |
244 'chromeos_webui': { | 244 'chromeos_webui': { |
245 'filepath': 'chrome/browser/ui/webui/chromeos/|'\ | 245 'filepath': 'chrome/browser/ui/webui/chromeos/|'\ |
246 'chrome/browser/resources/chromeos/', | 246 'chrome/browser/resources/chromeos/', |
247 }, | 247 }, |
248 'clang_update': { | 248 'clang_update': { |
249 'filepath': 'tools/clang/scripts/update.sh' | 249 'filepath': 'tools/clang/scripts/update.py' |
250 }, | 250 }, |
251 'clipboard': { | 251 'clipboard': { |
252 'filepath': 'clipboard|dnd|drag|drop', | 252 'filepath': 'clipboard|dnd|drag|drop', |
253 }, | 253 }, |
254 'closure': { | 254 'closure': { |
255 'filepath': 'third_party/closure_(compiler|linter)/|' | 255 'filepath': 'third_party/closure_(compiler|linter)/|' |
256 'compiled_resources.gyp', | 256 'compiled_resources.gyp', |
257 }, | 257 }, |
258 'components_deps': { | 258 'components_deps': { |
259 'filepath': 'components/([^/]*/)*DEPS', | 259 'filepath': 'components/([^/]*/)*DEPS', |
(...skipping 1438 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1698 'kinuko+worker@chromium.org', | 1698 'kinuko+worker@chromium.org', |
1699 'horo+watch@chromium.org', | 1699 'horo+watch@chromium.org', |
1700 'falken@chromium.org' ], | 1700 'falken@chromium.org' ], |
1701 'blink_wtf': [ 'mikhail.pozdnyakov@intel.com', | 1701 'blink_wtf': [ 'mikhail.pozdnyakov@intel.com', |
1702 'blink-reviews-wtf@chromium.org' ], | 1702 'blink-reviews-wtf@chromium.org' ], |
1703 'blink_xmlhttprequest': [ 'tyoshino+watch@chromium.org' ], | 1703 'blink_xmlhttprequest': [ 'tyoshino+watch@chromium.org' ], |
1704 'test_runner': [ 'jochen+watch@chromium.org', | 1704 'test_runner': [ 'jochen+watch@chromium.org', |
1705 'mlamouri+watch-test-runner@chromium.org' ], | 1705 'mlamouri+watch-test-runner@chromium.org' ], |
1706 }, | 1706 }, |
1707 } | 1707 } |
OLD | NEW |