| Index: webrtc/BUILD.gn
|
| diff --git a/webrtc/BUILD.gn b/webrtc/BUILD.gn
|
| index eb6c3f79b75b6fcda28276d5d0cb5d9e5dde0cb5..836d3d80602d89285e86270b7fec90b9467d5a29 100644
|
| --- a/webrtc/BUILD.gn
|
| +++ b/webrtc/BUILD.gn
|
| @@ -284,7 +284,6 @@ if (!build_with_chromium) {
|
| ":video_engine_tests",
|
| ":webrtc_nonparallel_tests",
|
| ":webrtc_perf_tests",
|
| - "api:peerconnection_unittests",
|
| "base:rtc_base_tests_utils",
|
| "common_audio:common_audio_unittests",
|
| "common_video:common_video_unittests",
|
| @@ -295,6 +294,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",
|
| + "pc:peerconnection_unittests",
|
| "pc:rtc_pc_unittests",
|
| "stats:rtc_stats_unittests",
|
| "system_wrappers:system_wrappers_unittests",
|
|
|