| 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 661 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 672 'filepath': 'origin_trials', | 672 'filepath': 'origin_trials', |
| 673 }, | 673 }, |
| 674 'ozone': { | 674 'ozone': { |
| 675 'filepath': 'ui/ozone/|'\ | 675 'filepath': 'ui/ozone/|'\ |
| 676 'ui/events/ozone/|'\ | 676 'ui/events/ozone/|'\ |
| 677 'ui/gfx/ozone/|'\ | 677 'ui/gfx/ozone/|'\ |
| 678 'ui/gl/gl_.*egl.*|'\ | 678 'ui/gl/gl_.*egl.*|'\ |
| 679 'ui/gl/gl_.*ozone.*' | 679 'ui/gl/gl_.*ozone.*' |
| 680 }, | 680 }, |
| 681 'page_load_metrics' : { | 681 'page_load_metrics' : { |
| 682 'filepath': 'components/page_load_metrics/' | 682 'filepath': 'chrome/browser/page_load_metrics/'\ |
| 683 '|chrome/common/page_load_metrics/'\ |
| 684 '|chrome/renderer/page_load_metrics/' |
| 683 }, | 685 }, |
| 684 'panels': { | 686 'panels': { |
| 685 'filepath': 'chrome/browser/ui/panels'\ | 687 'filepath': 'chrome/browser/ui/panels'\ |
| 686 '|chrome/browser/ui/cocoa/panels'\ | 688 '|chrome/browser/ui/cocoa/panels'\ |
| 687 '|chrome/browser/ui/views/panels' | 689 '|chrome/browser/ui/views/panels' |
| 688 }, | 690 }, |
| 689 'password_manager': { | 691 'password_manager': { |
| 690 'filepath': 'chrome/.*/password_'\ | 692 'filepath': 'chrome/.*/password_'\ |
| 691 '|chrome/browser/ui/passwords'\ | 693 '|chrome/browser/ui/passwords'\ |
| 692 '|chrome/browser/ui/views/passwords'\ | 694 '|chrome/browser/ui/views/passwords'\ |
| (...skipping 1188 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1881 'falken@chromium.org' ], | 1883 'falken@chromium.org' ], |
| 1882 'blink_wtf': [ 'mikhail.pozdnyakov@intel.com', | 1884 'blink_wtf': [ 'mikhail.pozdnyakov@intel.com', |
| 1883 'blink-reviews-wtf@chromium.org' ], | 1885 'blink-reviews-wtf@chromium.org' ], |
| 1884 'blink_xmlhttprequest': [ 'tyoshino+watch@chromium.org' ], | 1886 'blink_xmlhttprequest': [ 'tyoshino+watch@chromium.org' ], |
| 1885 'test_runner': [ 'jochen+watch@chromium.org', | 1887 'test_runner': [ 'jochen+watch@chromium.org', |
| 1886 'mlamouri+watch-test-runner@chromium.org' ], | 1888 'mlamouri+watch-test-runner@chromium.org' ], |
| 1887 'clank_uma_settings': ['gayane+watch@chromium.org'], | 1889 'clank_uma_settings': ['gayane+watch@chromium.org'], |
| 1888 'xml': [ 'dominicc+watchlist@chromium.org' ], | 1890 'xml': [ 'dominicc+watchlist@chromium.org' ], |
| 1889 }, | 1891 }, |
| 1890 } | 1892 } |
| OLD | NEW |