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

Unified Diff: components/autofill.gypi

Issue 298863012: Use upstream libaddressinput in Chrome. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Work in progress for suggestions impl. Created 6 years, 6 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.gypi
diff --git a/components/autofill.gypi b/components/autofill.gypi
index 180ef88fb1618e90e6f5fceb70ce5bd53f142821..3402979fabc4fd5366dbacb1f7c6ef57b8aa2d1a 100644
--- a/components/autofill.gypi
+++ b/components/autofill.gypi
@@ -97,7 +97,7 @@
'../third_party/icu/icu.gyp:icui18n',
'../third_party/icu/icu.gyp:icuuc',
'../third_party/libjingle/libjingle.gyp:libjingle',
- '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_util',
+ '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput',
Evan Stade 2014/06/12 00:18:09 why this change? we specifically made a separate
please use gerrit instead 2014/06/13 19:22:09 Good point, I originally renamed libaddressinput -
'../third_party/libphonenumber/libphonenumber.gyp:libphonenumber',
'../ui/base/ui_base.gyp:ui_base',
'../ui/gfx/gfx.gyp:gfx',

Powered by Google App Engine
This is Rietveld 408576698