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

Side by Side Diff: net/net.gyp

Issue 28266: Command Line switch for Portable FTP (Patch SET-1) (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' 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/build/net.vcproj ('k') | net/net_lib.scons » ('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) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 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 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'includes': [ 9 'includes': [
10 '../build/common.gypi', 10 '../build/common.gypi',
(...skipping 263 matching lines...) Expand 10 before | Expand all | Expand 10 after
274 'url_request/url_request_inet_job.cc', 274 'url_request/url_request_inet_job.cc',
275 'url_request/url_request_inet_job.h', 275 'url_request/url_request_inet_job.h',
276 'url_request/url_request_job.cc', 276 'url_request/url_request_job.cc',
277 'url_request/url_request_job.h', 277 'url_request/url_request_job.h',
278 'url_request/url_request_job_manager.cc', 278 'url_request/url_request_job_manager.cc',
279 'url_request/url_request_job_manager.h', 279 'url_request/url_request_job_manager.h',
280 'url_request/url_request_job_metrics.cc', 280 'url_request/url_request_job_metrics.cc',
281 'url_request/url_request_job_metrics.h', 281 'url_request/url_request_job_metrics.h',
282 'url_request/url_request_job_tracker.cc', 282 'url_request/url_request_job_tracker.cc',
283 'url_request/url_request_job_tracker.h', 283 'url_request/url_request_job_tracker.h',
284 'url_request/url_request_new_ftp_job.cc',
285 'url_request/url_request_new_ftp_job.h',
284 'url_request/url_request_simple_job.cc', 286 'url_request/url_request_simple_job.cc',
285 'url_request/url_request_simple_job.h', 287 'url_request/url_request_simple_job.h',
286 'url_request/url_request_status.h', 288 'url_request/url_request_status.h',
287 'url_request/url_request_test_job.cc', 289 'url_request/url_request_test_job.cc',
288 'url_request/url_request_test_job.h', 290 'url_request/url_request_test_job.h',
289 'url_request/url_request_view_cache_job.cc', 291 'url_request/url_request_view_cache_job.cc',
290 'url_request/url_request_view_cache_job.h', 292 'url_request/url_request_view_cache_job.h',
291 ], 293 ],
292 'sources!': [ 294 'sources!': [
293 'build/precompiled_net.h', 295 'build/precompiled_net.h',
(...skipping 284 matching lines...) Expand 10 before | Expand all | Expand 10 after
578 'sources': [ 580 'sources': [
579 'tools/dump_cache/dump_cache.cc', 581 'tools/dump_cache/dump_cache.cc',
580 'tools/dump_cache/dump_files.cc', 582 'tools/dump_cache/dump_files.cc',
581 'tools/dump_cache/upgrade.cc', 583 'tools/dump_cache/upgrade.cc',
582 ], 584 ],
583 }, 585 },
584 ], 586 ],
585 }], 587 }],
586 ], 588 ],
587 } 589 }
OLDNEW
« no previous file with comments | « net/build/net.vcproj ('k') | net/net_lib.scons » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698