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 5c087beeff5ec925a78653aed6ad56864a84eb5e..fa9125f7014699642d3ae6079e7f311abc6013e3 100644 |
--- a/third_party/WebKit/Source/modules/payments/BUILD.gn |
+++ b/third_party/WebKit/Source/modules/payments/BUILD.gn |
@@ -21,4 +21,7 @@ blink_modules_sources("payments") { |
"PaymentsValidators.cpp", |
"PaymentsValidators.h", |
] |
+ deps = [ |
+ "//components/payments:payment_request_blink", |
+ ] |
} |