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

Side by Side Diff: WATCHLISTS

Issue 2587063002: Adds ios/chrome/browser/payments/ to the payments' WATCHLIST (Closed)
Patch Set: Created 4 years 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 755 matching lines...) Expand 10 before | Expand all | Expand 10 after
766 '|components/password_'\ 766 '|components/password_'\
767 '|^ios/chrome/browser/passwords'\ 767 '|^ios/chrome/browser/passwords'\
768 }, 768 },
769 'payments': { 769 'payments': {
770 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/payments' \ 770 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/payments' \
771 '|chrome/android/javatests/src/org/chromium/chrome/browser/pay ments'\ 771 '|chrome/android/javatests/src/org/chromium/chrome/browser/pay ments'\
772 '|chrome/test/data/android/payments'\ 772 '|chrome/test/data/android/payments'\
773 '|components/payments'\ 773 '|components/payments'\
774 '|third_party/WebKit/LayoutTests/payments/'\ 774 '|third_party/WebKit/LayoutTests/payments/'\
775 '|third_party/WebKit/Source/modules/payments'\ 775 '|third_party/WebKit/Source/modules/payments'\
776 '|ios/chrome/browser/payments/'
776 }, 777 },
777 'pepper_api': { 778 'pepper_api': {
778 'filepath': 'ppapi/api'\ 779 'filepath': 'ppapi/api'\
779 '|ppapi/c', 780 '|ppapi/c',
780 }, 781 },
781 'permissions': { 782 'permissions': {
782 'filepath': 'content/(child,browser)/permissions/'\ 783 'filepath': 'content/(child,browser)/permissions/'\
783 '|content/common/permission_*'\ 784 '|content/common/permission_*'\
784 '|content/public/(common,browser)/permission_*'\ 785 '|content/public/(common,browser)/permission_*'\
785 '|chrome/browser/permissions/'\ 786 '|chrome/browser/permissions/'\
(...skipping 1274 matching lines...) Expand 10 before | Expand all | Expand 10 after
2060 'raymes+watch@chromium.org'], 2061 'raymes+watch@chromium.org'],
2061 'windows_sandboxing': ['pennymac+watch@chromium.org', 2062 'windows_sandboxing': ['pennymac+watch@chromium.org',
2062 'wfh+watch@chromium.org'], 2063 'wfh+watch@chromium.org'],
2063 'x11': ['derat+watch@chromium.org', 2064 'x11': ['derat+watch@chromium.org',
2064 'sadrul@chromium.org', 2065 'sadrul@chromium.org',
2065 'yusukes+watch@chromium.org'], 2066 'yusukes+watch@chromium.org'],
2066 'xml': ['dominicc+watchlist@chromium.org'], 2067 'xml': ['dominicc+watchlist@chromium.org'],
2067 'zoom': ['wjmaclean@chromium.org'], 2068 'zoom': ['wjmaclean@chromium.org'],
2068 }, 2069 },
2069 } 2070 }
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