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

Unified Diff: components/autofill/core/browser/BUILD.gn

Issue 298863012: Use upstream libaddressinput in Chrome. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Less copying. Created 6 years, 5 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/autofill/core/browser/BUILD.gn
diff --git a/components/autofill/core/browser/BUILD.gn b/components/autofill/core/browser/BUILD.gn
index c479470ba9c49badb6118506a3e8b201e655a8e5..6d66544623cc6a3d1c8c6d13b81729977fd2ec04 100644
--- a/components/autofill/core/browser/BUILD.gn
+++ b/components/autofill/core/browser/BUILD.gn
@@ -144,7 +144,7 @@ static_library("browser") {
"//skia",
"//sql",
"//third_party/icu",
- "//third_party/libaddressinput",
+ "//third_party/libaddressinput:util",
"//third_party/libphonenumber",
"//ui/base",
"//ui/gfx",

Powered by Google App Engine
This is Rietveld 408576698