diff options
author | rtenneti@chromium.org <rtenneti@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-18 08:19:01 +0000 |
---|---|---|
committer | rtenneti@chromium.org <rtenneti@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-18 08:19:01 +0000 |
commit | 38b3fd1ac9ae55256a5e492a9b3f2057441e54cf (patch) | |
tree | 4d582e1318a0b3013f280dedc941c8ccccc257ef /net/net.gyp | |
parent | 9bee10f17e996df13eba4a99c34b5dc1114f77b8 (diff) | |
download | chromium_src-38b3fd1ac9ae55256a5e492a9b3f2057441e54cf.zip chromium_src-38b3fd1ac9ae55256a5e492a9b3f2057441e54cf.tar.gz chromium_src-38b3fd1ac9ae55256a5e492a9b3f2057441e54cf.tar.bz2 |
Implement Sign() method of Channel_id for NSS.
Review URL: https://chromiumcodereview.appspot.com/16126013
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@206913 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/net.gyp')
-rw-r--r-- | net/net.gyp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/net/net.gyp b/net/net.gyp index c82af14..5a0bc49 100644 --- a/net/net.gyp +++ b/net/net.gyp @@ -2732,6 +2732,12 @@ 'tools/quic/test_tools/run_all_unittests.cc', ], 'conditions': [ + [ 'use_glib == 1', { + 'dependencies': [ + '../build/linux/system.gyp:ssl', + ], + }, + ], [ 'use_openssl==1', { # When building for OpenSSL, we need to exclude NSS specific tests. 'sources!': [ |