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

Unified Diff: net/net.gyp

Issue 2090463002: Move net/base/test_data_directory.[cc,h] to net/test (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 | « net/http/transport_security_state_unittest.cc ('k') | net/quic/crypto/proof_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/net.gyp
diff --git a/net/net.gyp b/net/net.gyp
index acd2a8543b746b3202449af63a23088500cd871a..db506c6e31f77fef2cca3369d4963b337fd8a321 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -214,8 +214,8 @@
}],
[ 'use_nss_certs != 1', {
'sources!': [
- 'cert/nss_cert_database_unittest.cc',
'cert/nss_cert_database_chromeos_unittest.cc',
+ 'cert/nss_cert_database_unittest.cc',
'cert/nss_profile_filter_chromeos_unittest.cc',
'ssl/client_cert_store_nss_unittest.cc',
],
@@ -383,6 +383,8 @@
},
],
'sources!': [
+ # Need TestServer.
+ "cert_net/cert_net_fetcher_impl_unittest.cc",
# TODO(droger): The following tests are disabled because the
# implementation is missing or incomplete.
# KeygenHandler::GenKeyAndSignChallenge() is not ported to iOS.
@@ -392,8 +394,6 @@
# Need to read input data files.
'filter/brotli_filter_unittest.cc',
'filter/gzip_filter_unittest.cc',
- # Need TestServer.
- "cert_net/cert_net_fetcher_impl_unittest.cc",
'proxy/proxy_script_fetcher_impl_unittest.cc',
'socket/ssl_client_socket_unittest.cc',
'socket/ssl_server_socket_unittest.cc',
@@ -435,7 +435,6 @@
'base/filename_util_unittest.cc',
'base/url_util_unittest.cc',
'cert/x509_certificate_unittest.cc',
- 'socket/ssl_client_socket_pool_unittest.cc',
'http/http_auth_handler_basic_unittest.cc',
'http/http_auth_handler_digest_unittest.cc',
'http/http_auth_handler_factory_unittest.cc',
@@ -443,6 +442,7 @@
'http/http_content_disposition_unittest.cc',
'http/http_network_transaction_unittest.cc',
'http/http_proxy_client_socket_pool_unittest.cc',
+ 'socket/ssl_client_socket_pool_unittest.cc',
'spdy/spdy_network_transaction_unittest.cc',
'spdy/spdy_proxy_client_socket_unittest.cc',
'url_request/url_request_job_unittest.cc',
@@ -555,8 +555,6 @@
'base/mock_file_stream.h',
'base/test_completion_callback.cc',
'base/test_completion_callback.h',
- 'base/test_data_directory.cc',
- 'base/test_data_directory.h',
'cert/mock_cert_verifier.cc',
'cert/mock_cert_verifier.h',
'cert/mock_client_cert_verifier.cc',
@@ -578,10 +576,10 @@
'dns/mock_host_resolver.h',
'dns/mock_mdns_socket_factory.cc',
'dns/mock_mdns_socket_factory.h',
- 'http/http_transaction_test_util.cc',
- 'http/http_transaction_test_util.h',
'http/http_stream_factory_test_util.cc',
'http/http_stream_factory_test_util.h',
+ 'http/http_transaction_test_util.cc',
+ 'http/http_transaction_test_util.h',
'log/test_net_log.cc',
'log/test_net_log.h',
'log/test_net_log_entry.cc',
@@ -631,6 +629,8 @@
'test/spawned_test_server/local_test_server_win.cc',
'test/spawned_test_server/spawned_test_server.h',
'test/test_certificate_data.h',
+ 'test/test_data_directory.cc',
+ 'test/test_data_directory.h',
'test/url_request/ssl_certificate_error_job.cc',
'test/url_request/ssl_certificate_error_job.h',
'test/url_request/url_request_failed_job.cc',
@@ -826,8 +826,8 @@
'net_quic_proto',
],
'sources': [
- 'tools/quic/chlo_extractor.cc',
'tools/quic/chlo_extractor.h',
+ 'tools/quic/chlo_extractor.cc',
'tools/quic/quic_client_base.cc',
'tools/quic/quic_client_base.h',
'tools/quic/quic_client_session.cc',
@@ -851,10 +851,10 @@
'tools/quic/quic_simple_server_session.h',
'tools/quic/quic_simple_server_session_helper.cc',
'tools/quic/quic_simple_server_session_helper.h',
- 'tools/quic/quic_spdy_client_stream.cc',
- 'tools/quic/quic_spdy_client_stream.h',
'tools/quic/quic_simple_server_stream.cc',
'tools/quic/quic_simple_server_stream.h',
+ 'tools/quic/quic_spdy_client_stream.cc',
+ 'tools/quic/quic_spdy_client_stream.h',
'tools/quic/quic_time_wait_list_manager.cc',
'tools/quic/quic_time_wait_list_manager.h',
'tools/quic/synchronous_host_resolver.cc',
« no previous file with comments | « net/http/transport_security_state_unittest.cc ('k') | net/quic/crypto/proof_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698