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

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: update histograms for SERVER_UNKNOWN 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 397 matching lines...) Expand 10 before | Expand all | Expand 10 after
408 'disk_cache/stats_histogram.cc', 408 'disk_cache/stats_histogram.cc',
409 'disk_cache/stats_histogram.h', 409 'disk_cache/stats_histogram.h',
410 'disk_cache/storage_block-inl.h', 410 'disk_cache/storage_block-inl.h',
411 'disk_cache/storage_block.h', 411 'disk_cache/storage_block.h',
412 'disk_cache/trace.cc', 412 'disk_cache/trace.cc',
413 'disk_cache/trace.h', 413 'disk_cache/trace.h',
414 'ftp/ftp_auth_cache.cc', 414 'ftp/ftp_auth_cache.cc',
415 'ftp/ftp_auth_cache.h', 415 'ftp/ftp_auth_cache.h',
416 'ftp/ftp_ctrl_response_buffer.cc', 416 'ftp/ftp_ctrl_response_buffer.cc',
417 'ftp/ftp_ctrl_response_buffer.h', 417 'ftp/ftp_ctrl_response_buffer.h',
418 'ftp/ftp_directory_listing_buffer.cc',
419 'ftp/ftp_directory_listing_buffer.h',
420 'ftp/ftp_directory_listing_parser.cc', 418 'ftp/ftp_directory_listing_parser.cc',
421 'ftp/ftp_directory_listing_parser.h', 419 'ftp/ftp_directory_listing_parser.h',
422 'ftp/ftp_directory_listing_parser_ls.cc', 420 'ftp/ftp_directory_listing_parser_ls.cc',
423 'ftp/ftp_directory_listing_parser_ls.h', 421 'ftp/ftp_directory_listing_parser_ls.h',
424 'ftp/ftp_directory_listing_parser_netware.cc', 422 'ftp/ftp_directory_listing_parser_netware.cc',
425 'ftp/ftp_directory_listing_parser_netware.h', 423 'ftp/ftp_directory_listing_parser_netware.h',
426 'ftp/ftp_directory_listing_parser_vms.cc', 424 'ftp/ftp_directory_listing_parser_vms.cc',
427 'ftp/ftp_directory_listing_parser_vms.h', 425 'ftp/ftp_directory_listing_parser_vms.h',
428 'ftp/ftp_directory_listing_parser_windows.cc', 426 'ftp/ftp_directory_listing_parser_windows.cc',
429 'ftp/ftp_directory_listing_parser_windows.h', 427 'ftp/ftp_directory_listing_parser_windows.h',
(...skipping 471 matching lines...) Expand 10 before | Expand all | Expand 10 after
901 'disk_cache/bitmap_unittest.cc', 899 'disk_cache/bitmap_unittest.cc',
902 'disk_cache/block_files_unittest.cc', 900 'disk_cache/block_files_unittest.cc',
903 'disk_cache/cache_util_unittest.cc', 901 'disk_cache/cache_util_unittest.cc',
904 'disk_cache/disk_cache_test_base.cc', 902 'disk_cache/disk_cache_test_base.cc',
905 'disk_cache/disk_cache_test_base.h', 903 'disk_cache/disk_cache_test_base.h',
906 'disk_cache/entry_unittest.cc', 904 'disk_cache/entry_unittest.cc',
907 'disk_cache/mapped_file_unittest.cc', 905 'disk_cache/mapped_file_unittest.cc',
908 'disk_cache/storage_block_unittest.cc', 906 'disk_cache/storage_block_unittest.cc',
909 'ftp/ftp_auth_cache_unittest.cc', 907 'ftp/ftp_auth_cache_unittest.cc',
910 'ftp/ftp_ctrl_response_buffer_unittest.cc', 908 'ftp/ftp_ctrl_response_buffer_unittest.cc',
911 'ftp/ftp_directory_listing_buffer_unittest.cc',
912 'ftp/ftp_directory_listing_parser_ls_unittest.cc', 909 'ftp/ftp_directory_listing_parser_ls_unittest.cc',
913 'ftp/ftp_directory_listing_parser_netware_unittest.cc', 910 'ftp/ftp_directory_listing_parser_netware_unittest.cc',
911 'ftp/ftp_directory_listing_parser_unittest.cc',
914 'ftp/ftp_directory_listing_parser_vms_unittest.cc', 912 'ftp/ftp_directory_listing_parser_vms_unittest.cc',
915 'ftp/ftp_directory_listing_parser_windows_unittest.cc', 913 'ftp/ftp_directory_listing_parser_windows_unittest.cc',
916 'ftp/ftp_network_transaction_unittest.cc', 914 'ftp/ftp_network_transaction_unittest.cc',
917 'ftp/ftp_util_unittest.cc', 915 'ftp/ftp_util_unittest.cc',
918 'http/des_unittest.cc', 916 'http/des_unittest.cc',
919 'http/http_alternate_protocols_unittest.cc', 917 'http/http_alternate_protocols_unittest.cc',
920 'http/http_auth_cache_unittest.cc', 918 'http/http_auth_cache_unittest.cc',
921 'http/http_auth_filter_unittest.cc', 919 'http/http_auth_filter_unittest.cc',
922 'http/http_auth_gssapi_posix_unittest.cc', 920 'http/http_auth_gssapi_posix_unittest.cc',
923 'http/http_auth_handler_basic_unittest.cc', 921 'http/http_auth_handler_basic_unittest.cc',
(...skipping 554 matching lines...) Expand 10 before | Expand all | Expand 10 after
1478 ], 1476 ],
1479 }], 1477 }],
1480 ], 1478 ],
1481 } 1479 }
1482 1480
1483 # Local Variables: 1481 # Local Variables:
1484 # tab-width:2 1482 # tab-width:2
1485 # indent-tabs-mode:nil 1483 # indent-tabs-mode:nil
1486 # End: 1484 # End:
1487 # vim: set expandtab tabstop=2 shiftwidth=2: 1485 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698