Chromium Code Reviews| Index: webrtc/base/BUILD.gn |
| diff --git a/webrtc/base/BUILD.gn b/webrtc/base/BUILD.gn |
| index 540058b01178f50d9f147756a52932a7aaa36a55..0a7c17ee8adb41655e6198929643cc3da5833ff2 100644 |
| --- a/webrtc/base/BUILD.gn |
| +++ b/webrtc/base/BUILD.gn |
| @@ -10,6 +10,13 @@ import("//build/config/crypto.gni") |
| import("//build/config/ui.gni") |
| import("../build/webrtc.gni") |
| +# Enable OpenSSL (BoringSSL) for iOS. This is covered in webrtc/supplement.gypi |
|
kjellander_webrtc
2015/11/23 09:18:36
This is globally applied for GYP with supplement.g
|
| +# for the GYP build. |
| +import("//build_overrides/webrtc.gni") |
| +if (is_ios && !build_with_chromium) { |
| + use_openssl = true |
| +} |
| + |
| config("rtc_base_config") { |
| include_dirs = [ |
| "//third_party/jsoncpp/overrides/include", |