summaryrefslogtreecommitdiffstats
path: root/third_party/libjingle
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/libjingle')
-rw-r--r--third_party/libjingle/BUILD.gn4
-rw-r--r--third_party/libjingle/libjingle.gyp5
2 files changed, 0 insertions, 9 deletions
diff --git a/third_party/libjingle/BUILD.gn b/third_party/libjingle/BUILD.gn
index 2304fee..8aadd9c 100644
--- a/third_party/libjingle/BUILD.gn
+++ b/third_party/libjingle/BUILD.gn
@@ -292,8 +292,6 @@ if (enable_webrtc) {
]
}
- # Note: this does not support the shared library build of libpeerconnection
- # as is supported in the GYP build. It's not clear what this is used for.
source_set("libjingle_webrtc_common") {
sources = [
"../webrtc/api/audiotrack.cc",
@@ -461,8 +459,6 @@ if (enable_webrtc) {
}
}
- # Note: this does not support the shared library build of libpeerconnection
- # as is supported in the GYP build. It's not clear what this is used for.
source_set("libpeerconnection") {
sources = [
"../webrtc/media/engine/simulcast.cc",
diff --git a/third_party/libjingle/libjingle.gyp b/third_party/libjingle/libjingle.gyp
index d5c8149..1fff81d 100644
--- a/third_party/libjingle/libjingle.gyp
+++ b/third_party/libjingle/libjingle.gyp
@@ -497,11 +497,6 @@
'<@(libjingle_peerconnection_additional_deps)',
'libjingle_webrtc_common',
],
- 'conditions': [
- ['OS=="android"', {
- 'standalone_static_library': 1,
- }],
- ],
}, # target libpeerconnection
],
}],