| Index: chrome/chrome_tests.gypi
|
| diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
|
| index ba09c8e41ee58f4e34f482ab82b0ba8f47fe2412..a4b8371d2a81f564b45d90d13cbd28cfe124e9de 100644
|
| --- a/chrome/chrome_tests.gypi
|
| +++ b/chrome/chrome_tests.gypi
|
| @@ -923,6 +923,7 @@
|
| '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidation',
|
| '../third_party/icu/icu.gyp:icui18n',
|
| '../third_party/icu/icu.gyp:icuuc',
|
| + '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput',
|
| '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
|
| '../third_party/safe_browsing/safe_browsing.gyp:safe_browsing',
|
| '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h',
|
| @@ -2053,6 +2054,11 @@
|
| 'renderer/safe_browsing/phishing_dom_feature_extractor_browsertest.cc',
|
| ]
|
| }],
|
| + ['enable_autofill_dialog!=1 or OS=="android" or OS=="ios"', {
|
| + '!dependencies': [
|
| + '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput',
|
| + ],
|
| + }],
|
| ], # conditions
|
| }, # target browser_tests
|
| {
|
|
|