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

Unified Diff: webrtc/api/BUILD.gn

Issue 2632613002: Adding OrtcFactory, and changing UdpTransport to match current plan. (Closed)
Patch Set: Splitting proxy changes from this CL Created 3 years, 11 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 | webrtc/api/ortcfactory.h » ('j') | webrtc/api/ortcfactory.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/api/BUILD.gn
diff --git a/webrtc/api/BUILD.gn b/webrtc/api/BUILD.gn
index 7c5e302d65bffbaae88c7f89e9744ccb9eded22a..2084c08201204c9fba63bdf36e7ea9a49eef8dc0 100644
--- a/webrtc/api/BUILD.gn
+++ b/webrtc/api/BUILD.gn
@@ -75,6 +75,8 @@ rtc_static_library("libjingle_peerconnection") {
"mediastreamtrack.h",
"mediastreamtrackproxy.h",
"notifier.h",
+ "ortcfactory.cc",
+ "ortcfactory.h",
"peerconnection.cc",
"peerconnection.h",
"peerconnectionfactory.cc",
@@ -101,6 +103,7 @@ rtc_static_library("libjingle_peerconnection") {
"statstypes.cc",
"statstypes.h",
"streamcollection.h",
+ "udptransportinterface.h",
"videocapturertracksource.cc",
"videocapturertracksource.h",
"videosourceproxy.h",
@@ -234,6 +237,7 @@ if (rtc_include_tests) {
"localaudiosource_unittest.cc",
"mediaconstraintsinterface_unittest.cc",
"mediastream_unittest.cc",
+ "ortcfactory_unittest.cc",
"peerconnection_unittest.cc",
"peerconnectionendtoend_unittest.cc",
"peerconnectionfactory_unittest.cc",
« no previous file with comments | « no previous file | webrtc/api/ortcfactory.h » ('j') | webrtc/api/ortcfactory.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698