| Index: chrome/chrome_utility.gypi
|
| diff --git a/chrome/chrome_utility.gypi b/chrome/chrome_utility.gypi
|
| index 9c13e8ef073ad782d4553b840dcfbaf83926f284..e2a0d1096da756a8c527f37c3ecc70cbb33f3415 100644
|
| --- a/chrome/chrome_utility.gypi
|
| +++ b/chrome/chrome_utility.gypi
|
| @@ -133,12 +133,12 @@
|
| },
|
| },
|
| }],
|
| - ['OS!="win" and OS!="mac" and use_openssl==1', {
|
| - 'sources!': [
|
| - 'utility/importer/nss_decryptor.cc',
|
| - ]
|
| + ['OS!="android"', {
|
| + 'sources': [
|
| + '<@(chrome_utility_importer_sources)',
|
| + ],
|
| }],
|
| - ['OS!="win" and OS!="mac" and use_openssl==0', {
|
| + ['use_nss==1', {
|
| 'dependencies': [
|
| '../crypto/crypto.gyp:crypto',
|
| ],
|
| @@ -147,11 +147,6 @@
|
| 'utility/importer/nss_decryptor_system_nss.h',
|
| ],
|
| }],
|
| - ['OS!="android"', {
|
| - 'sources': [
|
| - '<@(chrome_utility_importer_sources)',
|
| - ],
|
| - }],
|
| ['enable_extensions==1', {
|
| 'dependencies': [
|
| '../extensions/extensions.gyp:extensions_utility',
|
|
|