| 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",
|
|
|