commit | 14cdf945aaea243cdacacbd0222049ecec1ecb0a | [log] [tgz] |
---|---|---|
author | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Fri Apr 11 20:23:34 2014 |
committer | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Fri Apr 11 20:23:34 2014 |
tree | 43d5f947aee0d029d6616bf65055a06434fd6d32 | |
parent | eb1024084aeedeccf8f309edecdfd15f542aa03f [diff] [blame] |
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",