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

Unified Diff: webrtc/call/BUILD.gn

Issue 2854123003: Build WebRTC with data channel only. (Closed)
Patch Set: Rebase. 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 | « webrtc/api/peerconnectioninterface.h ('k') | webrtc/call/call.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/call/BUILD.gn
diff --git a/webrtc/call/BUILD.gn b/webrtc/call/BUILD.gn
index 7caad9638b17e95112d235b779facdfb1c849056..9807c6433ec6e32836734ec0d0379fa10993da37 100644
--- a/webrtc/call/BUILD.gn
+++ b/webrtc/call/BUILD.gn
@@ -15,6 +15,7 @@ rtc_source_set("call_interfaces") {
"audio_send_stream.h",
"audio_state.h",
"call.h",
+ "callfactoryinterface.h",
"flexfec_receive_stream.h",
"syncable.cc",
"syncable.h",
@@ -71,6 +72,8 @@ rtc_static_library("call") {
sources = [
"bitrate_allocator.cc",
"call.cc",
+ "callfactory.cc",
+ "callfactory.h",
"flexfec_receive_stream_impl.cc",
"flexfec_receive_stream_impl.h",
]
« no previous file with comments | « webrtc/api/peerconnectioninterface.h ('k') | webrtc/call/call.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698