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

Unified Diff: webrtc/base/BUILD.gn

Issue 2926703003: Deleting unused build target. (Closed)
Patch Set: Created 3 years, 6 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/base/BUILD.gn
diff --git a/webrtc/base/BUILD.gn b/webrtc/base/BUILD.gn
index e94169d0ce45e641557d876c33bf0056e6a4e432..a4ff2be0cf7412a94b5f588456258353a5f494fe 100644
--- a/webrtc/base/BUILD.gn
+++ b/webrtc/base/BUILD.gn
@@ -61,16 +61,6 @@ config("rtc_base_all_dependent_config") {
}
}
-if (is_linux && !build_with_chromium) {
- # Provides the same functionality as the //crypto:platform target, which
- # WebRTC cannot use as we don't sync src/crypto from Chromium.
- group("linux_system_ssl") {
- deps = [
- "//third_party/boringssl",
- ]
- }
-}
-
if (!rtc_build_ssl) {
config("external_ssl_library") {
assert(rtc_ssl_root != "",
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698