| 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 801 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 812 }, | 812 }, |
| 813 'sync': { | 813 'sync': { |
| 814 'filepath': '^chrome/android/sync_shell/'\ | 814 'filepath': '^chrome/android/sync_shell/'\ |
| 815 '|^chrome/browser/ui/sync/'\ | 815 '|^chrome/browser/ui/sync/'\ |
| 816 '|^chrome/browser/ui/views/sync/'\ | 816 '|^chrome/browser/ui/views/sync/'\ |
| 817 '|^chrome/test/android/javatests/src/org/chromium/chrome/test/
util/browser/sync/'\ | 817 '|^chrome/test/android/javatests/src/org/chromium/chrome/test/
util/browser/sync/'\ |
| 818 '|^ios/chrome/browser/sync/'\ | 818 '|^ios/chrome/browser/sync/'\ |
| 819 '|^chrome/android/java/src/org/chromium/chrome/browser/sync/'\ | 819 '|^chrome/android/java/src/org/chromium/chrome/browser/sync/'\ |
| 820 '|^chrome/browser/sync/'\ | 820 '|^chrome/browser/sync/'\ |
| 821 '|^components/browser_sync/'\ | 821 '|^components/browser_sync/'\ |
| 822 '|^components/sync/'\ |
| 822 '|^components/sync_bookmarks/'\ | 823 '|^components/sync_bookmarks/'\ |
| 823 '|^components/sync_driver/'\ | 824 '|^components/sync_driver/'\ |
| 824 '|^components/sync_sessions/'\ | 825 '|^components/sync_sessions/', |
| 825 '|^sync/', | |
| 826 }, | 826 }, |
| 827 'syncfs': { | 827 'syncfs': { |
| 828 'filepath': 'sync_file_system', | 828 'filepath': 'sync_file_system', |
| 829 }, | 829 }, |
| 830 'sync_proto': { | 830 'sync_proto': { |
| 831 'filepath': 'sync/protocol/', | 831 'filepath': 'sync/protocol/', |
| 832 }, | 832 }, |
| 833 'tab_capture': { | 833 'tab_capture': { |
| 834 'filepath': 'cc/output/copy_output_request'\ | 834 'filepath': 'cc/output/copy_output_request'\ |
| 835 '|chrome/browser/extensions/api/tab_capture/'\ | 835 '|chrome/browser/extensions/api/tab_capture/'\ |
| (...skipping 1090 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1926 'raymes+watch@chromium.org'], | 1926 'raymes+watch@chromium.org'], |
| 1927 'windows_sandboxing': ['pennymac+watch@chromium.org', | 1927 'windows_sandboxing': ['pennymac+watch@chromium.org', |
| 1928 'wfh+watch@chromium.org'], | 1928 'wfh+watch@chromium.org'], |
| 1929 'x11': ['derat+watch@chromium.org', | 1929 'x11': ['derat+watch@chromium.org', |
| 1930 'sadrul@chromium.org', | 1930 'sadrul@chromium.org', |
| 1931 'yusukes+watch@chromium.org'], | 1931 'yusukes+watch@chromium.org'], |
| 1932 'xml': ['dominicc+watchlist@chromium.org'], | 1932 'xml': ['dominicc+watchlist@chromium.org'], |
| 1933 'zoom': ['wjmaclean@chromium.org'], | 1933 'zoom': ['wjmaclean@chromium.org'], |
| 1934 }, | 1934 }, |
| 1935 } | 1935 } |
| OLD | NEW |