Add field_trial_default dependency to libjingle_peerconnection
This is needed for webrtc::field_trial::FindFullName in peerconnection.cc NOTRY=True Review-Url: https://codereview.webrtc.org/2120673004 Cr-Commit-Position: refs/heads/master@{#13836}
This commit is contained in:
parent
8177452698
commit
a7a01df2ae
1
AUTHORS
1
AUTHORS
@ -4,6 +4,7 @@
|
||||
Alexander Brauckmann <a.brauckmann@gmail.com>
|
||||
Andrew MacDonald <andrew@webrtc.org>
|
||||
Anil Kumar <an1kumar@gmail.com>
|
||||
Arlo Breault <arlolra@gmail.com>
|
||||
Ben Strong <bstrong@gmail.com>
|
||||
Bob Withers <bwit@pobox.com>
|
||||
Bridger Maxwell <bridgeyman@gmail.com>
|
||||
|
||||
@ -113,6 +113,7 @@ source_set("libjingle_peerconnection") {
|
||||
"../call",
|
||||
"../media",
|
||||
"../pc",
|
||||
"../system_wrappers:field_trial_default",
|
||||
]
|
||||
|
||||
if (rtc_use_quic) {
|
||||
@ -198,7 +199,6 @@ if (is_android && !build_with_chromium) {
|
||||
|
||||
deps = [
|
||||
":libjingle_peerconnection",
|
||||
"../system_wrappers:field_trial_default",
|
||||
"../system_wrappers:metrics_default",
|
||||
]
|
||||
|
||||
|
||||
@ -30,7 +30,6 @@
|
||||
'target_name': 'libjingle_peerconnection_jni',
|
||||
'type': 'static_library',
|
||||
'dependencies': [
|
||||
'<(webrtc_root)/system_wrappers/system_wrappers.gyp:field_trial_default',
|
||||
'<(webrtc_root)/system_wrappers/system_wrappers.gyp:metrics_default',
|
||||
'libjingle_peerconnection',
|
||||
],
|
||||
@ -104,6 +103,7 @@
|
||||
'dependencies': [
|
||||
'<(webrtc_root)/media/media.gyp:rtc_media',
|
||||
'<(webrtc_root)/pc/pc.gyp:rtc_pc',
|
||||
'<(webrtc_root)/system_wrappers/system_wrappers.gyp:field_trial_default',
|
||||
],
|
||||
'sources': [
|
||||
'audiotrack.cc',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user