Index: build/all.gyp |
diff --git a/build/all.gyp b/build/all.gyp |
index b51b9d9b4e714cb126a371cd9d634859ff61a39e..71ed6be3c9f737776390c1b80e0849dc90bafd54 100644 |
--- a/build/all.gyp |
+++ b/build/all.gyp |
@@ -30,6 +30,7 @@ |
'../sql/sql.gyp:*', |
'../testing/gmock.gyp:*', |
'../testing/gtest.gyp:*', |
+ '../third_party/boringssl/boringssl.gyp:*', |
'../third_party/icu/icu.gyp:*', |
'../third_party/libxml/libxml.gyp:*', |
'../third_party/sqlite/sqlite.gyp:*', |
@@ -167,11 +168,6 @@ |
'<(libjpeg_gyp_path):*', |
], |
}], |
- ['use_openssl==0 and OS=="ios"', { |
- 'dependencies': [ |
- '../third_party/nss/nss.gyp:*', |
- ], |
- }], |
['OS=="win" or OS=="ios" or OS=="linux"', { |
'dependencies': [ |
'../breakpad/breakpad.gyp:*', |
@@ -254,17 +250,7 @@ |
'../remoting/remoting_all.gyp:remoting_all', |
], |
}], |
- ['use_openssl==0', { |
- 'dependencies': [ |
- '../net/third_party/nss/ssl.gyp:*', |
- ], |
- }], |
- ['use_openssl==1', { |
- 'dependencies': [ |
- '../third_party/boringssl/boringssl.gyp:*', |
- ], |
- }], |
- ['use_openssl==1 and OS!="ios"', { |
+ ['OS!="ios"', { |
'dependencies': [ |
'../third_party/boringssl/boringssl_tests.gyp:*', |
], |