| Index: net/BUILD.gn
|
| diff --git a/net/BUILD.gn b/net/BUILD.gn
|
| index fd00467d1845482a0ed4e10c0007304ab6ba1556..07828b951028518a72a9e93e52f3453c1b20d1d7 100644
|
| --- a/net/BUILD.gn
|
| +++ b/net/BUILD.gn
|
| @@ -523,10 +523,6 @@ 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" ]
|
| }
|
| }
|
|
|
| @@ -924,7 +920,7 @@ if (is_linux) {
|
| ":epoll_server",
|
| ":net",
|
| "//base",
|
| - "//third_party/openssl",
|
| + "//third_party/boringssl",
|
| ]
|
| }
|
|
|
| @@ -943,7 +939,7 @@ if (is_linux) {
|
| ":test_support",
|
| "//testing/gtest",
|
| "//testing/gmock",
|
| - "//third_party/openssl",
|
| + "//third_party/boringssl",
|
| ]
|
| }
|
|
|
| @@ -994,7 +990,7 @@ if (is_linux) {
|
| "//base",
|
| "//base/third_party/dynamic_annotations",
|
| "//crypto",
|
| - "//third_party/openssl",
|
| + "//third_party/boringssl",
|
| "//url",
|
| ]
|
| }
|
| @@ -1005,7 +1001,7 @@ if (is_linux) {
|
| ":quic_base",
|
| ":net",
|
| "//base",
|
| - "//third_party/openssl",
|
| + "//third_party/boringssl",
|
| ]
|
| }
|
| }
|
| @@ -1334,7 +1330,7 @@ executable("quic_server") {
|
| ":quic_tools",
|
| ":net",
|
| "//base",
|
| - "//third_party/openssl",
|
| + "//third_party/boringssl",
|
| ]
|
| }
|
|
|
|
|