| 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 799 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 810 }, | 810 }, |
| 811 'sync': { | 811 'sync': { |
| 812 'filepath': '^chrome/android/sync_shell/'\ | 812 'filepath': '^chrome/android/sync_shell/'\ |
| 813 '|^chrome/browser/ui/sync/'\ | 813 '|^chrome/browser/ui/sync/'\ |
| 814 '|^chrome/browser/ui/views/sync/'\ | 814 '|^chrome/browser/ui/views/sync/'\ |
| 815 '|^chrome/test/android/javatests/src/org/chromium/chrome/test/
util/browser/sync/'\ | 815 '|^chrome/test/android/javatests/src/org/chromium/chrome/test/
util/browser/sync/'\ |
| 816 '|^ios/chrome/browser/sync/'\ | 816 '|^ios/chrome/browser/sync/'\ |
| 817 '|^chrome/android/java/src/org/chromium/chrome/browser/sync/'\ | 817 '|^chrome/android/java/src/org/chromium/chrome/browser/sync/'\ |
| 818 '|^chrome/browser/sync/'\ | 818 '|^chrome/browser/sync/'\ |
| 819 '|^components/browser_sync/'\ | 819 '|^components/browser_sync/'\ |
| 820 '|^components/sync/'\ |
| 820 '|^components/sync_bookmarks/'\ | 821 '|^components/sync_bookmarks/'\ |
| 821 '|^components/sync_driver/'\ | 822 '|^components/sync_driver/'\ |
| 822 '|^components/sync_sessions/'\ | 823 '|^components/sync_sessions/', |
| 823 '|^sync/', | |
| 824 }, | 824 }, |
| 825 'syncfs': { | 825 'syncfs': { |
| 826 'filepath': 'sync_file_system', | 826 'filepath': 'sync_file_system', |
| 827 }, | 827 }, |
| 828 'sync_proto': { | 828 'sync_proto': { |
| 829 'filepath': 'sync/protocol/', | 829 'filepath': 'sync/protocol/', |
| 830 }, | 830 }, |
| 831 'tab_capture': { | 831 'tab_capture': { |
| 832 'filepath': 'cc/output/copy_output_request'\ | 832 'filepath': 'cc/output/copy_output_request'\ |
| 833 '|chrome/browser/extensions/api/tab_capture/'\ | 833 '|chrome/browser/extensions/api/tab_capture/'\ |
| (...skipping 1047 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1881 'falken@chromium.org' ], | 1881 'falken@chromium.org' ], |
| 1882 'blink_wtf': [ 'mikhail.pozdnyakov@intel.com', | 1882 'blink_wtf': [ 'mikhail.pozdnyakov@intel.com', |
| 1883 'blink-reviews-wtf@chromium.org' ], | 1883 'blink-reviews-wtf@chromium.org' ], |
| 1884 'blink_xmlhttprequest': [ 'tyoshino+watch@chromium.org' ], | 1884 'blink_xmlhttprequest': [ 'tyoshino+watch@chromium.org' ], |
| 1885 'test_runner': [ 'jochen+watch@chromium.org', | 1885 'test_runner': [ 'jochen+watch@chromium.org', |
| 1886 'mlamouri+watch-test-runner@chromium.org' ], | 1886 'mlamouri+watch-test-runner@chromium.org' ], |
| 1887 'clank_uma_settings': ['gayane+watch@chromium.org'], | 1887 'clank_uma_settings': ['gayane+watch@chromium.org'], |
| 1888 'xml': [ 'dominicc+watchlist@chromium.org' ], | 1888 'xml': [ 'dominicc+watchlist@chromium.org' ], |
| 1889 }, | 1889 }, |
| 1890 } | 1890 } |
| OLD | NEW |