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

Side by Side Diff: net/net_lib.scons

Issue 42197: Add command line switch "--new-ftp" for new portable... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Upload before checkin Created 11 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « net/net.gyp ('k') | net/url_request/url_request_context.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2006-2008 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2006-2008 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 __doc__ = """ 5 __doc__ = """
6 Configuration for building net.lib / libnet.a. 6 Configuration for building net.lib / libnet.a.
7 """ 7 """
8 8
9 Import('env') 9 Import('env')
10 10
(...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after
148 'url_request/url_request_inet_job.cc', 148 'url_request/url_request_inet_job.cc',
149 'url_request/url_request_inet_job.h', 149 'url_request/url_request_inet_job.h',
150 'url_request/url_request_job.cc', 150 'url_request/url_request_job.cc',
151 'url_request/url_request_job.h', 151 'url_request/url_request_job.h',
152 'url_request/url_request_job_manager.cc', 152 'url_request/url_request_job_manager.cc',
153 'url_request/url_request_job_manager.h', 153 'url_request/url_request_job_manager.h',
154 'url_request/url_request_job_metrics.cc', 154 'url_request/url_request_job_metrics.cc',
155 'url_request/url_request_job_metrics.h', 155 'url_request/url_request_job_metrics.h',
156 'url_request/url_request_job_tracker.cc', 156 'url_request/url_request_job_tracker.cc',
157 'url_request/url_request_job_tracker.h', 157 'url_request/url_request_job_tracker.h',
158 'url_request/url_request_new_ftp_job.cc',
159 'url_request/url_request_new_ftp_job.h',
158 'url_request/url_request_simple_job.cc', 160 'url_request/url_request_simple_job.cc',
159 'url_request/url_request_simple_job.h', 161 'url_request/url_request_simple_job.h',
160 'url_request/url_request_status.h', 162 'url_request/url_request_status.h',
161 'url_request/url_request_test_job.cc', 163 'url_request/url_request_test_job.cc',
162 'url_request/url_request_test_job.h', 164 'url_request/url_request_test_job.h',
163 'url_request/url_request_view_cache_job.cc', 165 'url_request/url_request_view_cache_job.cc',
164 'url_request/url_request_view_cache_job.h', 166 'url_request/url_request_view_cache_job.h',
165 ]), 167 ]),
166 MSVSFilter('http', [ 168 MSVSFilter('http', [
167 'http/des.cc', 169 'http/des.cc',
(...skipping 266 matching lines...) Expand 10 before | Expand all | Expand 10 after
434 UsePrecompiledHeader='1'), 436 UsePrecompiledHeader='1'),
435 ]) 437 ])
436 438
437 # TODO(sgk): remove when we can derive this information 439 # TODO(sgk): remove when we can derive this information
438 p.AddFileConfig('build/precompiled_net.cc', 440 p.AddFileConfig('build/precompiled_net.cc',
439 'Release|Win32', 441 'Release|Win32',
440 ExcludedFromBuild='true', 442 ExcludedFromBuild='true',
441 tools=[ 443 tools=[
442 'VCCLCompilerTool', 444 'VCCLCompilerTool',
443 ]) 445 ])
OLDNEW
« no previous file with comments | « net/net.gyp ('k') | net/url_request/url_request_context.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698