Use BoringSSL as default on iOS

BUG=3605
R=kjellander@webrtc.org

Review URL: https://webrtc-codereview.appspot.com/51659004

Cr-Commit-Position: refs/heads/master@{#9013}
diff --git a/webrtc/supplement.gypi b/webrtc/supplement.gypi
index cf9e6d4..d66b828 100644
--- a/webrtc/supplement.gypi
+++ b/webrtc/supplement.gypi
@@ -5,6 +5,12 @@
     },
     'webrtc_root%': '<(webrtc_root)',
     'build_with_chromium': 0,
+    'conditions': [
+      ['OS=="ios"', {
+        # Default to using BoringSSL on iOS.
+        'use_openssl%': 1,
+      }],
+    ],
   },
   'target_defaults': {
     'target_conditions': [