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

Unified Diff: webrtc/BUILD.gn

Issue 2675173003: Adding "adapter" ORTC objects on top of ChannelManager/BaseChannel/etc. (Closed)
Patch Set: Some comments. 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/BUILD.gn » ('j') | webrtc/api/ortc/ortcfactoryinterface.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/BUILD.gn
diff --git a/webrtc/BUILD.gn b/webrtc/BUILD.gn
index 67e6aba8e341776d35437e5131ab63a1275d3d4e..8f75536e36520a7bcc945369fd8db74e36010c1d 100644
--- a/webrtc/BUILD.gn
+++ b/webrtc/BUILD.gn
@@ -258,6 +258,7 @@ if (!build_with_chromium) {
"media",
"modules",
"modules/video_capture:video_capture_internal_impl",
+ "ortc",
"p2p",
"pc",
"sdk",
@@ -297,6 +298,7 @@ if (!build_with_chromium) {
"modules/audio_processing:audio_processing_tests",
"modules/rtp_rtcp:test_packet_masks_metrics",
"modules/video_capture:video_capture_internal_impl",
+ "ortc:ortc_unittests",
"pc:peerconnection_unittests",
"pc:rtc_pc_unittests",
"stats:rtc_stats_unittests",
« no previous file with comments | « no previous file | webrtc/api/BUILD.gn » ('j') | webrtc/api/ortc/ortcfactoryinterface.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698