Chromium Code Reviews| Index: components/payments/BUILD.gn |
| diff --git a/components/payments/BUILD.gn b/components/payments/BUILD.gn |
| index 3895da560825e1aec5363de8ed243bf8352b901a..6c986e5862b2432a50bc7687ace04e92c5eb5cf2 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:browser", |
| "//testing/gtest", |
|
please use gerrit instead
2017/02/21 19:56:16
nit: no need for ":browser", because "//components
sebsg
2017/02/21 22:17:07
Done.
|
| "//third_party/icu:icu", |
| + "//third_party/libaddressinput:libaddressinput_test_support", |
| ] |
| } |