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