Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(423)

Side by Side Diff: WATCHLISTS

Issue 2203673002: [Sync] Move //components/sync_driver to //components/sync/driver. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@sd-a
Patch Set: Full change rebased on static lib. Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | chrome/browser/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698