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

Side by Side 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, 1 month 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 unified diff | Download patch
« no previous file with comments | « no previous file | webrtc/build/apk_tests.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2013 The WebRTC project authors. All Rights Reserved. 1 # Copyright (c) 2013 The WebRTC project authors. All Rights Reserved.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license 3 # Use of this source code is governed by a BSD-style license
4 # that can be found in the LICENSE file in the root of the source 4 # that can be found in the LICENSE file in the root of the source
5 # tree. An additional intellectual property rights grant can be found 5 # tree. An additional intellectual property rights grant can be found
6 # in the file PATENTS. All contributing project authors may 6 # in the file PATENTS. All contributing project authors may
7 # be found in the AUTHORS file in the root of the source tree. 7 # be found in the AUTHORS file in the root of the source tree.
8 { 8 {
9 'includes': [ '../build/common.gypi', ], 9 'includes': [ '../build/common.gypi', ],
10 'targets': [ 10 'targets': [
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
71 'httpserver_unittest.cc', 71 'httpserver_unittest.cc',
72 'ipaddress_unittest.cc', 72 'ipaddress_unittest.cc',
73 'logging_unittest.cc', 73 'logging_unittest.cc',
74 'maybe_unittest.cc', 74 'maybe_unittest.cc',
75 'md5digest_unittest.cc', 75 'md5digest_unittest.cc',
76 'messagedigest_unittest.cc', 76 'messagedigest_unittest.cc',
77 'messagequeue_unittest.cc', 77 'messagequeue_unittest.cc',
78 'multipart_unittest.cc', 78 'multipart_unittest.cc',
79 'nat_unittest.cc', 79 'nat_unittest.cc',
80 'network_unittest.cc', 80 'network_unittest.cc',
81 'nullsocketserver_unittest.cc',
82 'optionsfile_unittest.cc', 81 'optionsfile_unittest.cc',
83 'pathutils_unittest.cc', 82 'pathutils_unittest.cc',
84 'physicalsocketserver_unittest.cc',
85 'profiler_unittest.cc', 83 'profiler_unittest.cc',
86 'proxy_unittest.cc', 84 'proxy_unittest.cc',
87 'proxydetect_unittest.cc', 85 'proxydetect_unittest.cc',
88 'ratelimiter_unittest.cc', 86 'ratelimiter_unittest.cc',
89 'ratetracker_unittest.cc', 87 'ratetracker_unittest.cc',
90 'referencecountedsingletonfactory_unittest.cc', 88 'referencecountedsingletonfactory_unittest.cc',
91 'rollingaccumulator_unittest.cc', 89 'rollingaccumulator_unittest.cc',
92 'scopedptrcollection_unittest.cc', 90 'scopedptrcollection_unittest.cc',
93 'sha1digest_unittest.cc', 91 'sha1digest_unittest.cc',
94 'sharedexclusivelock_unittest.cc', 92 'sharedexclusivelock_unittest.cc',
95 'signalthread_unittest.cc', 93 'signalthread_unittest.cc',
96 'sigslot_unittest.cc', 94 'sigslot_unittest.cc',
97 'sigslottester.h', 95 'sigslottester.h',
98 'sigslottester.h.pump', 96 'sigslottester.h.pump',
99 'socket_unittest.cc',
100 'socket_unittest.h',
101 'socketaddress_unittest.cc',
102 'stream_unittest.cc', 97 'stream_unittest.cc',
103 'stringencode_unittest.cc', 98 'stringencode_unittest.cc',
104 'stringutils_unittest.cc', 99 'stringutils_unittest.cc',
105 # TODO(ronghuawu): Reenable this test. 100 # TODO(ronghuawu): Reenable this test.
106 # 'systeminfo_unittest.cc', 101 # 'systeminfo_unittest.cc',
107 'task_unittest.cc', 102 'task_unittest.cc',
108 'testclient_unittest.cc', 103 'testclient_unittest.cc',
109 'thread_checker_unittest.cc', 104 'thread_checker_unittest.cc',
110 'thread_unittest.cc', 105 'thread_unittest.cc',
111 'timeutils_unittest.cc', 106 'timeutils_unittest.cc',
112 'urlencode_unittest.cc', 107 'urlencode_unittest.cc',
113 'versionparsing_unittest.cc', 108 'versionparsing_unittest.cc',
114 'virtualsocket_unittest.cc',
115 # TODO(ronghuawu): Reenable this test. 109 # TODO(ronghuawu): Reenable this test.
116 # 'windowpicker_unittest.cc', 110 # 'windowpicker_unittest.cc',
117 ], 111 ],
118 'conditions': [ 112 'conditions': [
119 ['OS=="linux"', { 113 ['OS=="linux"', {
120 'sources': [ 114 'sources': [
121 'latebindingsymboltable_unittest.cc', 115 'latebindingsymboltable_unittest.cc',
122 # TODO(ronghuawu): Reenable this test. 116 # TODO(ronghuawu): Reenable this test.
123 # 'linux_unittest.cc', 117 # 'linux_unittest.cc',
124 'linuxfdwalk_unittest.cc', 118 'linuxfdwalk_unittest.cc',
125 ], 119 ],
126 }], 120 }],
127 ['OS=="win"', { 121 ['OS=="win"', {
128 'sources': [ 122 'sources': [
129 'win32_unittest.cc', 123 'win32_unittest.cc',
130 'win32regkey_unittest.cc', 124 'win32regkey_unittest.cc',
131 'win32socketserver_unittest.cc',
132 'win32window_unittest.cc', 125 'win32window_unittest.cc',
133 'win32windowpicker_unittest.cc', 126 'win32windowpicker_unittest.cc',
134 'winfirewall_unittest.cc', 127 'winfirewall_unittest.cc',
135 ], 128 ],
136 'sources!': [ 129 'sources!': [
137 # TODO(ronghuawu): Fix TestUdpReadyToSendIPv6 on windows bot 130 # TODO(pbos): Reenable this test.
138 # then reenable these tests.
139 'physicalsocketserver_unittest.cc',
140 'socket_unittest.cc',
141 'win32socketserver_unittest.cc',
142 'win32windowpicker_unittest.cc', 131 'win32windowpicker_unittest.cc',
143 ], 132 ],
144 }], 133 }],
145 ['OS=="mac"', { 134 ['OS=="mac"', {
146 'sources': [ 135 'sources': [
147 'macsocketserver_unittest.cc',
148 'macutils_unittest.cc', 136 'macutils_unittest.cc',
149 ], 137 ],
150 }], 138 }],
151 ['os_posix==1', { 139 ['os_posix==1', {
152 'sources': [ 140 'sources': [
153 'ssladapter_unittest.cc', 141 'ssladapter_unittest.cc',
154 'sslidentity_unittest.cc', 142 'sslidentity_unittest.cc',
155 'sslstreamadapter_unittest.cc', 143 'sslstreamadapter_unittest.cc',
156 ], 144 ],
157 }], 145 }],
158 ['OS=="ios" or (OS=="mac" and target_arch!="ia32")', { 146 ['OS=="ios" or (OS=="mac" and target_arch!="ia32")', {
159 'defines': [ 147 'defines': [
160 'CARBON_DEPRECATED=YES', 148 'CARBON_DEPRECATED=YES',
161 ], 149 ],
162 }], 150 }],
163 ], # conditions 151 ], # conditions
164 }, 152 },
165 }, 153 },
166 ], 154 ],
167 } 155 }
OLDNEW
« 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