| Index: chrome/chrome_tests.gypi
|
| diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
|
| index fdbf60bbb360dea7d28163a4f036a33f7c8ba1bd..711dbd20e8a586f53770804051d959339a76ea6d 100644
|
| --- a/chrome/chrome_tests.gypi
|
| +++ b/chrome/chrome_tests.gypi
|
| @@ -921,6 +921,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',
|
| @@ -2054,6 +2055,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
|
| {
|
|
|