aboutsummaryrefslogtreecommitdiff
path: root/call/BUILD.gn
diff options
context:
space:
mode:
authorNiels Möller <nisse@webrtc.org>2018-02-14 12:20:13 +0100
committerCommit Bot <commit-bot@chromium.org>2018-02-14 15:14:39 +0000
commit8366e177e7b7b1964ed82c934e6184e268a0ccb9 (patch)
treecc24f0fbc3a6b1ea6028aeb897dcd7e9070cf399 /call/BUILD.gn
parentfa4fe647ed45b5b03d07b44e936160eb53668ad4 (diff)
downloadwebrtc-8366e177e7b7b1964ed82c934e6184e268a0ccb9.tar.gz
Rename Call::Config to CallConfig, keep old name as alias.
We want api/peerconnectioninterface.h (and corresponding build target) to not depend on call.h, and generally we treat Call as an internal, non-api, class. But we need CallFactoryInterface in the api in order to enable use of PeerConnection with or without support for media. Making CallConfig a top-level class makes it possible to forward declare it, together with Call, for use in callfactoryinterface.h and peerconnectioninterface.h. Delete the peerconnection_and_implicit_call_api target, replaced by new target callfactory_api, to link between Call and Peerconnection. Bug: webrtc:7504 Change-Id: I5e3978ef89bcd6705e94536f8676bcf89fc82fe1 Reviewed-on: https://webrtc-review.googlesource.com/46201 Reviewed-by: Stefan Holmer <stefan@webrtc.org> Reviewed-by: Patrik Höglund <phoglund@webrtc.org> Reviewed-by: Taylor Brandstetter <deadbeef@webrtc.org> Commit-Queue: Niels Moller <nisse@webrtc.org> Cr-Commit-Position: refs/heads/master@{#22020}
Diffstat (limited to 'call/BUILD.gn')
-rw-r--r--call/BUILD.gn2
1 files changed, 1 insertions, 1 deletions
diff --git a/call/BUILD.gn b/call/BUILD.gn
index 084148bdab..6be92fd7c9 100644
--- a/call/BUILD.gn
+++ b/call/BUILD.gn
@@ -14,7 +14,6 @@ rtc_source_set("call_interfaces") {
"audio_send_stream.h",
"audio_state.h",
"call.h",
- "callfactoryinterface.h",
"flexfec_receive_stream.h",
"syncable.cc",
"syncable.h",
@@ -139,6 +138,7 @@ rtc_static_library("call") {
":rtp_sender",
":video_stream_api",
"..:webrtc_common",
+ "../api:callfactory_api",
"../api:optional",
"../api:transport_api",
"../audio",