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}
This commit is contained in:
deadbeef 2017-04-18 10:59:20 -07:00 committed by Commit bot
parent 07cd1ba023
commit fe9d38f515

View File

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