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

Unified Diff: net/net.gyp

Issue 12811011: net: move test files out of net/base (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: android Created 7 years, 9 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/base/run_all_unittests.cc ('k') | net/proxy/proxy_config_service_android_unittest.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 3bf68cc36e19d026dc1563a5146785372aee49eb..f66d8f64648943f4fb5dd600c092b2f4e7293ac1 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -1409,7 +1409,6 @@
'base/prioritized_dispatcher_unittest.cc',
'base/priority_queue_unittest.cc',
'base/registry_controlled_domains/registry_controlled_domain_unittest.cc',
- 'base/run_all_unittests.cc',
'base/sdch_filter_unittest.cc',
'base/single_request_host_resolver_unittest.cc',
'base/static_cookie_policy_unittest.cc',
@@ -1661,6 +1660,7 @@
'ssl/ssl_client_auth_cache_unittest.cc',
'ssl/ssl_config_service_unittest.cc',
'test/python_utils_unittest.cc',
+ 'test/run_all_unittests.cc',
'tools/dump_cache/url_to_filename_encoder.cc',
'tools/dump_cache/url_to_filename_encoder.h',
'tools/dump_cache/url_to_filename_encoder_unittest.cc',
@@ -1984,8 +1984,6 @@
'base/mock_file_stream.h',
'base/mock_host_resolver.cc',
'base/mock_host_resolver.h',
- 'base/net_test_suite.cc',
- 'base/net_test_suite.h',
'base/test_completion_callback.cc',
'base/test_completion_callback.h',
'base/test_data_directory.cc',
@@ -2018,6 +2016,8 @@
'test/local_test_server_win.cc',
'test/local_test_server.cc',
'test/local_test_server.h',
+ 'test/net_test_suite.cc',
+ 'test/net_test_suite.h',
'test/python_utils.cc',
'test/python_utils.h',
'test/remote_test_server.cc',
« no previous file with comments | « net/base/run_all_unittests.cc ('k') | net/proxy/proxy_config_service_android_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698