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

Side by Side Diff: WATCHLISTS

Issue 2784333003: [WATCHLIST] Add content/child/memory to the memory-coordinator definition (Closed)
Patch Set: 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 653 matching lines...) Expand 10 before | Expand all | Expand 10 after
664 }, 664 },
665 'media_router': { 665 'media_router': {
666 'filepath': 'chrome/browser/media/router/*' \ 666 'filepath': 'chrome/browser/media/router/*' \
667 '|chrome/app/theme/*/common/media_router*' \ 667 '|chrome/app/theme/*/common/media_router*' \
668 '|chrome/browser/resources/media_router/' \ 668 '|chrome/browser/resources/media_router/' \
669 '|chrome/browser/ui/webui/media_router/' \ 669 '|chrome/browser/ui/webui/media_router/' \
670 '|chrome/test/media_router/', 670 '|chrome/test/media_router/',
671 }, 671 },
672 'memory_coordinator': { 672 'memory_coordinator': {
673 'filepath': 'base/memory/memory_|' \ 673 'filepath': 'base/memory/memory_|' \
674 'content/browser/memory/' 674 'content/browser/memory/|' \
675 'content/child/memory/'
675 }, 676 },
676 'message_loop': { 677 'message_loop': {
677 'filepath': 'base/message_' 678 'filepath': 'base/message_'
678 }, 679 },
679 'metrics': { 680 'metrics': {
680 'filepath': 'base/metrics/'\ 681 'filepath': 'base/metrics/'\
681 '|chrome/android/java/src/org/chromium/chrome/browser/metrics/ '\ 682 '|chrome/android/java/src/org/chromium/chrome/browser/metrics/ '\
682 '|chrome/browser/metrics/'\ 683 '|chrome/browser/metrics/'\
683 '|chrome/browser/chromeos/external_metrics'\ 684 '|chrome/browser/chromeos/external_metrics'\
684 '|chrome/browser/extensions/api/metrics_private/'\ 685 '|chrome/browser/extensions/api/metrics_private/'\
(...skipping 1536 matching lines...) Expand 10 before | Expand all | Expand 10 after
2221 'raymes+watch@chromium.org'], 2222 'raymes+watch@chromium.org'],
2222 'windows_sandboxing': ['pennymac+watch@chromium.org', 2223 'windows_sandboxing': ['pennymac+watch@chromium.org',
2223 'wfh+watch@chromium.org'], 2224 'wfh+watch@chromium.org'],
2224 'x11': ['derat+watch@chromium.org', 2225 'x11': ['derat+watch@chromium.org',
2225 'sadrul@chromium.org', 2226 'sadrul@chromium.org',
2226 'yusukes+watch@chromium.org'], 2227 'yusukes+watch@chromium.org'],
2227 'xml': ['dominicc+watchlist@chromium.org'], 2228 'xml': ['dominicc+watchlist@chromium.org'],
2228 'zoom': ['wjmaclean@chromium.org'], 2229 'zoom': ['wjmaclean@chromium.org'],
2229 }, 2230 },
2230 } 2231 }
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