Index: third_party/WebKit/Source/modules/payments/BUILD.gn |
diff --git a/third_party/WebKit/Source/modules/payments/BUILD.gn b/third_party/WebKit/Source/modules/payments/BUILD.gn |
index 394e7091c48df0a17bab5eeec7ae15d04b570266..0fea10d307dbf49cf807316647404bb915328d4c 100644 |
--- a/third_party/WebKit/Source/modules/payments/BUILD.gn |
+++ b/third_party/WebKit/Source/modules/payments/BUILD.gn |
@@ -33,7 +33,7 @@ blink_modules_sources("payments") { |
"PaymentsValidators.h", |
] |
deps = [ |
- "//components/payments/content:payment_app_blink", |
- "//components/payments/content:payment_request_blink", |
+ "//components/payments/content:mojom_blink", |
+ "//components/payments/content:mojom_payment_app_blink", |
] |
} |