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

Unified Diff: webrtc/api/BUILD.gn

Issue 2632613002: Adding OrtcFactory, and changing UdpTransport to match current plan. (Closed)
Patch Set: Rebase and remove worker_thread from API 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') | no next file with comments »
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 149fd51e0b4b7c400e497c09f7a9a009ff9e3aa1..fa3c62952464d4cd815b29a7bcdd1d85ac1bf410 100644
--- a/webrtc/api/BUILD.gn
+++ b/webrtc/api/BUILD.gn
@@ -75,6 +75,9 @@ rtc_static_library("libjingle_peerconnection") {
"mediastreamtrack.h",
"mediastreamtrackproxy.h",
"notifier.h",
+ "ortcfactory.cc",
+ "ortcfactory.h",
+ "ortcfactoryinterface.h",
"peerconnection.cc",
"peerconnection.h",
"peerconnectionfactory.cc",
@@ -103,6 +106,7 @@ rtc_static_library("libjingle_peerconnection") {
"streamcollection.h",
"trackmediainfomap.cc",
"trackmediainfomap.h",
+ "udptransportinterface.h",
"videocapturertracksource.cc",
"videocapturertracksource.h",
"videosourceproxy.h",
@@ -236,6 +240,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') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698