| 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 812 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 823 'filepath': '^chrome/android/sync_shell/'\ | 823 'filepath': '^chrome/android/sync_shell/'\ |
| 824 '|^chrome/browser/ui/sync/'\ | 824 '|^chrome/browser/ui/sync/'\ |
| 825 '|^chrome/browser/ui/views/sync/'\ | 825 '|^chrome/browser/ui/views/sync/'\ |
| 826 '|^chrome/test/android/javatests/src/org/chromium/chrome/test/
util/browser/sync/'\ | 826 '|^chrome/test/android/javatests/src/org/chromium/chrome/test/
util/browser/sync/'\ |
| 827 '|^ios/chrome/browser/sync/'\ | 827 '|^ios/chrome/browser/sync/'\ |
| 828 '|^chrome/android/java/src/org/chromium/chrome/browser/sync/'\ | 828 '|^chrome/android/java/src/org/chromium/chrome/browser/sync/'\ |
| 829 '|^chrome/browser/sync/'\ | 829 '|^chrome/browser/sync/'\ |
| 830 '|^components/browser_sync/'\ | 830 '|^components/browser_sync/'\ |
| 831 '|^components/sync/'\ | 831 '|^components/sync/'\ |
| 832 '|^components/sync_bookmarks/'\ | 832 '|^components/sync_bookmarks/'\ |
| 833 '|^components/sync_driver/'\ | |
| 834 '|^components/sync_sessions/', | 833 '|^components/sync_sessions/', |
| 835 }, | 834 }, |
| 836 'syncfs': { | 835 'syncfs': { |
| 837 'filepath': 'sync_file_system', | 836 'filepath': 'sync_file_system', |
| 838 }, | 837 }, |
| 839 'sync_proto': { | 838 'sync_proto': { |
| 840 'filepath': 'sync/protocol/', | 839 'filepath': 'sync/protocol/', |
| 841 }, | 840 }, |
| 842 'tab_capture': { | 841 'tab_capture': { |
| 843 'filepath': 'cc/output/copy_output_request'\ | 842 'filepath': 'cc/output/copy_output_request'\ |
| (...skipping 1095 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1939 'raymes+watch@chromium.org'], | 1938 'raymes+watch@chromium.org'], |
| 1940 'windows_sandboxing': ['pennymac+watch@chromium.org', | 1939 'windows_sandboxing': ['pennymac+watch@chromium.org', |
| 1941 'wfh+watch@chromium.org'], | 1940 'wfh+watch@chromium.org'], |
| 1942 'x11': ['derat+watch@chromium.org', | 1941 'x11': ['derat+watch@chromium.org', |
| 1943 'sadrul@chromium.org', | 1942 'sadrul@chromium.org', |
| 1944 'yusukes+watch@chromium.org'], | 1943 'yusukes+watch@chromium.org'], |
| 1945 'xml': ['dominicc+watchlist@chromium.org'], | 1944 'xml': ['dominicc+watchlist@chromium.org'], |
| 1946 'zoom': ['wjmaclean@chromium.org'], | 1945 'zoom': ['wjmaclean@chromium.org'], |
| 1947 }, | 1946 }, |
| 1948 } | 1947 } |
| OLD | NEW |