From 3283cf917bf2899a7d1e797593704d2068001e6a Mon Sep 17 00:00:00 2001 From: kjellander Date: Thu, 13 Oct 2016 06:35:45 -0700 Subject: [PATCH] Add asyncstuntcpsocket_unittest.cc to rtc_unittests asyncstuntcpsocket_unittest.cc never seem to have been added along with the other tests in webrtc/p2p. Luckily the tests pass. BUG=None NOTRY=True Review-Url: https://codereview.webrtc.org/2404173002 Cr-Commit-Position: refs/heads/master@{#14632} --- webrtc/BUILD.gn | 1 + 1 file changed, 1 insertion(+) diff --git a/webrtc/BUILD.gn b/webrtc/BUILD.gn index eb69eee63c..860f93a89b 100644 --- a/webrtc/BUILD.gn +++ b/webrtc/BUILD.gn @@ -414,6 +414,7 @@ if (rtc_include_tests) { # TODO(ronghuawu): Reenable this test. # "windowpicker_unittest.cc", + "p2p/base/asyncstuntcpsocket_unittest.cc", "p2p/base/dtlstransportchannel_unittest.cc", "p2p/base/fakeportallocator.h", "p2p/base/faketransportcontroller.h",