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

Unified Diff: webrtc/api/BUILD.gn

Issue 2675173003: Adding "adapter" ORTC objects on top of ChannelManager/BaseChannel/etc. (Closed)
Patch Set: Created 3 years, 10 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/mediatypes.h » ('j') | webrtc/api/mediatypes.cc » ('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 8c443cb4780bee69614f6f0d8e963e0ec39e1130..15b2132a796bad8eb6dee72264adbd32967e1e87 100644
--- a/webrtc/api/BUILD.gn
+++ b/webrtc/api/BUILD.gn
@@ -57,14 +57,21 @@ rtc_static_library("libjingle_peerconnection_api") {
"mediatypes.h",
"notifier.h",
"ortcfactoryinterface.h",
+ "ortcrtpreceiverinterface.h",
+ "ortcrtpsenderinterface.h",
+ "packettransportinterface.h",
"peerconnectionfactoryproxy.h",
"peerconnectioninterface.h",
"peerconnectionproxy.h",
"proxy.h",
+ "rtcerror.cc",
+ "rtcerror.h",
"rtpparameters.h",
"rtpreceiverinterface.h",
"rtpsender.h",
"rtpsenderinterface.h",
+ "rtptransportcontrollerinterface.h",
+ "rtptransportinterface.h",
"statstypes.cc",
"statstypes.h",
"streamcollection.h",
« no previous file with comments | « no previous file | webrtc/api/mediatypes.h » ('j') | webrtc/api/mediatypes.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698