Pull OpenSSL at 263283 to get new GN build file.

Adds a reference to it in the root gn build file.

[email protected]

Review URL: https://codereview.chromium.org/232563008

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@263334 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/BUILD.gn b/BUILD.gn
index 764805db..445f8374 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -48,6 +48,11 @@
     "//url",
   ]
 
+  if (is_posix) {  # TODO(brettw) should be use_openssl
+    deps += [
+      "//third_party/openssl",
+    ]
+  }
   if (is_linux) {
     deps += [
       "//third_party/freetype2",