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

Side by Side Diff: net/net.gyp

Issue 3448029: FTP: fix directory listing parser for ftp.usa.hp.com (Closed)
Patch Set: attempt to fix Windows trybots Created 10 years, 2 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
« no previous file with comments | « net/ftp/ftp_server_type_histograms.h ('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) 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 334 matching lines...) Expand 10 before | Expand all | Expand 10 after
345 'disk_cache/trace.cc', 345 'disk_cache/trace.cc',
346 'disk_cache/trace.h', 346 'disk_cache/trace.h',
347 'ftp/ftp_auth_cache.cc', 347 'ftp/ftp_auth_cache.cc',
348 'ftp/ftp_auth_cache.h', 348 'ftp/ftp_auth_cache.h',
349 'ftp/ftp_ctrl_response_buffer.cc', 349 'ftp/ftp_ctrl_response_buffer.cc',
350 'ftp/ftp_ctrl_response_buffer.h', 350 'ftp/ftp_ctrl_response_buffer.h',
351 'ftp/ftp_directory_listing_buffer.cc', 351 'ftp/ftp_directory_listing_buffer.cc',
352 'ftp/ftp_directory_listing_buffer.h', 352 'ftp/ftp_directory_listing_buffer.h',
353 'ftp/ftp_directory_listing_parser.cc', 353 'ftp/ftp_directory_listing_parser.cc',
354 'ftp/ftp_directory_listing_parser.h', 354 'ftp/ftp_directory_listing_parser.h',
355 'ftp/ftp_directory_listing_parser_hprc.cc',
356 'ftp/ftp_directory_listing_parser_hprc.h',
355 'ftp/ftp_directory_listing_parser_ls.cc', 357 'ftp/ftp_directory_listing_parser_ls.cc',
356 'ftp/ftp_directory_listing_parser_ls.h', 358 'ftp/ftp_directory_listing_parser_ls.h',
357 'ftp/ftp_directory_listing_parser_mlsd.cc', 359 'ftp/ftp_directory_listing_parser_mlsd.cc',
358 'ftp/ftp_directory_listing_parser_mlsd.h', 360 'ftp/ftp_directory_listing_parser_mlsd.h',
359 'ftp/ftp_directory_listing_parser_netware.cc', 361 'ftp/ftp_directory_listing_parser_netware.cc',
360 'ftp/ftp_directory_listing_parser_netware.h', 362 'ftp/ftp_directory_listing_parser_netware.h',
361 'ftp/ftp_directory_listing_parser_vms.cc', 363 'ftp/ftp_directory_listing_parser_vms.cc',
362 'ftp/ftp_directory_listing_parser_vms.h', 364 'ftp/ftp_directory_listing_parser_vms.h',
363 'ftp/ftp_directory_listing_parser_windows.cc', 365 'ftp/ftp_directory_listing_parser_windows.cc',
364 'ftp/ftp_directory_listing_parser_windows.h', 366 'ftp/ftp_directory_listing_parser_windows.h',
(...skipping 421 matching lines...) Expand 10 before | Expand all | Expand 10 after
786 'disk_cache/block_files_unittest.cc', 788 'disk_cache/block_files_unittest.cc',
787 'disk_cache/disk_cache_test_base.cc', 789 'disk_cache/disk_cache_test_base.cc',
788 'disk_cache/disk_cache_test_base.h', 790 'disk_cache/disk_cache_test_base.h',
789 'disk_cache/entry_unittest.cc', 791 'disk_cache/entry_unittest.cc',
790 'disk_cache/mapped_file_unittest.cc', 792 'disk_cache/mapped_file_unittest.cc',
791 'disk_cache/storage_block_unittest.cc', 793 'disk_cache/storage_block_unittest.cc',
792 'ftp/ftp_auth_cache_unittest.cc', 794 'ftp/ftp_auth_cache_unittest.cc',
793 'ftp/ftp_ctrl_response_buffer_unittest.cc', 795 'ftp/ftp_ctrl_response_buffer_unittest.cc',
794 'ftp/ftp_directory_listing_buffer_unittest.cc', 796 'ftp/ftp_directory_listing_buffer_unittest.cc',
795 'ftp/ftp_directory_listing_parser_ls_unittest.cc', 797 'ftp/ftp_directory_listing_parser_ls_unittest.cc',
798 'ftp/ftp_directory_listing_parser_hprc_unittest.cc',
796 'ftp/ftp_directory_listing_parser_mlsd_unittest.cc', 799 'ftp/ftp_directory_listing_parser_mlsd_unittest.cc',
797 'ftp/ftp_directory_listing_parser_netware_unittest.cc', 800 'ftp/ftp_directory_listing_parser_netware_unittest.cc',
798 'ftp/ftp_directory_listing_parser_vms_unittest.cc', 801 'ftp/ftp_directory_listing_parser_vms_unittest.cc',
799 'ftp/ftp_directory_listing_parser_windows_unittest.cc', 802 'ftp/ftp_directory_listing_parser_windows_unittest.cc',
800 'ftp/ftp_network_transaction_unittest.cc', 803 'ftp/ftp_network_transaction_unittest.cc',
801 'ftp/ftp_util_unittest.cc', 804 'ftp/ftp_util_unittest.cc',
802 'http/des_unittest.cc', 805 'http/des_unittest.cc',
803 'http/http_alternate_protocols_unittest.cc', 806 'http/http_alternate_protocols_unittest.cc',
804 'http/http_auth_cache_unittest.cc', 807 'http/http_auth_cache_unittest.cc',
805 'http/http_auth_filter_unittest.cc', 808 'http/http_auth_filter_unittest.cc',
(...skipping 448 matching lines...) Expand 10 before | Expand all | Expand 10 after
1254 ], 1257 ],
1255 }], 1258 }],
1256 ], 1259 ],
1257 } 1260 }
1258 1261
1259 # Local Variables: 1262 # Local Variables:
1260 # tab-width:2 1263 # tab-width:2
1261 # indent-tabs-mode:nil 1264 # indent-tabs-mode:nil
1262 # End: 1265 # End:
1263 # vim: set expandtab tabstop=2 shiftwidth=2: 1266 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « 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