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

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: Self review. 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 195596985a005e9a412aaf4b6712c42dc7a02b25..0b34eb5e62bba2bcda1835326d6a5fd2ebd01485 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',
@@ -2020,8 +2020,8 @@
]
}],
['enable_autofill_dialog!=1 or OS=="android" or OS=="ios"', {
- 'dependencies!': [
- '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput',
+ '!dependencies': [
+ '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_chromium',
],
}],
['use_ozone==1', {

Powered by Google App Engine
This is Rietveld 408576698