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

Side by Side Diff: WATCHLISTS

Issue 2148293004: [Sync] //components/sync external changes [DO NOT SUBMIT] (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@sc-1
Patch Set: Rebase. Created 4 years, 5 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 | « BUILD.gn ('k') | build/all.gyp » ('j') | build/all.gyp » ('J')
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 799 matching lines...) Expand 10 before | Expand all | Expand 10 after
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
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 }
OLDNEW
« no previous file with comments | « BUILD.gn ('k') | build/all.gyp » ('j') | build/all.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698