Fix build

Previously libwebkit.so failed to link because it was missing
X509_STORE_CTX_get_ex_data. Now we depend on a target that includes that
symbol.

Change-Id: Ia75b912f0e3413300cf1152a0624f81ee1d06995
diff --git a/BUILD.gn b/BUILD.gn
index 84ea11e..63898ba 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -136,7 +136,7 @@
       "Source/WebKit/WebCoreSupport",
       "Source/WebKit/fuchsia",
       "Source/WebKit/fuchsia/WebCoreSupport",
-    ]    
+    ]
     cflags = [
       "-includeWebKitPrefix.h"
     ]
@@ -280,7 +280,7 @@
     sources = WebCore_sources + WebCoreDerivedSources_sources
 
     public_deps = [
-      "//third_party/boringssl:ssl",
+      "//third_party/boringssl",
       "//third_party/cairo",
       "//third_party/curl:libcurl",
       "//third_party/freetype2",