Index: components/components_tests.gyp |
diff --git a/components/components_tests.gyp b/components/components_tests.gyp |
index 244ff1ca98bbfe8b28bb22e798cdaa291d36d6bd..aac9201b8c0ed0dd0ba04c2bfed647d4dc90b33e 100644 |
--- a/components/components_tests.gyp |
+++ b/components/components_tests.gyp |
@@ -1285,6 +1285,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': [ |
@@ -1303,24 +1304,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', |