| 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 567 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 578 'midi': { | 578 'midi': { |
| 579 'filepath': 'midi', | 579 'filepath': 'midi', |
| 580 }, | 580 }, |
| 581 'mojo': { | 581 'mojo': { |
| 582 'filepath': 'mojo', | 582 'filepath': 'mojo', |
| 583 }, | 583 }, |
| 584 'mouse_lock': { | 584 'mouse_lock': { |
| 585 'filepath': 'mouse_lock', | 585 'filepath': 'mouse_lock', |
| 586 }, | 586 }, |
| 587 'mus': { | 587 'mus': { |
| 588 'filepath': 'components/mus/'\ | 588 'filepath': 'services/ui/'\ |
| 589 '|mojo/gpu/', | 589 '|mojo/gpu/', |
| 590 }, | 590 }, |
| 591 'nacl': { | 591 'nacl': { |
| 592 'filepath': 'chrome/nacl/|chrome/test/nacl/|'\ | 592 'filepath': 'chrome/nacl/|chrome/test/nacl/|'\ |
| 593 'chrome/browser/nacl_host/|chrome/common/nacl|'\ | 593 'chrome/browser/nacl_host/|chrome/common/nacl|'\ |
| 594 'native_client_sdk/src/doc/', | 594 'native_client_sdk/src/doc/', |
| 595 }, | 595 }, |
| 596 'native_client_sdk': { | 596 'native_client_sdk': { |
| 597 'filepath': '^native_client_sdk/', | 597 'filepath': '^native_client_sdk/', |
| 598 }, | 598 }, |
| (...skipping 1267 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1866 'falken@chromium.org' ], | 1866 'falken@chromium.org' ], |
| 1867 'blink_wtf': [ 'mikhail.pozdnyakov@intel.com', | 1867 'blink_wtf': [ 'mikhail.pozdnyakov@intel.com', |
| 1868 'blink-reviews-wtf@chromium.org' ], | 1868 'blink-reviews-wtf@chromium.org' ], |
| 1869 'blink_xmlhttprequest': [ 'tyoshino+watch@chromium.org' ], | 1869 'blink_xmlhttprequest': [ 'tyoshino+watch@chromium.org' ], |
| 1870 'test_runner': [ 'jochen+watch@chromium.org', | 1870 'test_runner': [ 'jochen+watch@chromium.org', |
| 1871 'mlamouri+watch-test-runner@chromium.org' ], | 1871 'mlamouri+watch-test-runner@chromium.org' ], |
| 1872 'clank_uma_settings': ['gayane+watch@chromium.org'], | 1872 'clank_uma_settings': ['gayane+watch@chromium.org'], |
| 1873 'xml': [ 'dominicc+watchlist@chromium.org' ], | 1873 'xml': [ 'dominicc+watchlist@chromium.org' ], |
| 1874 }, | 1874 }, |
| 1875 } | 1875 } |
| OLD | NEW |