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

Side by Side Diff: net/net.gyp

Issue 7590011: FTP: add directory listing parser for OS/2 format. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixes Created 9 years, 4 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/ftp/ftp_util_unittest.cc ('k') | no next file » | 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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 287 matching lines...) Expand 10 before | Expand all | Expand 10 after
298 'ftp/ftp_auth_cache.cc', 298 'ftp/ftp_auth_cache.cc',
299 'ftp/ftp_auth_cache.h', 299 'ftp/ftp_auth_cache.h',
300 'ftp/ftp_ctrl_response_buffer.cc', 300 'ftp/ftp_ctrl_response_buffer.cc',
301 'ftp/ftp_ctrl_response_buffer.h', 301 'ftp/ftp_ctrl_response_buffer.h',
302 'ftp/ftp_directory_listing_parser.cc', 302 'ftp/ftp_directory_listing_parser.cc',
303 'ftp/ftp_directory_listing_parser.h', 303 'ftp/ftp_directory_listing_parser.h',
304 'ftp/ftp_directory_listing_parser_ls.cc', 304 'ftp/ftp_directory_listing_parser_ls.cc',
305 'ftp/ftp_directory_listing_parser_ls.h', 305 'ftp/ftp_directory_listing_parser_ls.h',
306 'ftp/ftp_directory_listing_parser_netware.cc', 306 'ftp/ftp_directory_listing_parser_netware.cc',
307 'ftp/ftp_directory_listing_parser_netware.h', 307 'ftp/ftp_directory_listing_parser_netware.h',
308 'ftp/ftp_directory_listing_parser_os2.cc',
309 'ftp/ftp_directory_listing_parser_os2.h',
308 'ftp/ftp_directory_listing_parser_vms.cc', 310 'ftp/ftp_directory_listing_parser_vms.cc',
309 'ftp/ftp_directory_listing_parser_vms.h', 311 'ftp/ftp_directory_listing_parser_vms.h',
310 'ftp/ftp_directory_listing_parser_windows.cc', 312 'ftp/ftp_directory_listing_parser_windows.cc',
311 'ftp/ftp_directory_listing_parser_windows.h', 313 'ftp/ftp_directory_listing_parser_windows.h',
312 'ftp/ftp_network_layer.cc', 314 'ftp/ftp_network_layer.cc',
313 'ftp/ftp_network_layer.h', 315 'ftp/ftp_network_layer.h',
314 'ftp/ftp_network_session.cc', 316 'ftp/ftp_network_session.cc',
315 'ftp/ftp_network_session.h', 317 'ftp/ftp_network_session.h',
316 'ftp/ftp_network_transaction.cc', 318 'ftp/ftp_network_transaction.cc',
317 'ftp/ftp_network_transaction.h', 319 'ftp/ftp_network_transaction.h',
(...skipping 608 matching lines...) Expand 10 before | Expand all | Expand 10 after
926 'disk_cache/mapped_file_unittest.cc', 928 'disk_cache/mapped_file_unittest.cc',
927 'disk_cache/storage_block_unittest.cc', 929 'disk_cache/storage_block_unittest.cc',
928 'dns/async_host_resolver_unittest.cc', 930 'dns/async_host_resolver_unittest.cc',
929 'dns/dns_query_unittest.cc', 931 'dns/dns_query_unittest.cc',
930 'dns/dns_response_unittest.cc', 932 'dns/dns_response_unittest.cc',
931 'dns/dns_transaction_unittest.cc', 933 'dns/dns_transaction_unittest.cc',
932 'ftp/ftp_auth_cache_unittest.cc', 934 'ftp/ftp_auth_cache_unittest.cc',
933 'ftp/ftp_ctrl_response_buffer_unittest.cc', 935 'ftp/ftp_ctrl_response_buffer_unittest.cc',
934 'ftp/ftp_directory_listing_parser_ls_unittest.cc', 936 'ftp/ftp_directory_listing_parser_ls_unittest.cc',
935 'ftp/ftp_directory_listing_parser_netware_unittest.cc', 937 'ftp/ftp_directory_listing_parser_netware_unittest.cc',
938 'ftp/ftp_directory_listing_parser_os2_unittest.cc',
936 'ftp/ftp_directory_listing_parser_unittest.cc', 939 'ftp/ftp_directory_listing_parser_unittest.cc',
937 'ftp/ftp_directory_listing_parser_vms_unittest.cc', 940 'ftp/ftp_directory_listing_parser_vms_unittest.cc',
938 'ftp/ftp_directory_listing_parser_windows_unittest.cc', 941 'ftp/ftp_directory_listing_parser_windows_unittest.cc',
939 'ftp/ftp_network_transaction_unittest.cc', 942 'ftp/ftp_network_transaction_unittest.cc',
940 'ftp/ftp_util_unittest.cc', 943 'ftp/ftp_util_unittest.cc',
941 'http/des_unittest.cc', 944 'http/des_unittest.cc',
942 'http/http_alternate_protocols_unittest.cc', 945 'http/http_alternate_protocols_unittest.cc',
943 'http/http_auth_cache_unittest.cc', 946 'http/http_auth_cache_unittest.cc',
944 'http/http_auth_controller_unittest.cc', 947 'http/http_auth_controller_unittest.cc',
945 'http/http_auth_filter_unittest.cc', 948 'http/http_auth_filter_unittest.cc',
(...skipping 543 matching lines...) Expand 10 before | Expand all | Expand 10 after
1489 'tools/dump_cache/url_to_filename_encoder.cc', 1492 'tools/dump_cache/url_to_filename_encoder.cc',
1490 'tools/dump_cache/url_to_filename_encoder.h', 1493 'tools/dump_cache/url_to_filename_encoder.h',
1491 'tools/dump_cache/url_utilities.h', 1494 'tools/dump_cache/url_utilities.h',
1492 'tools/dump_cache/url_utilities.cc', 1495 'tools/dump_cache/url_utilities.cc',
1493 ], 1496 ],
1494 }, 1497 },
1495 ], 1498 ],
1496 }], 1499 }],
1497 ], 1500 ],
1498 } 1501 }
OLDNEW
« no previous file with comments | « net/ftp/ftp_util_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698