Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2054)

Unified Diff: trunk/src/net/net.gyp

Issue 405503002: Revert 283813 "Switch to BoringSSL." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « trunk/src/net/http/des.cc ('k') | trunk/src/net/net_nacl.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/net/net.gyp
===================================================================
--- trunk/src/net/net.gyp (revision 283844)
+++ trunk/src/net/net.gyp (working copy)
@@ -255,7 +255,7 @@
'third_party/mozilla_security_manager/nsPKCS12Blob.h',
],
'dependencies': [
- '../third_party/boringssl/boringssl.gyp:boringssl',
+ '../third_party/openssl/openssl.gyp:openssl',
],
},
{ # else !use_openssl: remove the unneeded files
@@ -466,7 +466,7 @@
}],
[ 'OS == "android"', {
'dependencies': [
- '../third_party/boringssl/boringssl.gyp:boringssl',
+ '../third_party/openssl/openssl.gyp:openssl',
'net_jni_headers',
],
'sources!': [
@@ -475,6 +475,11 @@
'cert/cert_verify_proc_openssl.cc',
'cert/test_root_certs_openssl.cc',
],
+ # The net/android/keystore_openssl.cc source file needs to
+ # access an OpenSSL-internal header.
+ 'include_dirs': [
+ '../third_party/openssl',
+ ],
},
],
[ 'use_icu_alternatives_on_android == 1', {
@@ -589,7 +594,7 @@
[ 'use_openssl == 1', {
# Avoid compiling/linking with the system library.
'dependencies': [
- '../third_party/boringssl/boringssl.gyp:boringssl',
+ '../third_party/openssl/openssl.gyp:openssl',
],
}, { # use_openssl == 0
'conditions': [
@@ -792,7 +797,7 @@
}],
[ 'OS == "android"', {
'dependencies': [
- '../third_party/boringssl/boringssl.gyp:boringssl',
+ '../third_party/openssl/openssl.gyp:openssl',
],
'sources!': [
'dns/dns_config_service_posix_unittest.cc',
@@ -973,7 +978,7 @@
'conditions': [
['use_openssl==1', {
'dependencies': [
- '../third_party/boringssl/boringssl.gyp:boringssl',
+ '../third_party/openssl/openssl.gyp:openssl',
],
}, {
'dependencies': [
@@ -1371,7 +1376,7 @@
],
'dependencies': [
'../base/base.gyp:base',
- '../third_party/boringssl/boringssl.gyp:boringssl',
+ '../third_party/openssl/openssl.gyp:openssl',
'balsa',
'epoll_server',
'net',
@@ -1416,7 +1421,7 @@
'dependencies': [
'../testing/gtest.gyp:gtest',
'../testing/gmock.gyp:gmock',
- '../third_party/boringssl/boringssl.gyp:boringssl',
+ '../third_party/openssl/openssl.gyp:openssl',
'flip_in_mem_edsm_server_base',
'net',
'net_test_support',
« no previous file with comments | « trunk/src/net/http/des.cc ('k') | trunk/src/net/net_nacl.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698