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

Side by Side Diff: WATCHLISTS

Issue 2765853002: Add a watchlist for the offline_items_collection component (Closed)
Patch Set: Created 3 years, 9 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 | no next file » | 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 764 matching lines...) Expand 10 before | Expand all | Expand 10 after
775 'chrome/android/java/res/layout/most_visited|'\ 775 'chrome/android/java/res/layout/most_visited|'\
776 'ios/chrome/browser/ntp_snippets' 776 'ios/chrome/browser/ntp_snippets'
777 }, 777 },
778 'ntp_tiles': { 778 'ntp_tiles': {
779 'filepath': 'chrome/browser/android/ntp/|'\ 779 'filepath': 'chrome/browser/android/ntp/|'\
780 'chrome/browser/ui/webui/ntp/|'\ 780 'chrome/browser/ui/webui/ntp/|'\
781 'chrome/common/search/ntp|'\ 781 'chrome/common/search/ntp|'\
782 'components/ntp_tiles/|'\ 782 'components/ntp_tiles/|'\
783 'ios/chrome/browser/ntp_tiles' 783 'ios/chrome/browser/ntp_tiles'
784 }, 784 },
785 'offline_items_collection': {
786 'filepath': 'components/offline_items_collection/',
787 },
785 'offline_pages': { 788 'offline_pages': {
786 'filepath': 'components/offline_pages/'\ 789 'filepath': 'components/offline_pages/'\
787 '|chrome/browser/android/offline_pages/'\ 790 '|chrome/browser/android/offline_pages/'\
788 '|chrome/android/java/src/org/chromium/chrome/browser/offlinep ages/' 791 '|chrome/android/java/src/org/chromium/chrome/browser/offlinep ages/'
789 }, 792 },
790 'omnibox': { 793 'omnibox': {
791 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/omnibox/| '\ 794 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/omnibox/| '\
792 'chrome/android/javatests/src/org/chromium/chrome/browser/omni box/|'\ 795 'chrome/android/javatests/src/org/chromium/chrome/browser/omni box/|'\
793 'chrome/browser/autocomplete/|'\ 796 'chrome/browser/autocomplete/|'\
794 'chrome/browser/ui/omnibox/|'\ 797 'chrome/browser/ui/omnibox/|'\
(...skipping 1255 matching lines...) Expand 10 before | Expand all | Expand 10 after
2050 'notifications': ['awdf+watch@chromium.org', 2053 'notifications': ['awdf+watch@chromium.org',
2051 'mlamouri+watch-notifications@chromium.org', 2054 'mlamouri+watch-notifications@chromium.org',
2052 'peter@chromium.org'], 2055 'peter@chromium.org'],
2053 'nqe': ['tbansal+watch-nqe@chromium.org'], 2056 'nqe': ['tbansal+watch-nqe@chromium.org'],
2054 'ntp': ['dbeam+watch-ntp@chromium.org', 2057 'ntp': ['dbeam+watch-ntp@chromium.org',
2055 'pedrosimonetti+watch@chromium.org'], 2058 'pedrosimonetti+watch@chromium.org'],
2056 'ntp_snippets': ['ntp-dev+reviews@chromium.org', 2059 'ntp_snippets': ['ntp-dev+reviews@chromium.org',
2057 'noyau+watch@chromium.org'], 2060 'noyau+watch@chromium.org'],
2058 'ntp_tiles': ['ntp-dev+reviews@chromium.org', 2061 'ntp_tiles': ['ntp-dev+reviews@chromium.org',
2059 'noyau+watch@chromium.org'], 2062 'noyau+watch@chromium.org'],
2063 'offline_items_collection': ['harkness+watch@chromium.org',
2064 'peter@chromium.org'],
2060 'offline_pages': ['chili+watch@chromium.org', 2065 'offline_pages': ['chili+watch@chromium.org',
2061 'dewittj+watch@chromium.org', 2066 'dewittj+watch@chromium.org',
2062 'dimich+watch@chromium.org', 2067 'dimich+watch@chromium.org',
2063 'fgorski+watch@chromium.org', 2068 'fgorski+watch@chromium.org',
2064 'petewil+watch@chromium.org', 2069 'petewil+watch@chromium.org',
2065 'romax+watch@chromium.org'], 2070 'romax+watch@chromium.org'],
2066 'omnibox': ['jdonnelly+watch@chromium.org'], 2071 'omnibox': ['jdonnelly+watch@chromium.org'],
2067 'options': ['dbeam+watch-options@chromium.org', 2072 'options': ['dbeam+watch-options@chromium.org',
2068 'michaelpg+watch-options@chromium.org'], 2073 'michaelpg+watch-options@chromium.org'],
2069 'origin_trials': ['chasej+watch@chromium.org', 2074 'origin_trials': ['chasej+watch@chromium.org',
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after
2199 'raymes+watch@chromium.org'], 2204 'raymes+watch@chromium.org'],
2200 'windows_sandboxing': ['pennymac+watch@chromium.org', 2205 'windows_sandboxing': ['pennymac+watch@chromium.org',
2201 'wfh+watch@chromium.org'], 2206 'wfh+watch@chromium.org'],
2202 'x11': ['derat+watch@chromium.org', 2207 'x11': ['derat+watch@chromium.org',
2203 'sadrul@chromium.org', 2208 'sadrul@chromium.org',
2204 'yusukes+watch@chromium.org'], 2209 'yusukes+watch@chromium.org'],
2205 'xml': ['dominicc+watchlist@chromium.org'], 2210 'xml': ['dominicc+watchlist@chromium.org'],
2206 'zoom': ['wjmaclean@chromium.org'], 2211 'zoom': ['wjmaclean@chromium.org'],
2207 }, 2212 },
2208 } 2213 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698