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

Side by Side Diff: net/net.gyp

Issue 6670085: FTP: Detect the character encoding only after the entire listing is received. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: test coverage Created 9 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
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 408 matching lines...) Expand 10 before | Expand all | Expand 10 after
419 'disk_cache/stats_histogram.cc', 419 'disk_cache/stats_histogram.cc',
420 'disk_cache/stats_histogram.h', 420 'disk_cache/stats_histogram.h',
421 'disk_cache/storage_block-inl.h', 421 'disk_cache/storage_block-inl.h',
422 'disk_cache/storage_block.h', 422 'disk_cache/storage_block.h',
423 'disk_cache/trace.cc', 423 'disk_cache/trace.cc',
424 'disk_cache/trace.h', 424 'disk_cache/trace.h',
425 'ftp/ftp_auth_cache.cc', 425 'ftp/ftp_auth_cache.cc',
426 'ftp/ftp_auth_cache.h', 426 'ftp/ftp_auth_cache.h',
427 'ftp/ftp_ctrl_response_buffer.cc', 427 'ftp/ftp_ctrl_response_buffer.cc',
428 'ftp/ftp_ctrl_response_buffer.h', 428 'ftp/ftp_ctrl_response_buffer.h',
429 'ftp/ftp_directory_listing_buffer.cc',
430 'ftp/ftp_directory_listing_buffer.h',
431 'ftp/ftp_directory_listing_parser.cc', 429 'ftp/ftp_directory_listing_parser.cc',
432 'ftp/ftp_directory_listing_parser.h', 430 'ftp/ftp_directory_listing_parser.h',
433 'ftp/ftp_directory_listing_parser_ls.cc', 431 'ftp/ftp_directory_listing_parser_ls.cc',
434 'ftp/ftp_directory_listing_parser_ls.h', 432 'ftp/ftp_directory_listing_parser_ls.h',
435 'ftp/ftp_directory_listing_parser_netware.cc', 433 'ftp/ftp_directory_listing_parser_netware.cc',
436 'ftp/ftp_directory_listing_parser_netware.h', 434 'ftp/ftp_directory_listing_parser_netware.h',
437 'ftp/ftp_directory_listing_parser_vms.cc', 435 'ftp/ftp_directory_listing_parser_vms.cc',
438 'ftp/ftp_directory_listing_parser_vms.h', 436 'ftp/ftp_directory_listing_parser_vms.h',
439 'ftp/ftp_directory_listing_parser_windows.cc', 437 'ftp/ftp_directory_listing_parser_windows.cc',
440 'ftp/ftp_directory_listing_parser_windows.h', 438 'ftp/ftp_directory_listing_parser_windows.h',
(...skipping 483 matching lines...) Expand 10 before | Expand all | Expand 10 after
924 'disk_cache/bitmap_unittest.cc', 922 'disk_cache/bitmap_unittest.cc',
925 'disk_cache/block_files_unittest.cc', 923 'disk_cache/block_files_unittest.cc',
926 'disk_cache/cache_util_unittest.cc', 924 'disk_cache/cache_util_unittest.cc',
927 'disk_cache/disk_cache_test_base.cc', 925 'disk_cache/disk_cache_test_base.cc',
928 'disk_cache/disk_cache_test_base.h', 926 'disk_cache/disk_cache_test_base.h',
929 'disk_cache/entry_unittest.cc', 927 'disk_cache/entry_unittest.cc',
930 'disk_cache/mapped_file_unittest.cc', 928 'disk_cache/mapped_file_unittest.cc',
931 'disk_cache/storage_block_unittest.cc', 929 'disk_cache/storage_block_unittest.cc',
932 'ftp/ftp_auth_cache_unittest.cc', 930 'ftp/ftp_auth_cache_unittest.cc',
933 'ftp/ftp_ctrl_response_buffer_unittest.cc', 931 'ftp/ftp_ctrl_response_buffer_unittest.cc',
934 'ftp/ftp_directory_listing_buffer_unittest.cc',
935 'ftp/ftp_directory_listing_parser_ls_unittest.cc', 932 'ftp/ftp_directory_listing_parser_ls_unittest.cc',
936 'ftp/ftp_directory_listing_parser_netware_unittest.cc', 933 'ftp/ftp_directory_listing_parser_netware_unittest.cc',
934 'ftp/ftp_directory_listing_parser_unittest.cc',
937 'ftp/ftp_directory_listing_parser_vms_unittest.cc', 935 'ftp/ftp_directory_listing_parser_vms_unittest.cc',
938 'ftp/ftp_directory_listing_parser_windows_unittest.cc', 936 'ftp/ftp_directory_listing_parser_windows_unittest.cc',
939 'ftp/ftp_network_transaction_unittest.cc', 937 'ftp/ftp_network_transaction_unittest.cc',
940 'ftp/ftp_util_unittest.cc', 938 'ftp/ftp_util_unittest.cc',
941 'http/des_unittest.cc', 939 'http/des_unittest.cc',
942 'http/http_alternate_protocols_unittest.cc', 940 'http/http_alternate_protocols_unittest.cc',
943 'http/http_auth_cache_unittest.cc', 941 'http/http_auth_cache_unittest.cc',
944 'http/http_auth_filter_unittest.cc', 942 'http/http_auth_filter_unittest.cc',
945 'http/http_auth_gssapi_posix_unittest.cc', 943 'http/http_auth_gssapi_posix_unittest.cc',
946 'http/http_auth_handler_basic_unittest.cc', 944 'http/http_auth_handler_basic_unittest.cc',
(...skipping 532 matching lines...) Expand 10 before | Expand all | Expand 10 after
1479 ], 1477 ],
1480 }], 1478 }],
1481 ], 1479 ],
1482 } 1480 }
1483 1481
1484 # Local Variables: 1482 # Local Variables:
1485 # tab-width:2 1483 # tab-width:2
1486 # indent-tabs-mode:nil 1484 # indent-tabs-mode:nil
1487 # End: 1485 # End:
1488 # vim: set expandtab tabstop=2 shiftwidth=2: 1486 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « net/ftp/ftp_directory_listing_parser_windows_unittest.cc ('k') | webkit/glue/ftp_directory_listing_response_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698