Index: net/BUILD.gn |
diff --git a/net/BUILD.gn b/net/BUILD.gn |
index 5210ca85f12f4e30bc5efdfaf1429ed58c3b202e..a150128674ae724a9825d2fe024572b601b12a6f 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" ] |
} |
} |
@@ -917,7 +913,7 @@ if (is_linux) { |
":epoll_server", |
":net", |
"//base", |
- "//third_party/openssl", |
+ "//third_party/boringssl", |
] |
} |
@@ -936,7 +932,7 @@ if (is_linux) { |
":test_support", |
"//testing/gtest", |
"//testing/gmock", |
- "//third_party/openssl", |
+ "//third_party/boringssl", |
] |
} |
@@ -987,7 +983,7 @@ if (is_linux) { |
"//base", |
"//base/third_party/dynamic_annotations", |
"//crypto", |
- "//third_party/openssl", |
+ "//third_party/boringssl", |
"//url", |
] |
} |
@@ -998,7 +994,7 @@ if (is_linux) { |
":quic_base", |
":net", |
"//base", |
- "//third_party/openssl", |
+ "//third_party/boringssl", |
] |
} |
} |
@@ -1327,7 +1323,7 @@ executable("quic_server") { |
":quic_tools", |
":net", |
"//base", |
- "//third_party/openssl", |
+ "//third_party/boringssl", |
] |
} |