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

Unified Diff: chrome/chrome_browser.gypi

Issue 298863012: Use upstream libaddressinput in Chrome. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix AutofillProfileSyncableServiceTest. 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: chrome/chrome_browser.gypi
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index 907a065b5037d469f4ae82d374273f6f55c5e216..f719a2381d7d2f6c1f70ce152b8f508b722413c1 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -2818,6 +2818,7 @@
'../third_party/expat/expat.gyp:expat',
'../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
'../third_party/libaddressinput/libaddressinput.gyp:libaddressinput',
+ '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_util',
'../third_party/libyuv/libyuv.gyp:libyuv',
'../third_party/npapi/npapi.gyp:npapi',
'../third_party/smhasher/smhasher.gyp:cityhash',
@@ -3260,6 +3261,7 @@
'../components/components.gyp:usb_service',
'../components/components.gyp:web_modal',
'../third_party/libaddressinput/libaddressinput.gyp:libaddressinput',
+ '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_util',
],
'sources': [
'<@(chrome_browser_android_sources)',

Powered by Google App Engine
This is Rietveld 408576698