| Index: components/components_tests.gyp
|
| diff --git a/components/components_tests.gyp b/components/components_tests.gyp
|
| index 2039ad0c19f02c4cac1747a7dc39072f9897138d..c5588b20e3c19ee29684a57526dddee17a31b590 100644
|
| --- a/components/components_tests.gyp
|
| +++ b/components/components_tests.gyp
|
| @@ -1286,6 +1286,7 @@
|
| 'test_runner/test_runner.gyp:test_runner',
|
| 'tracing.gyp:tracing',
|
| 'webcrypto/webcrypto.gyp:webcrypto',
|
| + '../third_party/boringssl/boringssl.gyp:boringssl',
|
| '../third_party/re2/re2.gyp:re2',
|
| ],
|
| 'conditions': [
|
| @@ -1304,24 +1305,6 @@
|
| 'components.gyp:policy_java',
|
| ],
|
| }],
|
| - ['use_openssl==1', {
|
| - 'dependencies': [
|
| - '../third_party/boringssl/boringssl.gyp:boringssl',
|
| - ],
|
| - }, {
|
| - 'conditions': [
|
| - ['os_posix == 1 and OS != "mac" and OS != "ios" and OS != "android"', {
|
| - 'dependencies': [
|
| - '../build/linux/system.gyp:ssl',
|
| - ],
|
| - }, {
|
| - 'dependencies': [
|
| - '../third_party/nss/nss.gyp:nspr',
|
| - '../third_party/nss/nss.gyp:nss',
|
| - ],
|
| - }],
|
| - ],
|
| - }],
|
| ['safe_browsing == 2 and OS != "ios"', {
|
| 'dependencies': [
|
| 'components.gyp:safe_browsing_db_mobile',
|
|
|