Chromium Code Reviews| Index: build/all.gyp |
| diff --git a/build/all.gyp b/build/all.gyp |
| index 19d08d0dda38eab15ed1b39fd15611ae7bd21072..3a37165e8d5b1ed2d8cc531e24bb4bb10bc9ae9b 100644 |
| --- a/build/all.gyp |
| +++ b/build/all.gyp |
| @@ -262,6 +262,10 @@ |
| ['use_openssl==1', { |
| 'dependencies': [ |
| '../third_party/boringssl/boringssl.gyp:*', |
| + ], |
| + }], |
| + ['use_openssl==1 and OS!="ios"', { |
| + 'dependencies': [ |
| '../third_party/boringssl/boringssl_tests.gyp:*', |
| ], |
| }], |