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

Side by Side Diff: WATCHLISTS

Issue 2781693003: Watchlist: Add binary_size (Closed)
Patch Set: add review comments Created 3 years, 8 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': 'build/android/binary_size/|'\
199 'tools/binary_size/',
200 },
197 'bookmarks': { 201 'bookmarks': {
198 'filepath': 'chrome/browser/bookmarks/' \ 202 'filepath': 'chrome/browser/bookmarks/' \
199 '|chrome/browser/extensions/api/bookmark_manager_private/' \ 203 '|chrome/browser/extensions/api/bookmark_manager_private/' \
200 '|chrome/browser/extensions/api/bookmarks/' \ 204 '|chrome/browser/extensions/api/bookmarks/' \
201 '|chrome/browser/resources/bookmark_manager/' \ 205 '|chrome/browser/resources/bookmark_manager/' \
202 '|chrome/browser/ui/bookmarks/' \ 206 '|chrome/browser/ui/bookmarks/' \
203 '|chrome/browser/ui/cocoa/bookmarks/' \ 207 '|chrome/browser/ui/cocoa/bookmarks/' \
204 '|chrome/browser/ui/views/bookmarks/' \ 208 '|chrome/browser/ui/views/bookmarks/' \
205 '|components/bookmarks' 209 '|components/bookmarks'
206 }, 210 },
(...skipping 1407 matching lines...) Expand 10 before | Expand all | Expand 10 after
1614 'base_allocator': ['dmikurube@chromium.org', 1618 'base_allocator': ['dmikurube@chromium.org',
1615 'wfh+watch@chromium.org'], 1619 'wfh+watch@chromium.org'],
1616 'base_memory': ['gavinp+memory@chromium.org'], 1620 'base_memory': ['gavinp+memory@chromium.org'],
1617 'base_task_scheduler': ['fdoray+watch@chromium.org', 1621 'base_task_scheduler': ['fdoray+watch@chromium.org',
1618 'gab+watch@chromium.org', 1622 'gab+watch@chromium.org',
1619 'robliao+watch@chromium.org'], 1623 'robliao+watch@chromium.org'],
1620 'base_win': ['grt+watch@chromium.org', 1624 'base_win': ['grt+watch@chromium.org',
1621 'wfh+watch@chromium.org'], 1625 'wfh+watch@chromium.org'],
1622 'base': ['vmpstr+watch@chromium.org'], 1626 'base': ['vmpstr+watch@chromium.org'],
1623 'battery_status': ['timvolodine@chromium.org'], 1627 'battery_status': ['timvolodine@chromium.org'],
1628 'binary_size': ['agrieve+watch@chromium.org',
1629 'estevenson+watch@chromium.org',
1630 'wnwen+watch@chromium.org'],
1624 'blink': ['blink-reviews@chromium.org'], 1631 'blink': ['blink-reviews@chromium.org'],
1625 'blink_accessibility': ['aboxhall@chromium.org', 1632 'blink_accessibility': ['aboxhall@chromium.org',
1626 'dmazzoni@chromium.org', 1633 'dmazzoni@chromium.org',
1627 'dougt+watch@chromium.org', 1634 'dougt+watch@chromium.org',
1628 'je_julie.kim@chromium.org', 1635 'je_julie.kim@chromium.org',
1629 'nektar@chromium.org'], 1636 'nektar@chromium.org'],
1630 'blink_animation': ['alexis.menard@intel.com', 1637 'blink_animation': ['alexis.menard@intel.com',
1631 'blink-reviews-animation@chromium.org', 1638 'blink-reviews-animation@chromium.org',
1632 'ericwilligers@chromium.org', 1639 'ericwilligers@chromium.org',
1633 'rjwright@chromium.org', 1640 'rjwright@chromium.org',
(...skipping 571 matching lines...) Expand 10 before | Expand all | Expand 10 after
2205 'raymes+watch@chromium.org'], 2212 'raymes+watch@chromium.org'],
2206 'windows_sandboxing': ['pennymac+watch@chromium.org', 2213 'windows_sandboxing': ['pennymac+watch@chromium.org',
2207 'wfh+watch@chromium.org'], 2214 'wfh+watch@chromium.org'],
2208 'x11': ['derat+watch@chromium.org', 2215 'x11': ['derat+watch@chromium.org',
2209 'sadrul@chromium.org', 2216 'sadrul@chromium.org',
2210 'yusukes+watch@chromium.org'], 2217 'yusukes+watch@chromium.org'],
2211 'xml': ['dominicc+watchlist@chromium.org'], 2218 'xml': ['dominicc+watchlist@chromium.org'],
2212 'zoom': ['wjmaclean@chromium.org'], 2219 'zoom': ['wjmaclean@chromium.org'],
2213 }, 2220 },
2214 } 2221 }
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