| 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 549 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 560 'filepath': 'midi', | 560 'filepath': 'midi', |
| 561 }, | 561 }, |
| 562 'mojo': { | 562 'mojo': { |
| 563 'filepath': 'mojo', | 563 'filepath': 'mojo', |
| 564 }, | 564 }, |
| 565 'mouse_lock': { | 565 'mouse_lock': { |
| 566 'filepath': 'mouse_lock', | 566 'filepath': 'mouse_lock', |
| 567 }, | 567 }, |
| 568 'mus': { | 568 'mus': { |
| 569 'filepath': 'components/mus/'\ | 569 'filepath': 'components/mus/'\ |
| 570 '|mojo/gles2/'\ | |
| 571 '|mojo/gpu/', | 570 '|mojo/gpu/', |
| 572 }, | 571 }, |
| 573 'nacl': { | 572 'nacl': { |
| 574 'filepath': 'chrome/nacl/|chrome/test/nacl/|'\ | 573 'filepath': 'chrome/nacl/|chrome/test/nacl/|'\ |
| 575 'chrome/browser/nacl_host/|chrome/common/nacl|'\ | 574 'chrome/browser/nacl_host/|chrome/common/nacl|'\ |
| 576 'native_client_sdk/src/doc/', | 575 'native_client_sdk/src/doc/', |
| 577 }, | 576 }, |
| 578 'native_client_sdk': { | 577 'native_client_sdk': { |
| 579 'filepath': '^native_client_sdk/', | 578 'filepath': '^native_client_sdk/', |
| 580 }, | 579 }, |
| (...skipping 1267 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1848 'falken@chromium.org' ], | 1847 'falken@chromium.org' ], |
| 1849 'blink_wtf': [ 'mikhail.pozdnyakov@intel.com', | 1848 'blink_wtf': [ 'mikhail.pozdnyakov@intel.com', |
| 1850 'blink-reviews-wtf@chromium.org' ], | 1849 'blink-reviews-wtf@chromium.org' ], |
| 1851 'blink_xmlhttprequest': [ 'tyoshino+watch@chromium.org' ], | 1850 'blink_xmlhttprequest': [ 'tyoshino+watch@chromium.org' ], |
| 1852 'test_runner': [ 'jochen+watch@chromium.org', | 1851 'test_runner': [ 'jochen+watch@chromium.org', |
| 1853 'mlamouri+watch-test-runner@chromium.org' ], | 1852 'mlamouri+watch-test-runner@chromium.org' ], |
| 1854 'clank_uma_settings': ['gayane+watch@chromium.org'], | 1853 'clank_uma_settings': ['gayane+watch@chromium.org'], |
| 1855 'xml': [ 'dominicc+watchlist@chromium.org' ], | 1854 'xml': [ 'dominicc+watchlist@chromium.org' ], |
| 1856 }, | 1855 }, |
| 1857 } | 1856 } |
| OLD | NEW |