diff options
author | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-11 20:23:34 +0000 |
---|---|---|
committer | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-11 20:23:34 +0000 |
commit | 14cdf945aaea243cdacacbd0222049ecec1ecb0a (patch) | |
tree | 43d5f947aee0d029d6616bf65055a06434fd6d32 /BUILD.gn | |
parent | eb1024084aeedeccf8f309edecdfd15f542aa03f (diff) | |
download | chromium_src-14cdf945aaea243cdacacbd0222049ecec1ecb0a.zip chromium_src-14cdf945aaea243cdacacbd0222049ecec1ecb0a.tar.gz chromium_src-14cdf945aaea243cdacacbd0222049ecec1ecb0a.tar.bz2 |
Pull OpenSSL at 263283 to get new GN build file.
Adds a reference to it in the root gn build file.
R=rsleevi@chromium.org
Review URL: https://codereview.chromium.org/232563008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@263334 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'BUILD.gn')
-rw-r--r-- | BUILD.gn | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -48,6 +48,11 @@ group("root") { "//url", ] + if (is_posix) { # TODO(brettw) should be use_openssl + deps += [ + "//third_party/openssl", + ] + } if (is_linux) { deps += [ "//third_party/freetype2", |