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

Unified Diff: webrtc/base/base_tests.gyp

Issue 1426643003: Create a 'webrtc_nonparallel_tests' target. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: comments Created 5 years, 2 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/build/apk_tests.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/base/base_tests.gyp
diff --git a/webrtc/base/base_tests.gyp b/webrtc/base/base_tests.gyp
index 4c3dd3dba12f731d5423637f1303ba280b11bef6..ee371f4a62bcdbe99c5562f448be195e2314953d 100644
--- a/webrtc/base/base_tests.gyp
+++ b/webrtc/base/base_tests.gyp
@@ -78,10 +78,8 @@
'multipart_unittest.cc',
'nat_unittest.cc',
'network_unittest.cc',
- 'nullsocketserver_unittest.cc',
'optionsfile_unittest.cc',
'pathutils_unittest.cc',
- 'physicalsocketserver_unittest.cc',
'profiler_unittest.cc',
'proxy_unittest.cc',
'proxydetect_unittest.cc',
@@ -96,9 +94,6 @@
'sigslot_unittest.cc',
'sigslottester.h',
'sigslottester.h.pump',
- 'socket_unittest.cc',
- 'socket_unittest.h',
- 'socketaddress_unittest.cc',
'stream_unittest.cc',
'stringencode_unittest.cc',
'stringutils_unittest.cc',
@@ -111,7 +106,6 @@
'timeutils_unittest.cc',
'urlencode_unittest.cc',
'versionparsing_unittest.cc',
- 'virtualsocket_unittest.cc',
# TODO(ronghuawu): Reenable this test.
# 'windowpicker_unittest.cc',
],
@@ -128,23 +122,17 @@
'sources': [
'win32_unittest.cc',
'win32regkey_unittest.cc',
- 'win32socketserver_unittest.cc',
'win32window_unittest.cc',
'win32windowpicker_unittest.cc',
'winfirewall_unittest.cc',
],
'sources!': [
- # TODO(ronghuawu): Fix TestUdpReadyToSendIPv6 on windows bot
- # then reenable these tests.
- 'physicalsocketserver_unittest.cc',
- 'socket_unittest.cc',
- 'win32socketserver_unittest.cc',
+ # TODO(pbos): Reenable this test.
'win32windowpicker_unittest.cc',
],
}],
['OS=="mac"', {
'sources': [
- 'macsocketserver_unittest.cc',
'macutils_unittest.cc',
],
}],
« no previous file with comments | « no previous file | webrtc/build/apk_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698