Commit 0aa4bd4c authored by wtc@chromium.org's avatar wtc@chromium.org

The quic_base, quic_client, quic_server targets don't depend on openssl.

In addition, quic_base doesn't depend on crypto.

R=rch@chromium.org,rtenneti@chromium.org

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274681 0039d316-1c4b-4281-b951-d872f2087c98
parent 03df8365
......@@ -1419,8 +1419,6 @@
'dependencies': [
'../base/base.gyp:base',
'../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
'../crypto/crypto.gyp:crypto',
'../third_party/openssl/openssl.gyp:openssl',
'../url/url.gyp:url_lib',
'balsa',
'epoll_server',
......@@ -1464,7 +1462,6 @@
'type': 'executable',
'dependencies': [
'../base/base.gyp:base',
'../third_party/openssl/openssl.gyp:openssl',
'net',
'quic_base',
],
......@@ -1477,7 +1474,6 @@
'type': 'executable',
'dependencies': [
'../base/base.gyp:base',
'../third_party/openssl/openssl.gyp:openssl',
'net',
'quic_base',
],
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment