Update Web Payment watchlist and bug component name.
The bug component for Web Payment UI has moved from
UI>Browser>Autofill>Payments to UI>Browser>Payments. This patch also
updates the watchlist with several missing directories.
Bug: 734650
Change-Id: I2980182b6230e0fd39e67d43cf97b4db42d07f75
Reviewed-on: https://chromium-review.googlesource.com/550415
Commit-Queue: Rouslan Solomakhin <[email protected]>
Commit-Queue: Mathieu Perreault <[email protected]>
Reviewed-by: Mathieu Perreault <[email protected]>
Cr-Commit-Position: refs/heads/master@{#482635}
diff --git a/WATCHLISTS b/WATCHLISTS
index feb66bdb..ac3b7238 100644
--- a/WATCHLISTS
+++ b/WATCHLISTS
@@ -887,18 +887,27 @@
'payments': {
'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/payments'\
'|chrome/android/javatests/src/org/chromium/chrome/browser/payments'\
+ '|chrome/browser/payments'\
+ '|chrome/browser/ui/views/payments'\
'|chrome/test/data/payments'\
'|components/payments'\
- '|third_party/WebKit/LayoutTests/payments/'\
- '|third_party/WebKit/Source/modules/payments'\
- '|ios/web/payments/'\
- '|ios/web/public/payments/'\
- '|ios/chrome/browser/payments/'
+ '|content/browser/payments'\
+ '|content/test/data/payments'\
+ '|ios/chrome/browser/payments'\
+ '|ios/chrome/browser/ui/payments'\
+ '|ios/web/payments'\
+ '|ios/web/public/payments'\
+ '|third_party/WebKit/LayoutTests/external/wpt/payment-request'\
+ '|third_party/WebKit/LayoutTests/http/tests/payments'\
+ '|third_party/WebKit/LayoutTests/payments'\
+ '|third_party/WebKit/public/platform/modules/payments'\
+ '|third_party/WebKit/Source/modules/payments'
},
'payments_ios': {
- 'filepath': 'ios/web/payments/'\
- '|ios/web/public/payments/'\
- '|ios/chrome/browser/payments/'
+ 'filepath': 'ios/web/payments'\
+ '|ios/chrome/browser/payments'\
+ '|ios/chrome/browser/ui/payments'\
+ '|ios/web/public/payments'
},
'pepper_api': {
'filepath': 'ppapi/api'\