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

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: 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
« net/ftp/ftp_util_unittest.cc ('K') | « 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 286 matching lines...) Expand 10 before | Expand all | Expand 10 after
297 'ftp/ftp_auth_cache.cc', 297 'ftp/ftp_auth_cache.cc',
298 'ftp/ftp_auth_cache.h', 298 'ftp/ftp_auth_cache.h',
299 'ftp/ftp_ctrl_response_buffer.cc', 299 'ftp/ftp_ctrl_response_buffer.cc',
300 'ftp/ftp_ctrl_response_buffer.h', 300 'ftp/ftp_ctrl_response_buffer.h',
301 'ftp/ftp_directory_listing_parser.cc', 301 'ftp/ftp_directory_listing_parser.cc',
302 'ftp/ftp_directory_listing_parser.h', 302 'ftp/ftp_directory_listing_parser.h',
303 'ftp/ftp_directory_listing_parser_ls.cc', 303 'ftp/ftp_directory_listing_parser_ls.cc',
304 'ftp/ftp_directory_listing_parser_ls.h', 304 'ftp/ftp_directory_listing_parser_ls.h',
305 'ftp/ftp_directory_listing_parser_netware.cc', 305 'ftp/ftp_directory_listing_parser_netware.cc',
306 'ftp/ftp_directory_listing_parser_netware.h', 306 'ftp/ftp_directory_listing_parser_netware.h',
307 'ftp/ftp_directory_listing_parser_os2.cc',
308 'ftp/ftp_directory_listing_parser_os2.h',
307 'ftp/ftp_directory_listing_parser_vms.cc', 309 'ftp/ftp_directory_listing_parser_vms.cc',
308 'ftp/ftp_directory_listing_parser_vms.h', 310 'ftp/ftp_directory_listing_parser_vms.h',
309 'ftp/ftp_directory_listing_parser_windows.cc', 311 'ftp/ftp_directory_listing_parser_windows.cc',
310 'ftp/ftp_directory_listing_parser_windows.h', 312 'ftp/ftp_directory_listing_parser_windows.h',
311 'ftp/ftp_network_layer.cc', 313 'ftp/ftp_network_layer.cc',
312 'ftp/ftp_network_layer.h', 314 'ftp/ftp_network_layer.h',
313 'ftp/ftp_network_session.cc', 315 'ftp/ftp_network_session.cc',
314 'ftp/ftp_network_session.h', 316 'ftp/ftp_network_session.h',
315 'ftp/ftp_network_transaction.cc', 317 'ftp/ftp_network_transaction.cc',
316 'ftp/ftp_network_transaction.h', 318 'ftp/ftp_network_transaction.h',
(...skipping 608 matching lines...) Expand 10 before | Expand all | Expand 10 after
925 'disk_cache/mapped_file_unittest.cc', 927 'disk_cache/mapped_file_unittest.cc',
926 'disk_cache/storage_block_unittest.cc', 928 'disk_cache/storage_block_unittest.cc',
927 'dns/async_host_resolver_unittest.cc', 929 'dns/async_host_resolver_unittest.cc',
928 'dns/dns_query_unittest.cc', 930 'dns/dns_query_unittest.cc',
929 'dns/dns_response_unittest.cc', 931 'dns/dns_response_unittest.cc',
930 'dns/dns_transaction_unittest.cc', 932 'dns/dns_transaction_unittest.cc',
931 'ftp/ftp_auth_cache_unittest.cc', 933 'ftp/ftp_auth_cache_unittest.cc',
932 'ftp/ftp_ctrl_response_buffer_unittest.cc', 934 'ftp/ftp_ctrl_response_buffer_unittest.cc',
933 'ftp/ftp_directory_listing_parser_ls_unittest.cc', 935 'ftp/ftp_directory_listing_parser_ls_unittest.cc',
934 'ftp/ftp_directory_listing_parser_netware_unittest.cc', 936 'ftp/ftp_directory_listing_parser_netware_unittest.cc',
937 'ftp/ftp_directory_listing_parser_os2_unittest.cc',
935 'ftp/ftp_directory_listing_parser_unittest.cc', 938 'ftp/ftp_directory_listing_parser_unittest.cc',
936 'ftp/ftp_directory_listing_parser_vms_unittest.cc', 939 'ftp/ftp_directory_listing_parser_vms_unittest.cc',
937 'ftp/ftp_directory_listing_parser_windows_unittest.cc', 940 'ftp/ftp_directory_listing_parser_windows_unittest.cc',
938 'ftp/ftp_network_transaction_unittest.cc', 941 'ftp/ftp_network_transaction_unittest.cc',
939 'ftp/ftp_util_unittest.cc', 942 'ftp/ftp_util_unittest.cc',
940 'http/des_unittest.cc', 943 'http/des_unittest.cc',
941 'http/http_alternate_protocols_unittest.cc', 944 'http/http_alternate_protocols_unittest.cc',
942 'http/http_auth_cache_unittest.cc', 945 'http/http_auth_cache_unittest.cc',
943 'http/http_auth_controller_unittest.cc', 946 'http/http_auth_controller_unittest.cc',
944 'http/http_auth_filter_unittest.cc', 947 'http/http_auth_filter_unittest.cc',
(...skipping 538 matching lines...) Expand 10 before | Expand all | Expand 10 after
1483 'tools/dump_cache/url_to_filename_encoder.cc', 1486 'tools/dump_cache/url_to_filename_encoder.cc',
1484 'tools/dump_cache/url_to_filename_encoder.h', 1487 'tools/dump_cache/url_to_filename_encoder.h',
1485 'tools/dump_cache/url_utilities.h', 1488 'tools/dump_cache/url_utilities.h',
1486 'tools/dump_cache/url_utilities.cc', 1489 'tools/dump_cache/url_utilities.cc',
1487 ], 1490 ],
1488 }, 1491 },
1489 ], 1492 ],
1490 }], 1493 }],
1491 ], 1494 ],
1492 } 1495 }
OLDNEW
« net/ftp/ftp_util_unittest.cc ('K') | « net/ftp/ftp_util_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698