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

Side by Side Diff: WATCHLISTS

Issue 2623653003: [Payments] Move Payment Request test files to chrome/test/data/payments (Closed)
Patch Set: Created 3 years, 11 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/BUILD.gn » ('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 764 matching lines...) Expand 10 before | Expand all | Expand 10 after
775 '|chrome/browser/ui/passwords'\ 775 '|chrome/browser/ui/passwords'\
776 '|chrome/browser/ui/views/passwords'\ 776 '|chrome/browser/ui/views/passwords'\
777 '|chrome/test/data/password'\ 777 '|chrome/test/data/password'\
778 '|components/autofill.*password' 778 '|components/autofill.*password'
779 '|components/password_'\ 779 '|components/password_'\
780 '|^ios/chrome/browser/passwords'\ 780 '|^ios/chrome/browser/passwords'\
781 }, 781 },
782 'payments': { 782 'payments': {
783 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/payments' \ 783 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/payments' \
784 '|chrome/android/javatests/src/org/chromium/chrome/browser/pay ments'\ 784 '|chrome/android/javatests/src/org/chromium/chrome/browser/pay ments'\
785 '|chrome/test/data/android/payments'\ 785 '|chrome/test/data/payments'\
786 '|components/payments'\ 786 '|components/payments'\
787 '|third_party/WebKit/LayoutTests/payments/'\ 787 '|third_party/WebKit/LayoutTests/payments/'\
788 '|third_party/WebKit/Source/modules/payments'\ 788 '|third_party/WebKit/Source/modules/payments'\
789 '|ios/chrome/browser/payments/' 789 '|ios/chrome/browser/payments/'
790 }, 790 },
791 'pepper_api': { 791 'pepper_api': {
792 'filepath': 'ppapi/api'\ 792 'filepath': 'ppapi/api'\
793 '|ppapi/c', 793 '|ppapi/c',
794 }, 794 },
795 'permissions': { 795 'permissions': {
(...skipping 1294 matching lines...) Expand 10 before | Expand all | Expand 10 after
2090 'raymes+watch@chromium.org'], 2090 'raymes+watch@chromium.org'],
2091 'windows_sandboxing': ['pennymac+watch@chromium.org', 2091 'windows_sandboxing': ['pennymac+watch@chromium.org',
2092 'wfh+watch@chromium.org'], 2092 'wfh+watch@chromium.org'],
2093 'x11': ['derat+watch@chromium.org', 2093 'x11': ['derat+watch@chromium.org',
2094 'sadrul@chromium.org', 2094 'sadrul@chromium.org',
2095 'yusukes+watch@chromium.org'], 2095 'yusukes+watch@chromium.org'],
2096 'xml': ['dominicc+watchlist@chromium.org'], 2096 'xml': ['dominicc+watchlist@chromium.org'],
2097 'zoom': ['wjmaclean@chromium.org'], 2097 'zoom': ['wjmaclean@chromium.org'],
2098 }, 2098 },
2099 } 2099 }
OLDNEW
« no previous file with comments | « no previous file | chrome/android/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698