Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(27)

Unified Diff: webrtc/BUILD.gn

Issue 2199193004: Enable socketservers unittests on windows (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Added tracking bug number Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | webrtc/base/physicalsocketserver_unittest.cc » ('j') | webrtc/base/socket_unittest.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/BUILD.gn
diff --git a/webrtc/BUILD.gn b/webrtc/BUILD.gn
index 61fc48cc8f6e9b2d97b509c712f74fe220e2086a..a4b2d129c45351a56712143d5db5ff56f43b257b 100644
--- a/webrtc/BUILD.gn
+++ b/webrtc/BUILD.gn
@@ -695,6 +695,9 @@ if (rtc_include_tests) {
public_configs = [ ":common_inherited_config" ]
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",
]
@@ -704,17 +707,7 @@ if (rtc_include_tests) {
"//testing/gtest",
]
if (is_win) {
- # TODO(ronghuawu): Fix TestUdpReadyToSendIPv6 on windows bot then reenable
- # these tests.
- # sources += [ "base/win32socketserver_unittest.cc" ]
- } else {
- # TODO(pbos): Move test disabling to ifdefs within the test files instead
- # of here.
- sources += [
- "base/physicalsocketserver_unittest.cc",
- "base/socket_unittest.cc",
- "base/socket_unittest.h",
- ]
+ sources += [ "base/win32socketserver_unittest.cc" ]
}
if (is_android) {
deps += [ "//testing/android/native_test:native_test_support" ]
« no previous file with comments | « no previous file | webrtc/base/physicalsocketserver_unittest.cc » ('j') | webrtc/base/socket_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698