Index: webrtc/BUILD.gn |
diff --git a/webrtc/BUILD.gn b/webrtc/BUILD.gn |
index 064b1b440ba67ae17a3ab58c7783c8b32c3e73c5..3d17a39783f7377a2cfea72d9f2ad4dd0f812cab 100644 |
--- a/webrtc/BUILD.gn |
+++ b/webrtc/BUILD.gn |
@@ -282,7 +282,6 @@ if (!build_with_chromium) { |
":video_engine_tests", |
":webrtc_nonparallel_tests", |
":webrtc_perf_tests", |
- "api:peerconnection_unittests", |
"common_audio:common_audio_unittests", |
"common_video:common_video_unittests", |
"libjingle:xmllite_xmpp_unittests", |
@@ -293,6 +292,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", |