Chromium Code Reviews| 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:*', |
| ], |
| }], |