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

Unified Diff: net/net.gyp

Issue 6341004: More net/ reordering. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Window gyp dependency Created 9 years, 11 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/http_proxy_client_socket_pool.cc ('k') | net/proxy/multi_threaded_proxy_resolver_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 485ac38b46a2bbba3e86082455039dab65ebb9d0..7dedb46b7a31390840be8821322adcca78cb02f1 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -189,7 +189,6 @@
'base/transport_security_state.cc',
'base/transport_security_state.h',
'base/sys_addrinfo.h',
- 'base/test_completion_callback.h',
'base/upload_data.cc',
'base/upload_data.h',
'base/upload_data_stream.cc',
@@ -1159,6 +1158,8 @@
'sources': [
'base/cert_test_util.cc',
'base/cert_test_util.h',
+ 'base/test_completion_callback.cc',
+ 'base/test_completion_callback.h',
'disk_cache/disk_cache_test_util.cc',
'disk_cache/disk_cache_test_util.h',
'proxy/proxy_config_service_common_unittest.cc',
@@ -1422,6 +1423,7 @@
'type': 'executable',
'dependencies': [
'net',
+ 'net_test_support',
'../base/base.gyp:base',
],
'sources': [
« no previous file with comments | « net/http/http_proxy_client_socket_pool.cc ('k') | net/proxy/multi_threaded_proxy_resolver_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698