Index: build/all.gyp |
diff --git a/build/all.gyp b/build/all.gyp |
index c8142f95b0c36731642373010bc03e75c6234f2e..400bf9720e203fed5ecd3af1b3c9c6f2a2e6b060 100644 |
--- a/build/all.gyp |
+++ b/build/all.gyp |
@@ -261,6 +261,10 @@ |
['use_openssl==1', { |
'dependencies': [ |
'../third_party/boringssl/boringssl.gyp:*', |
+ ], |
+ }], |
+ ['use_openssl==1 and OS!="ios"', { |
+ 'dependencies': [ |
'../third_party/boringssl/boringssl_tests.gyp:*', |
davidben
2016/04/11 21:46:26
Hrm. Do these not build at all? I would have thoug
svaldez
2016/04/12 14:36:31
Yeah, we can't just build random executables, and
davidben
2016/04/12 19:45:47
Got it. Yeah, we should redo how these tests get b
|
], |
}], |