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

Unified Diff: components/payments/core/BUILD.gn

Issue 2889983002: Adds the AddressNormalizationManager and tests. (Closed)
Patch Set: . Created 3 years, 7 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
« no previous file with comments | « no previous file | components/payments/core/address_normalization_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/payments/core/BUILD.gn
diff --git a/components/payments/core/BUILD.gn b/components/payments/core/BUILD.gn
index 8cfd8f3835d1d6bcbafa91c657dffaa83a1ec146..c9fd1b9ccf4262027e362f6ceb0abe7c7f8b8aac 100644
--- a/components/payments/core/BUILD.gn
+++ b/components/payments/core/BUILD.gn
@@ -4,6 +4,8 @@
static_library("core") {
sources = [
+ "address_normalization_manager.cc",
+ "address_normalization_manager.h",
"address_normalizer.h",
"address_normalizer_impl.cc",
"address_normalizer_impl.h",
@@ -72,6 +74,7 @@ static_library("test_support") {
source_set("unit_tests") {
testonly = true
sources = [
+ "address_normalization_manager_unittest.cc",
"address_normalizer_impl_unittest.cc",
"autofill_payment_instrument_unittest.cc",
"basic_card_response_unittest.cc",
« no previous file with comments | « no previous file | components/payments/core/address_normalization_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698