From fe9d38f5151c8a9da404efbbf373b3cb9a23c68c Mon Sep 17 00:00:00 2001 From: deadbeef Date: Tue, 18 Apr 2017 10:59:20 -0700 Subject: [PATCH] Remove rtc_p2p_unittests from ortc_unittests executable. These tests are already built into rtc_unittests; they shouldn't be built into two test executables. BUG=None TBR=kjellander@webrtc.org NOTRY=True Review-Url: https://codereview.webrtc.org/2820263004 Cr-Commit-Position: refs/heads/master@{#17748} --- webrtc/ortc/BUILD.gn | 1 - 1 file changed, 1 deletion(-) diff --git a/webrtc/ortc/BUILD.gn b/webrtc/ortc/BUILD.gn index 8c23502689..11face8d83 100644 --- a/webrtc/ortc/BUILD.gn +++ b/webrtc/ortc/BUILD.gn @@ -79,7 +79,6 @@ if (rtc_include_tests) { "../base:rtc_base_tests_utils", "../media:rtc_unittest_main", "../p2p:rtc_p2p", - "../p2p:rtc_p2p_unittests", "../pc:pc_test_utils", "../system_wrappers:metrics_default", ]