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 b2678d0cacad059878d41fa3ba1e9de93168a401..5dc5a0d222af51d22ab07aef6dc4d21f29b10c8e 100644 |
--- a/third_party/WebKit/Source/modules/payments/BUILD.gn |
+++ b/third_party/WebKit/Source/modules/payments/BUILD.gn |
@@ -26,6 +26,7 @@ blink_modules_sources("payments") { |
"PaymentsValidators.h", |
] |
deps = [ |
+ "//components/payments:payment_app_blink", |
"//components/payments:payment_request_blink", |
] |
} |