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

Side by Side Diff: WATCHLISTS

Issue 2946013002: PaymentHandler: Implement requestPermission().
Patch Set: PaymentHandler: Implement requestPermission(). Created 3 years, 6 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/browser/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 869 matching lines...) Expand 10 before | Expand all | Expand 10 after
880 '|chrome/browser/ui/passwords'\ 880 '|chrome/browser/ui/passwords'\
881 '|chrome/browser/ui/views/passwords'\ 881 '|chrome/browser/ui/views/passwords'\
882 '|chrome/test/data/password'\ 882 '|chrome/test/data/password'\
883 '|components/autofill.*password' 883 '|components/autofill.*password'
884 '|components/password_'\ 884 '|components/password_'\
885 '|^ios/chrome/browser/passwords'\ 885 '|^ios/chrome/browser/passwords'\
886 }, 886 },
887 'payments': { 887 'payments': {
888 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/payments' \ 888 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/payments' \
889 '|chrome/android/javatests/src/org/chromium/chrome/browser/pay ments'\ 889 '|chrome/android/javatests/src/org/chromium/chrome/browser/pay ments'\
890 '|chrome/browser/payments'\
890 '|chrome/test/data/payments'\ 891 '|chrome/test/data/payments'\
891 '|components/payments'\ 892 '|components/payments'\
892 '|third_party/WebKit/LayoutTests/payments/'\ 893 '|third_party/WebKit/LayoutTests/payments/'\
893 '|third_party/WebKit/Source/modules/payments'\ 894 '|third_party/WebKit/Source/modules/payments'\
894 '|ios/web/payments/'\ 895 '|ios/web/payments/'\
895 '|ios/web/public/payments/'\ 896 '|ios/web/public/payments/'\
896 '|ios/chrome/browser/payments/' 897 '|ios/chrome/browser/payments/'
897 }, 898 },
898 'payments_ios': { 899 'payments_ios': {
899 'filepath': 'ios/web/payments/'\ 900 'filepath': 'ios/web/payments/'\
(...skipping 1375 matching lines...) Expand 10 before | Expand all | Expand 10 after
2275 'msramek+watch@chromium.org', 2276 'msramek+watch@chromium.org',
2276 'raymes+watch@chromium.org'], 2277 'raymes+watch@chromium.org'],
2277 'windows_sandboxing': ['pennymac+watch@chromium.org', 2278 'windows_sandboxing': ['pennymac+watch@chromium.org',
2278 'wfh+watch@chromium.org'], 2279 'wfh+watch@chromium.org'],
2279 'x11': ['derat+watch@chromium.org', 2280 'x11': ['derat+watch@chromium.org',
2280 'sadrul@chromium.org', 2281 'sadrul@chromium.org',
2281 'yusukes+watch@chromium.org'], 2282 'yusukes+watch@chromium.org'],
2282 'zoom': ['wjmaclean@chromium.org'], 2283 'zoom': ['wjmaclean@chromium.org'],
2283 }, 2284 },
2284 } 2285 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698