Chromium Code Reviews| Index: build/all.gyp |
| diff --git a/build/all.gyp b/build/all.gyp |
| index 9e9f250502edf953d9766c0ec254d5e82a07b16a..c46ce39237b5f5596cfda14f228fc5515ca79107 100644 |
| --- a/build/all.gyp |
| +++ b/build/all.gyp |
| @@ -211,6 +211,11 @@ |
| '../net/third_party/nss/ssl.gyp:*', |
| ], |
| }], |
| + ['use_openssl==1', { |
| + 'dependencies': [ |
| + '../third_party/boringssl/boringssl.gyp:*', |
| + ], |
| + }], |
| ['enable_app_list==1', { |
| 'dependencies': [ |
| '../ui/app_list/app_list.gyp:*', |