Index: components/payments/BUILD.gn |
diff --git a/components/payments/BUILD.gn b/components/payments/BUILD.gn |
index 3895da560825e1aec5363de8ed243bf8352b901a..89bd4acc3c31b8dd8539d62110c6b2d75e3901d0 100644 |
--- a/components/payments/BUILD.gn |
+++ b/components/payments/BUILD.gn |
@@ -79,6 +79,7 @@ static_library("payment_validation") { |
source_set("unit_tests") { |
testonly = true |
sources = [ |
+ "address_normalizer_unittest.cc", |
"currency_formatter_unittest.cc", |
"payments_validators_test.cc", |
] |
@@ -88,5 +89,6 @@ source_set("unit_tests") { |
"//base", |
"//testing/gtest", |
"//third_party/icu:icu", |
+ "//third_party/libaddressinput:libaddressinput_unittests_utils", |
] |
} |