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

Side by Side Diff: WATCHLISTS

Issue 2800563002: Add page_info_strings.grdp to the page_info watchlist. (Closed)
Patch Set: Fix indentation. 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 818 matching lines...) Expand 10 before | Expand all | Expand 10 after
829 'filepath': 'ui/ozone/|'\ 829 'filepath': 'ui/ozone/|'\
830 'ui/events/ozone/|'\ 830 'ui/events/ozone/|'\
831 'ui/gfx/ozone/|'\ 831 'ui/gfx/ozone/|'\
832 'ui/gl/gl_.*egl.*|'\ 832 'ui/gl/gl_.*egl.*|'\
833 'ui/gl/gl_.*ozone.*' 833 'ui/gl/gl_.*ozone.*'
834 }, 834 },
835 'page_info' : { 835 'page_info' : {
836 'filepath': 'chrome/browser/ui/page_info/'\ 836 'filepath': 'chrome/browser/ui/page_info/'\
837 '|chrome/browser/ui/.*/page_info/'\ 837 '|chrome/browser/ui/.*/page_info/'\
838 '|chrome/android/java/src/org/chromium/chrome/browser/page_inf o/'\ 838 '|chrome/android/java/src/org/chromium/chrome/browser/page_inf o/'\
839 '|components/page_info_strings.grdp'\
839 '|ios/chrome/browser/ui/omnibox/page_info_' 840 '|ios/chrome/browser/ui/omnibox/page_info_'
840 }, 841 },
841 'page_load_metrics' : { 842 'page_load_metrics' : {
842 'filepath': 'chrome/browser/page_load_metrics/'\ 843 'filepath': 'chrome/browser/page_load_metrics/'\
843 '|chrome/common/page_load_metrics/'\ 844 '|chrome/common/page_load_metrics/'\
844 '|chrome/renderer/page_load_metrics/' 845 '|chrome/renderer/page_load_metrics/'
845 }, 846 },
846 'panels': { 847 'panels': {
847 'filepath': 'chrome/browser/ui/panels'\ 848 'filepath': 'chrome/browser/ui/panels'\
848 '|chrome/browser/ui/cocoa/panels'\ 849 '|chrome/browser/ui/cocoa/panels'\
849 '|chrome/browser/ui/views/panels' 850 '|chrome/browser/ui/views/panels'
850 }, 851 },
(...skipping 1376 matching lines...) Expand 10 before | Expand all | Expand 10 after
2227 'msramek+watch@chromium.org', 2228 'msramek+watch@chromium.org',
2228 'raymes+watch@chromium.org'], 2229 'raymes+watch@chromium.org'],
2229 'windows_sandboxing': ['pennymac+watch@chromium.org', 2230 'windows_sandboxing': ['pennymac+watch@chromium.org',
2230 'wfh+watch@chromium.org'], 2231 'wfh+watch@chromium.org'],
2231 'x11': ['derat+watch@chromium.org', 2232 'x11': ['derat+watch@chromium.org',
2232 'sadrul@chromium.org', 2233 'sadrul@chromium.org',
2233 'yusukes+watch@chromium.org'], 2234 'yusukes+watch@chromium.org'],
2234 'zoom': ['wjmaclean@chromium.org'], 2235 'zoom': ['wjmaclean@chromium.org'],
2235 }, 2236 },
2236 } 2237 }
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