Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(9290)

Unified Diff: components/payments/BUILD.gn

Issue 2708933003: [Payments] Add timeout to the address_normalizer. (Closed)
Patch Set: Nits Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: components/payments/BUILD.gn
diff --git a/components/payments/BUILD.gn b/components/payments/BUILD.gn
index 3895da560825e1aec5363de8ed243bf8352b901a..46f08096fd6effdc963ddfae5aa9cc820d516967 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",
]
@@ -86,7 +87,10 @@ source_set("unit_tests") {
deps = [
":payment_validation",
"//base",
+ "//base/test:test_support",
+ "//components/autofill/core/browser",
"//testing/gtest",
"//third_party/icu:icu",
+ "//third_party/libaddressinput:test_support",
]
}
« no previous file with comments | « chrome/browser/autofill/android/personal_data_manager_android.cc ('k') | components/payments/address_normalizer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698