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

Side by Side Diff: WATCHLISTS

Issue 2732063002: Add web-animations-js to polymer WATCHLISTS entry (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 844 matching lines...) Expand 10 before | Expand all | Expand 10 after
855 }, 855 },
856 'plugin': { 856 'plugin': {
857 'filepath': 'chrome/browser/plugin|chrome/plugin/|'\ 857 'filepath': 'chrome/browser/plugin|chrome/plugin/|'\
858 'chrome/common/plugin', 858 'chrome/common/plugin',
859 }, 859 },
860 'policy_definitions': { 860 'policy_definitions': {
861 'filepath': 'components/policy/resources/policy_templates.json', 861 'filepath': 'components/policy/resources/policy_templates.json',
862 }, 862 },
863 'polymer': { 863 'polymer': {
864 'filepath': 'third_party/polymer/|'\ 864 'filepath': 'third_party/polymer/|'\
865 'third_party/web-animations-js/|'\
865 'tools/polymer|'\ 866 'tools/polymer|'\
866 'ui/webui/resources/polymer_resources.grdp', 867 'ui/webui/resources/polymer_resources.grdp',
867 }, 868 },
868 'precache': { 869 'precache': {
869 'filepath': '[pP]recache' 870 'filepath': '[pP]recache'
870 }, 871 },
871 'prepopulated_engines': { 872 'prepopulated_engines': {
872 'filepath': 'components/search_engines/prepopulated_engines.json', 873 'filepath': 'components/search_engines/prepopulated_engines.json',
873 }, 874 },
874 'prerender': { 875 'prerender': {
(...skipping 1291 matching lines...) Expand 10 before | Expand all | Expand 10 after
2166 'raymes+watch@chromium.org'], 2167 'raymes+watch@chromium.org'],
2167 'windows_sandboxing': ['pennymac+watch@chromium.org', 2168 'windows_sandboxing': ['pennymac+watch@chromium.org',
2168 'wfh+watch@chromium.org'], 2169 'wfh+watch@chromium.org'],
2169 'x11': ['derat+watch@chromium.org', 2170 'x11': ['derat+watch@chromium.org',
2170 'sadrul@chromium.org', 2171 'sadrul@chromium.org',
2171 'yusukes+watch@chromium.org'], 2172 'yusukes+watch@chromium.org'],
2172 'xml': ['dominicc+watchlist@chromium.org'], 2173 'xml': ['dominicc+watchlist@chromium.org'],
2173 'zoom': ['wjmaclean@chromium.org'], 2174 'zoom': ['wjmaclean@chromium.org'],
2174 }, 2175 },
2175 } 2176 }
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