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

Unified Diff: chrome/chrome_tests.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_tests.gypi
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
index fe1eac52337d59fa3896f22ae650360727bd7af1..9e68a23bbfc446206f98711688a4ef35d804c452 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -825,7 +825,7 @@
'../third_party/icu/icu.gyp:icui18n',
'../third_party/icu/icu.gyp:icuuc',
'../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
- '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput',
+ '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_chromium',
'../third_party/libjingle/libjingle.gyp:peerconnection_server',
'../third_party/safe_browsing/safe_browsing.gyp:safe_browsing',
'../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h',
@@ -2021,7 +2021,7 @@
}],
['enable_autofill_dialog!=1 or OS=="android" or OS=="ios"', {
'dependencies!': [
- '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput',
+ '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_chromium',
],
}],
['use_ozone==1', {

Powered by Google App Engine
This is Rietveld 408576698