| Index: webrtc/BUILD.gn
|
| diff --git a/webrtc/BUILD.gn b/webrtc/BUILD.gn
|
| index e94e33968c592a998262f7dbe6fafc07696ad6d1..d3402e32295523cac46137d0fc937baa70b35f20 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",
|
| @@ -299,6 +300,7 @@ if (!build_with_chromium) {
|
| "modules/rtp_rtcp:test_packet_masks_metrics",
|
| "modules/video_capture:video_capture_internal_impl",
|
| "modules/video_coding:plot_videoprocessor_integrationtest",
|
| + "ortc:ortc_unittests",
|
| "pc:peerconnection_unittests",
|
| "pc:rtc_pc_unittests",
|
| "stats:rtc_stats_unittests",
|
|
|