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

Side by Side Diff: WATCHLISTS

Issue 2781693003: Watchlist: Add binary_size (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 176 matching lines...) Expand 10 before | Expand all | Expand 10 after
187 'filepath': '^base/task_scheduler', 187 'filepath': '^base/task_scheduler',
188 }, 188 },
189 'base_win': { 189 'base_win': {
190 'filepath': '^base/win', 190 'filepath': '^base/win',
191 }, 191 },
192 'battery_status': { 192 'battery_status': {
193 'filepath': 'content/browser/battery_status/|'\ 193 'filepath': 'content/browser/battery_status/|'\
194 'content/test/data/battery_status/|'\ 194 'content/test/data/battery_status/|'\
195 'device/battery/', 195 'device/battery/',
196 }, 196 },
197 'binary_size': {
198 'filepath': 'tools/binary_size/',
199 },
197 'bookmarks': { 200 'bookmarks': {
198 'filepath': 'chrome/browser/bookmarks/' \ 201 'filepath': 'chrome/browser/bookmarks/' \
199 '|chrome/browser/extensions/api/bookmark_manager_private/' \ 202 '|chrome/browser/extensions/api/bookmark_manager_private/' \
200 '|chrome/browser/extensions/api/bookmarks/' \ 203 '|chrome/browser/extensions/api/bookmarks/' \
201 '|chrome/browser/resources/bookmark_manager/' \ 204 '|chrome/browser/resources/bookmark_manager/' \
202 '|chrome/browser/ui/bookmarks/' \ 205 '|chrome/browser/ui/bookmarks/' \
203 '|chrome/browser/ui/cocoa/bookmarks/' \ 206 '|chrome/browser/ui/cocoa/bookmarks/' \
204 '|chrome/browser/ui/views/bookmarks/' \ 207 '|chrome/browser/ui/views/bookmarks/' \
205 '|components/bookmarks' 208 '|components/bookmarks'
206 }, 209 },
(...skipping 1409 matching lines...) Expand 10 before | Expand all | Expand 10 after
1616 'base_allocator': ['dmikurube@chromium.org', 1619 'base_allocator': ['dmikurube@chromium.org',
1617 'wfh+watch@chromium.org'], 1620 'wfh+watch@chromium.org'],
1618 'base_memory': ['gavinp+memory@chromium.org'], 1621 'base_memory': ['gavinp+memory@chromium.org'],
1619 'base_task_scheduler': ['fdoray+watch@chromium.org', 1622 'base_task_scheduler': ['fdoray+watch@chromium.org',
1620 'gab+watch@chromium.org', 1623 'gab+watch@chromium.org',
1621 'robliao+watch@chromium.org'], 1624 'robliao+watch@chromium.org'],
1622 'base_win': ['grt+watch@chromium.org', 1625 'base_win': ['grt+watch@chromium.org',
1623 'wfh+watch@chromium.org'], 1626 'wfh+watch@chromium.org'],
1624 'base': ['vmpstr+watch@chromium.org'], 1627 'base': ['vmpstr+watch@chromium.org'],
1625 'battery_status': ['timvolodine@chromium.org'], 1628 'battery_status': ['timvolodine@chromium.org'],
1629 'binary_size': ['wnwen+watch@chromium.org'],
agrieve 2017/03/28 02:14:55 this is great! Please add myself and eric to it as
Peter Wen 2017/03/29 13:19:14 Done, thanks!
1626 'blink': ['blink-reviews@chromium.org'], 1630 'blink': ['blink-reviews@chromium.org'],
1627 'blink_accessibility': ['aboxhall@chromium.org', 1631 'blink_accessibility': ['aboxhall@chromium.org',
1628 'dmazzoni@chromium.org', 1632 'dmazzoni@chromium.org',
1629 'dougt+watch@chromium.org', 1633 'dougt+watch@chromium.org',
1630 'je_julie.kim@chromium.org', 1634 'je_julie.kim@chromium.org',
1631 'nektar@chromium.org'], 1635 'nektar@chromium.org'],
1632 'blink_animation': ['alexis.menard@intel.com', 1636 'blink_animation': ['alexis.menard@intel.com',
1633 'blink-reviews-animation@chromium.org', 1637 'blink-reviews-animation@chromium.org',
1634 'ericwilligers@chromium.org', 1638 'ericwilligers@chromium.org',
1635 'rjwright@chromium.org', 1639 'rjwright@chromium.org',
(...skipping 570 matching lines...) Expand 10 before | Expand all | Expand 10 after
2206 'raymes+watch@chromium.org'], 2210 'raymes+watch@chromium.org'],
2207 'windows_sandboxing': ['pennymac+watch@chromium.org', 2211 'windows_sandboxing': ['pennymac+watch@chromium.org',
2208 'wfh+watch@chromium.org'], 2212 'wfh+watch@chromium.org'],
2209 'x11': ['derat+watch@chromium.org', 2213 'x11': ['derat+watch@chromium.org',
2210 'sadrul@chromium.org', 2214 'sadrul@chromium.org',
2211 'yusukes+watch@chromium.org'], 2215 'yusukes+watch@chromium.org'],
2212 'xml': ['dominicc+watchlist@chromium.org'], 2216 'xml': ['dominicc+watchlist@chromium.org'],
2213 'zoom': ['wjmaclean@chromium.org'], 2217 'zoom': ['wjmaclean@chromium.org'],
2214 }, 2218 },
2215 } 2219 }
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