Chromium Code Reviews| Index: net/net_unittests.scons |
| =================================================================== |
| --- net/net_unittests.scons (revision 4466) |
| +++ net/net_unittests.scons (working copy) |
| @@ -119,6 +119,11 @@ |
| '../base/platform_test_mac$OBJSUFFIX', |
| ]) |
| +if env['PLATFORM'] == 'posix': |
| + input_files.extend([ |
| + 'url_request/url_request_unittest.cc', |
| + ]) |
| + |
| if env['PLATFORM'] in ('darwin', 'posix'): |
| input_files.extend([ |
| 'base/ssl_client_socket_unittest.cc', |