| Index: net/BUILD.gn
|
| diff --git a/net/BUILD.gn b/net/BUILD.gn
|
| index 07544a9bc5e66828c20ed7c2b15947c9d4db7cae..dacfad3451596461a92505f6a01e9deaab229293 100644
|
| --- a/net/BUILD.gn
|
| +++ b/net/BUILD.gn
|
| @@ -523,6 +523,10 @@
|
|
|
| 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" ]
|
| }
|
| }
|
|
|
| @@ -913,7 +917,7 @@
|
| ":epoll_server",
|
| ":net",
|
| "//base",
|
| - "//third_party/boringssl",
|
| + "//third_party/openssl",
|
| ]
|
| }
|
|
|
| @@ -932,7 +936,7 @@
|
| ":test_support",
|
| "//testing/gtest",
|
| "//testing/gmock",
|
| - "//third_party/boringssl",
|
| + "//third_party/openssl",
|
| ]
|
| }
|
|
|
| @@ -983,7 +987,7 @@
|
| "//base",
|
| "//base/third_party/dynamic_annotations",
|
| "//crypto",
|
| - "//third_party/boringssl",
|
| + "//third_party/openssl",
|
| "//url",
|
| ]
|
| }
|
| @@ -994,7 +998,7 @@
|
| ":quic_base",
|
| ":net",
|
| "//base",
|
| - "//third_party/boringssl",
|
| + "//third_party/openssl",
|
| ]
|
| }
|
| }
|
| @@ -1324,7 +1328,7 @@
|
| ":quic_tools",
|
| ":net",
|
| "//base",
|
| - "//third_party/boringssl",
|
| + "//third_party/openssl",
|
| ]
|
| }
|
|
|
|
|