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

Side by Side Diff: WATCHLISTS

Issue 2765733002: Rename Android Java pageinfo folder to page_info (matching other platforms). (Closed)
Patch Set: Rename Android Java pageinfo folder to page_info (matching other platforms). 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 | chrome/android/java/res/layout/website_settings.xml » ('j') | 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 797 matching lines...) Expand 10 before | Expand all | Expand 10 after
808 'ozone': { 808 'ozone': {
809 'filepath': 'ui/ozone/|'\ 809 'filepath': 'ui/ozone/|'\
810 'ui/events/ozone/|'\ 810 'ui/events/ozone/|'\
811 'ui/gfx/ozone/|'\ 811 'ui/gfx/ozone/|'\
812 'ui/gl/gl_.*egl.*|'\ 812 'ui/gl/gl_.*egl.*|'\
813 'ui/gl/gl_.*ozone.*' 813 'ui/gl/gl_.*ozone.*'
814 }, 814 },
815 'page_info' : { 815 'page_info' : {
816 'filepath': 'chrome/browser/ui/page_info/'\ 816 'filepath': 'chrome/browser/ui/page_info/'\
817 '|chrome/browser/ui/.*/page_info/'\ 817 '|chrome/browser/ui/.*/page_info/'\
818 '|chrome/android/java/src/org/chromium/chrome/browser/pageinfo /'\ 818 '|chrome/android/java/src/org/chromium/chrome/browser/page_inf o/'\
819 '|ios/chrome/browser/ui/omnibox/page_info_' 819 '|ios/chrome/browser/ui/omnibox/page_info_'
820 }, 820 },
821 'page_load_metrics' : { 821 'page_load_metrics' : {
822 'filepath': 'chrome/browser/page_load_metrics/'\ 822 'filepath': 'chrome/browser/page_load_metrics/'\
823 '|chrome/common/page_load_metrics/'\ 823 '|chrome/common/page_load_metrics/'\
824 '|chrome/renderer/page_load_metrics/' 824 '|chrome/renderer/page_load_metrics/'
825 }, 825 },
826 'panels': { 826 'panels': {
827 'filepath': 'chrome/browser/ui/panels'\ 827 'filepath': 'chrome/browser/ui/panels'\
828 '|chrome/browser/ui/cocoa/panels'\ 828 '|chrome/browser/ui/cocoa/panels'\
(...skipping 1370 matching lines...) Expand 10 before | Expand all | Expand 10 after
2199 'raymes+watch@chromium.org'], 2199 'raymes+watch@chromium.org'],
2200 'windows_sandboxing': ['pennymac+watch@chromium.org', 2200 'windows_sandboxing': ['pennymac+watch@chromium.org',
2201 'wfh+watch@chromium.org'], 2201 'wfh+watch@chromium.org'],
2202 'x11': ['derat+watch@chromium.org', 2202 'x11': ['derat+watch@chromium.org',
2203 'sadrul@chromium.org', 2203 'sadrul@chromium.org',
2204 'yusukes+watch@chromium.org'], 2204 'yusukes+watch@chromium.org'],
2205 'xml': ['dominicc+watchlist@chromium.org'], 2205 'xml': ['dominicc+watchlist@chromium.org'],
2206 'zoom': ['wjmaclean@chromium.org'], 2206 'zoom': ['wjmaclean@chromium.org'],
2207 }, 2207 },
2208 } 2208 }
OLDNEW
« no previous file with comments | « no previous file | chrome/android/java/res/layout/website_settings.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698