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

Unified Diff: net/BUILD.gn

Issue 406693004: Revert "Switch to BoringSSL." (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
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 | « google_apis/google_apis.gyp ('k') | net/android/keystore_openssl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/BUILD.gn
diff --git a/net/BUILD.gn b/net/BUILD.gn
index 07828b951028518a72a9e93e52f3453c1b20d1d7..fd00467d1845482a0ed4e10c0007304ab6ba1556 100644
--- a/net/BUILD.gn
+++ b/net/BUILD.gn
@@ -523,6 +523,10 @@ component("net") {
if (!is_android_webview_build) {
deps += [ ":net_jni_headers" ]
+
+ # The net/android/keystore_openssl.cc source file needs to access an
+ # OpenSSL-internal header.
+ include_dirs = [ "//third_party/openssl" ]
}
}
@@ -920,7 +924,7 @@ if (is_linux) {
":epoll_server",
":net",
"//base",
- "//third_party/boringssl",
+ "//third_party/openssl",
]
}
@@ -939,7 +943,7 @@ if (is_linux) {
":test_support",
"//testing/gtest",
"//testing/gmock",
- "//third_party/boringssl",
+ "//third_party/openssl",
]
}
@@ -990,7 +994,7 @@ if (is_linux) {
"//base",
"//base/third_party/dynamic_annotations",
"//crypto",
- "//third_party/boringssl",
+ "//third_party/openssl",
"//url",
]
}
@@ -1001,7 +1005,7 @@ if (is_linux) {
":quic_base",
":net",
"//base",
- "//third_party/boringssl",
+ "//third_party/openssl",
]
}
}
@@ -1330,7 +1334,7 @@ executable("quic_server") {
":quic_tools",
":net",
"//base",
- "//third_party/boringssl",
+ "//third_party/openssl",
]
}
« no previous file with comments | « google_apis/google_apis.gyp ('k') | net/android/keystore_openssl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698