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

Side by Side Diff: net/net.gyp

Issue 5669001: FTP: fix compatibility problems with MLSD by removing MLSD support. (Closed)
Patch Set: Created 10 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) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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 380 matching lines...) Expand 10 before | Expand all | Expand 10 after
391 'disk_cache/trace.cc', 391 'disk_cache/trace.cc',
392 'disk_cache/trace.h', 392 'disk_cache/trace.h',
393 'ftp/ftp_auth_cache.cc', 393 'ftp/ftp_auth_cache.cc',
394 'ftp/ftp_auth_cache.h', 394 'ftp/ftp_auth_cache.h',
395 'ftp/ftp_ctrl_response_buffer.cc', 395 'ftp/ftp_ctrl_response_buffer.cc',
396 'ftp/ftp_ctrl_response_buffer.h', 396 'ftp/ftp_ctrl_response_buffer.h',
397 'ftp/ftp_directory_listing_buffer.cc', 397 'ftp/ftp_directory_listing_buffer.cc',
398 'ftp/ftp_directory_listing_buffer.h', 398 'ftp/ftp_directory_listing_buffer.h',
399 'ftp/ftp_directory_listing_parser.cc', 399 'ftp/ftp_directory_listing_parser.cc',
400 'ftp/ftp_directory_listing_parser.h', 400 'ftp/ftp_directory_listing_parser.h',
401 'ftp/ftp_directory_listing_parser_hprc.cc',
402 'ftp/ftp_directory_listing_parser_hprc.h',
403 'ftp/ftp_directory_listing_parser_ls.cc', 401 'ftp/ftp_directory_listing_parser_ls.cc',
404 'ftp/ftp_directory_listing_parser_ls.h', 402 'ftp/ftp_directory_listing_parser_ls.h',
405 'ftp/ftp_directory_listing_parser_mlsd.cc',
406 'ftp/ftp_directory_listing_parser_mlsd.h',
407 'ftp/ftp_directory_listing_parser_netware.cc', 403 'ftp/ftp_directory_listing_parser_netware.cc',
408 'ftp/ftp_directory_listing_parser_netware.h', 404 'ftp/ftp_directory_listing_parser_netware.h',
409 'ftp/ftp_directory_listing_parser_vms.cc', 405 'ftp/ftp_directory_listing_parser_vms.cc',
410 'ftp/ftp_directory_listing_parser_vms.h', 406 'ftp/ftp_directory_listing_parser_vms.h',
411 'ftp/ftp_directory_listing_parser_windows.cc', 407 'ftp/ftp_directory_listing_parser_windows.cc',
412 'ftp/ftp_directory_listing_parser_windows.h', 408 'ftp/ftp_directory_listing_parser_windows.h',
413 'ftp/ftp_network_layer.cc', 409 'ftp/ftp_network_layer.cc',
414 'ftp/ftp_network_layer.h', 410 'ftp/ftp_network_layer.h',
415 'ftp/ftp_network_session.cc', 411 'ftp/ftp_network_session.cc',
416 'ftp/ftp_network_session.h', 412 'ftp/ftp_network_session.h',
(...skipping 459 matching lines...) Expand 10 before | Expand all | Expand 10 after
876 'disk_cache/cache_util_unittest.cc', 872 'disk_cache/cache_util_unittest.cc',
877 'disk_cache/disk_cache_test_base.cc', 873 'disk_cache/disk_cache_test_base.cc',
878 'disk_cache/disk_cache_test_base.h', 874 'disk_cache/disk_cache_test_base.h',
879 'disk_cache/entry_unittest.cc', 875 'disk_cache/entry_unittest.cc',
880 'disk_cache/mapped_file_unittest.cc', 876 'disk_cache/mapped_file_unittest.cc',
881 'disk_cache/storage_block_unittest.cc', 877 'disk_cache/storage_block_unittest.cc',
882 'ftp/ftp_auth_cache_unittest.cc', 878 'ftp/ftp_auth_cache_unittest.cc',
883 'ftp/ftp_ctrl_response_buffer_unittest.cc', 879 'ftp/ftp_ctrl_response_buffer_unittest.cc',
884 'ftp/ftp_directory_listing_buffer_unittest.cc', 880 'ftp/ftp_directory_listing_buffer_unittest.cc',
885 'ftp/ftp_directory_listing_parser_ls_unittest.cc', 881 'ftp/ftp_directory_listing_parser_ls_unittest.cc',
886 'ftp/ftp_directory_listing_parser_hprc_unittest.cc',
887 'ftp/ftp_directory_listing_parser_mlsd_unittest.cc',
888 'ftp/ftp_directory_listing_parser_netware_unittest.cc', 882 'ftp/ftp_directory_listing_parser_netware_unittest.cc',
889 'ftp/ftp_directory_listing_parser_vms_unittest.cc', 883 'ftp/ftp_directory_listing_parser_vms_unittest.cc',
890 'ftp/ftp_directory_listing_parser_windows_unittest.cc', 884 'ftp/ftp_directory_listing_parser_windows_unittest.cc',
891 'ftp/ftp_network_transaction_unittest.cc', 885 'ftp/ftp_network_transaction_unittest.cc',
892 'ftp/ftp_util_unittest.cc', 886 'ftp/ftp_util_unittest.cc',
893 'http/des_unittest.cc', 887 'http/des_unittest.cc',
894 'http/http_alternate_protocols_unittest.cc', 888 'http/http_alternate_protocols_unittest.cc',
895 'http/http_auth_cache_unittest.cc', 889 'http/http_auth_cache_unittest.cc',
896 'http/http_auth_filter_unittest.cc', 890 'http/http_auth_filter_unittest.cc',
897 'http/http_auth_gssapi_posix_unittest.cc', 891 'http/http_auth_gssapi_posix_unittest.cc',
(...skipping 548 matching lines...) Expand 10 before | Expand all | Expand 10 after
1446 ], 1440 ],
1447 }], 1441 }],
1448 ], 1442 ],
1449 } 1443 }
1450 1444
1451 # Local Variables: 1445 # Local Variables:
1452 # tab-width:2 1446 # tab-width:2
1453 # indent-tabs-mode:nil 1447 # indent-tabs-mode:nil
1454 # End: 1448 # End:
1455 # vim: set expandtab tabstop=2 shiftwidth=2: 1449 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« net/ftp/ftp_server_type_histograms.h ('K') | « net/ftp/ftp_server_type_histograms.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698