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

Unified Diff: ios/chrome/browser/ui/payments/BUILD.gn

Issue 2844783002: [Payment Request] Adds address normalization on iOS. (Closed)
Patch Set: Cleanup. Created 3 years, 8 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: ios/chrome/browser/ui/payments/BUILD.gn
diff --git a/ios/chrome/browser/ui/payments/BUILD.gn b/ios/chrome/browser/ui/payments/BUILD.gn
index 96e279f83b383a2b9f1dc91d898095993bef786e..f0d8ef33ca2b9821ffb410bee4abef5034c62124 100644
--- a/ios/chrome/browser/ui/payments/BUILD.gn
+++ b/ios/chrome/browser/ui/payments/BUILD.gn
@@ -67,6 +67,7 @@ source_set("payments") {
"//ios/third_party/material_components_ios",
"//ios/third_party/material_roboto_font_loader_ios",
"//ios/web",
+ "//third_party/libaddressinput",
"//ui/base",
]
libs = [ "UIKit.framework" ]

Powered by Google App Engine
This is Rietveld 408576698