summaryrefslogtreecommitdiffstats
path: root/net/net.gyp
diff options
context:
space:
mode:
authormnissler@chromium.org <mnissler@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-06-01 13:40:02 +0000
committermnissler@chromium.org <mnissler@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-06-01 13:40:02 +0000
commitbe4d55fe8d843628223a7b40162007ab734d1402 (patch)
treed8ecca580b0561fab811d41447339cfd473ae229 /net/net.gyp
parent221e544540fc33994373a8e88ba68300f840da75 (diff)
downloadchromium_src-be4d55fe8d843628223a7b40162007ab734d1402.zip
chromium_src-be4d55fe8d843628223a7b40162007ab734d1402.tar.gz
chromium_src-be4d55fe8d843628223a7b40162007ab734d1402.tar.bz2
Move net::HTTPSProber from net_base to net
net::HTTPSProber belongs into the net library, where also it's only user net::URLRequest is living. This fixes undefined references in net_base caused by net::HTTPSProber when not linking against net. BUG=45493 TEST=Building hresolv with the plain ld linker in shared library configuration should not generate undefined references. Review URL: http://codereview.chromium.org/2441001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48632 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/net.gyp')
-rw-r--r--net/net.gyp4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/net.gyp b/net/net.gyp
index 85cdb01..5be0bee 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -78,8 +78,6 @@
'base/host_resolver_impl.h',
'base/host_resolver_proc.cc',
'base/host_resolver_proc.h',
- 'base/https_prober.h',
- 'base/https_prober.cc',
'base/io_buffer.cc',
'base/io_buffer.h',
'base/keygen_handler.cc',
@@ -491,6 +489,8 @@
'spdy/spdy_stream.cc',
'spdy/spdy_stream.h',
'spdy/spdy_transaction_factory.h',
+ 'url_request/https_prober.h',
+ 'url_request/https_prober.cc',
'url_request/url_request.cc',
'url_request/url_request.h',
'url_request/url_request_about_job.cc',