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

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

Issue 2887123002: Adds address normalization to iOS. (Closed)
Patch Set: Uses weak self reference. 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
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 c8b03e1059bde3f2e1d007a2754e36b4731701ac..ace23f2624f19611e0bec830a134d61dbb48e969 100644
--- a/ios/chrome/browser/ui/payments/BUILD.gn
+++ b/ios/chrome/browser/ui/payments/BUILD.gn
@@ -77,6 +77,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