| Index: webrtc/webrtc_tests.gypi
|
| diff --git a/webrtc/webrtc_tests.gypi b/webrtc/webrtc_tests.gypi
|
| index f1217eba1cb828c144a75deb722c318dbcf20a11..89b475c919b3031a68652656d2027a8bc0efc0ab 100644
|
| --- a/webrtc/webrtc_tests.gypi
|
| +++ b/webrtc/webrtc_tests.gypi
|
| @@ -470,9 +470,6 @@
|
| 'type': '<(gtest_target_type)',
|
| 'sources': [
|
| 'base/nullsocketserver_unittest.cc',
|
| - 'base/physicalsocketserver_unittest.cc',
|
| - 'base/socket_unittest.cc',
|
| - 'base/socket_unittest.h',
|
| 'base/socketaddress_unittest.cc',
|
| 'base/virtualsocket_unittest.cc',
|
| ],
|
| @@ -492,16 +489,17 @@
|
| }],
|
| ['OS=="win"', {
|
| 'sources': [
|
| - 'base/win32socketserver_unittest.cc',
|
| + # TODO(ronghuawu): Fix TestUdpReadyToSendIPv6 on windows bot
|
| + # then reenable these tests.
|
| + # 'base/win32socketserver_unittest.cc',
|
| ],
|
| - 'sources!': [
|
| - # TODO(ronghuawu): Fix TestUdpReadyToSendIPv6 on windows bot
|
| - # then reenable these tests.
|
| - # TODO(pbos): Move test disabling to ifdefs within the test files
|
| - # instead of here.
|
| + }, {
|
| + # TODO(pbos): Move test disabling to ifdefs within the test files
|
| + # instead of here.
|
| + 'sources': [
|
| 'base/physicalsocketserver_unittest.cc',
|
| 'base/socket_unittest.cc',
|
| - 'base/win32socketserver_unittest.cc',
|
| + 'base/socket_unittest.h',
|
| ],
|
| }],
|
| ['OS=="mac"', {
|
|
|