Index: webrtc/BUILD.gn |
diff --git a/webrtc/BUILD.gn b/webrtc/BUILD.gn |
index 58300a43a06079cbc90c6f4e7d93f13ee0709a9d..5925de64eb9c970ce92fd8aa9b2eb51c2124109d 100644 |
--- a/webrtc/BUILD.gn |
+++ b/webrtc/BUILD.gn |
@@ -288,7 +288,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", |
@@ -299,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", |
+ "pc:peerconnection_unittests", |
"pc:rtc_pc_unittests", |
"stats:rtc_stats_unittests", |
"system_wrappers:system_wrappers_unittests", |