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

Side by Side Diff: net/net.gyp

Issue 465059: Implement parser for Netware-style FTP LIST response listing. (Closed)
Patch Set: Created 11 years 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
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 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 280 matching lines...) Expand 10 before | Expand all | Expand 10 after
291 'ftp/ftp_auth_cache.cc', 291 'ftp/ftp_auth_cache.cc',
292 'ftp/ftp_auth_cache.h', 292 'ftp/ftp_auth_cache.h',
293 'ftp/ftp_ctrl_response_buffer.cc', 293 'ftp/ftp_ctrl_response_buffer.cc',
294 'ftp/ftp_ctrl_response_buffer.h', 294 'ftp/ftp_ctrl_response_buffer.h',
295 'ftp/ftp_directory_listing_buffer.cc', 295 'ftp/ftp_directory_listing_buffer.cc',
296 'ftp/ftp_directory_listing_buffer.h', 296 'ftp/ftp_directory_listing_buffer.h',
297 'ftp/ftp_directory_listing_parser.cc', 297 'ftp/ftp_directory_listing_parser.cc',
298 'ftp/ftp_directory_listing_parser.h', 298 'ftp/ftp_directory_listing_parser.h',
299 'ftp/ftp_directory_listing_parser_ls.cc', 299 'ftp/ftp_directory_listing_parser_ls.cc',
300 'ftp/ftp_directory_listing_parser_ls.h', 300 'ftp/ftp_directory_listing_parser_ls.h',
301 'ftp/ftp_directory_listing_parser_netware.cc',
302 'ftp/ftp_directory_listing_parser_netware.h',
301 'ftp/ftp_directory_listing_parser_vms.cc', 303 'ftp/ftp_directory_listing_parser_vms.cc',
302 'ftp/ftp_directory_listing_parser_vms.h', 304 'ftp/ftp_directory_listing_parser_vms.h',
303 'ftp/ftp_directory_listing_parser_windows.cc', 305 'ftp/ftp_directory_listing_parser_windows.cc',
304 'ftp/ftp_directory_listing_parser_windows.h', 306 'ftp/ftp_directory_listing_parser_windows.h',
305 'ftp/ftp_network_layer.cc', 307 'ftp/ftp_network_layer.cc',
306 'ftp/ftp_network_layer.h', 308 'ftp/ftp_network_layer.h',
307 'ftp/ftp_network_session.h', 309 'ftp/ftp_network_session.h',
308 'ftp/ftp_network_transaction.cc', 310 'ftp/ftp_network_transaction.cc',
309 'ftp/ftp_network_transaction.h', 311 'ftp/ftp_network_transaction.h',
310 'ftp/ftp_request_info.h', 312 'ftp/ftp_request_info.h',
(...skipping 296 matching lines...) Expand 10 before | Expand all | Expand 10 after
607 'disk_cache/block_files_unittest.cc', 609 'disk_cache/block_files_unittest.cc',
608 'disk_cache/disk_cache_test_base.cc', 610 'disk_cache/disk_cache_test_base.cc',
609 'disk_cache/disk_cache_test_base.h', 611 'disk_cache/disk_cache_test_base.h',
610 'disk_cache/entry_unittest.cc', 612 'disk_cache/entry_unittest.cc',
611 'disk_cache/mapped_file_unittest.cc', 613 'disk_cache/mapped_file_unittest.cc',
612 'disk_cache/storage_block_unittest.cc', 614 'disk_cache/storage_block_unittest.cc',
613 'ftp/ftp_auth_cache_unittest.cc', 615 'ftp/ftp_auth_cache_unittest.cc',
614 'ftp/ftp_ctrl_response_buffer_unittest.cc', 616 'ftp/ftp_ctrl_response_buffer_unittest.cc',
615 'ftp/ftp_directory_listing_buffer_unittest.cc', 617 'ftp/ftp_directory_listing_buffer_unittest.cc',
616 'ftp/ftp_directory_listing_parser_ls_unittest.cc', 618 'ftp/ftp_directory_listing_parser_ls_unittest.cc',
619 'ftp/ftp_directory_listing_parser_netware_unittest.cc',
617 'ftp/ftp_directory_listing_parser_vms_unittest.cc', 620 'ftp/ftp_directory_listing_parser_vms_unittest.cc',
618 'ftp/ftp_directory_listing_parser_windows_unittest.cc', 621 'ftp/ftp_directory_listing_parser_windows_unittest.cc',
619 'ftp/ftp_network_transaction_unittest.cc', 622 'ftp/ftp_network_transaction_unittest.cc',
620 'ftp/ftp_util_unittest.cc', 623 'ftp/ftp_util_unittest.cc',
621 'http/des_unittest.cc', 624 'http/des_unittest.cc',
622 'flip/flip_framer_test.cc', 625 'flip/flip_framer_test.cc',
623 'flip/flip_network_transaction_unittest.cc', 626 'flip/flip_network_transaction_unittest.cc',
624 'flip/flip_protocol_test.cc', 627 'flip/flip_protocol_test.cc',
625 'flip/flip_session_unittest.cc', 628 'flip/flip_session_unittest.cc',
626 'flip/flip_stream_unittest.cc', 629 'flip/flip_stream_unittest.cc',
(...skipping 249 matching lines...) Expand 10 before | Expand all | Expand 10 after
876 ], 879 ],
877 }], 880 }],
878 ], 881 ],
879 } 882 }
880 883
881 # Local Variables: 884 # Local Variables:
882 # tab-width:2 885 # tab-width:2
883 # indent-tabs-mode:nil 886 # indent-tabs-mode:nil
884 # End: 887 # End:
885 # vim: set expandtab tabstop=2 shiftwidth=2: 888 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« net/ftp/ftp_directory_listing_parser_netware_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