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