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

Unified Diff: chrome/chrome_browser_ui.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: chrome/chrome_browser_ui.gypi
diff --git a/chrome/chrome_browser_ui.gypi b/chrome/chrome_browser_ui.gypi
index 55e7bb3aa0ef79c343cfc9d0ebcc8feab4efa60c..bed1ea681dcdb6d0eb8a52ef98dfa7171d125ee0 100644
--- a/chrome/chrome_browser_ui.gypi
+++ b/chrome/chrome_browser_ui.gypi
@@ -3106,8 +3106,7 @@
}],
['enable_autofill_dialog==1 and OS!="android" and OS!="ios"', {
'dependencies': [
- '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput',
- '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_strings',
+ '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_chromium',
],
}, { # enable_autofill_dialog!=1 or OS=="android" or OS=="ios"
'sources!': [

Powered by Google App Engine
This is Rietveld 408576698