OLD | NEW |
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 271 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
282 'flip/flip_protocol.h', | 282 'flip/flip_protocol.h', |
283 'flip/flip_session.cc', | 283 'flip/flip_session.cc', |
284 'flip/flip_session.h', | 284 'flip/flip_session.h', |
285 'flip/flip_session_pool.cc', | 285 'flip/flip_session_pool.cc', |
286 'flip/flip_session_pool.h', | 286 'flip/flip_session_pool.h', |
287 'flip/flip_transaction_factory.h', | 287 'flip/flip_transaction_factory.h', |
288 'ftp/ftp_auth_cache.cc', | 288 'ftp/ftp_auth_cache.cc', |
289 'ftp/ftp_auth_cache.h', | 289 'ftp/ftp_auth_cache.h', |
290 'ftp/ftp_ctrl_response_buffer.cc', | 290 'ftp/ftp_ctrl_response_buffer.cc', |
291 'ftp/ftp_ctrl_response_buffer.h', | 291 'ftp/ftp_ctrl_response_buffer.h', |
| 292 'ftp/ftp_directory_listing_buffer.cc', |
| 293 'ftp/ftp_directory_listing_buffer.h', |
| 294 'ftp/ftp_directory_listing_parsers.cc', |
| 295 'ftp/ftp_directory_listing_parsers.h', |
292 'ftp/ftp_network_layer.cc', | 296 'ftp/ftp_network_layer.cc', |
293 'ftp/ftp_network_layer.h', | 297 'ftp/ftp_network_layer.h', |
294 'ftp/ftp_network_session.h', | 298 'ftp/ftp_network_session.h', |
295 'ftp/ftp_network_transaction.cc', | 299 'ftp/ftp_network_transaction.cc', |
296 'ftp/ftp_network_transaction.h', | 300 'ftp/ftp_network_transaction.h', |
297 'ftp/ftp_request_info.h', | 301 'ftp/ftp_request_info.h', |
298 'ftp/ftp_response_info.h', | 302 'ftp/ftp_response_info.h', |
299 'ftp/ftp_server_type_histograms.cc', | 303 'ftp/ftp_server_type_histograms.cc', |
300 'ftp/ftp_server_type_histograms.h', | 304 'ftp/ftp_server_type_histograms.h', |
301 'ftp/ftp_transaction.h', | 305 'ftp/ftp_transaction.h', |
(...skipping 283 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
585 'disk_cache/backend_unittest.cc', | 589 'disk_cache/backend_unittest.cc', |
586 'disk_cache/bitmap_unittest.cc', | 590 'disk_cache/bitmap_unittest.cc', |
587 'disk_cache/block_files_unittest.cc', | 591 'disk_cache/block_files_unittest.cc', |
588 'disk_cache/disk_cache_test_base.cc', | 592 'disk_cache/disk_cache_test_base.cc', |
589 'disk_cache/disk_cache_test_base.h', | 593 'disk_cache/disk_cache_test_base.h', |
590 'disk_cache/entry_unittest.cc', | 594 'disk_cache/entry_unittest.cc', |
591 'disk_cache/mapped_file_unittest.cc', | 595 'disk_cache/mapped_file_unittest.cc', |
592 'disk_cache/storage_block_unittest.cc', | 596 'disk_cache/storage_block_unittest.cc', |
593 'ftp/ftp_auth_cache_unittest.cc', | 597 'ftp/ftp_auth_cache_unittest.cc', |
594 'ftp/ftp_ctrl_response_buffer_unittest.cc', | 598 'ftp/ftp_ctrl_response_buffer_unittest.cc', |
| 599 'ftp/ftp_directory_listing_buffer_unittest.cc', |
| 600 'ftp/ftp_directory_listing_parsers_unittest.cc', |
595 'ftp/ftp_network_transaction_unittest.cc', | 601 'ftp/ftp_network_transaction_unittest.cc', |
596 'ftp/ftp_util_unittest.cc', | 602 'ftp/ftp_util_unittest.cc', |
597 'http/des_unittest.cc', | 603 'http/des_unittest.cc', |
598 'flip/flip_framer_test.cc', | 604 'flip/flip_framer_test.cc', |
599 'flip/flip_network_transaction_unittest.cc', | 605 'flip/flip_network_transaction_unittest.cc', |
600 'flip/flip_session_unittest.cc', | 606 'flip/flip_session_unittest.cc', |
601 'http/http_auth_cache_unittest.cc', | 607 'http/http_auth_cache_unittest.cc', |
602 'http/http_auth_handler_basic_unittest.cc', | 608 'http/http_auth_handler_basic_unittest.cc', |
603 'http/http_auth_handler_digest_unittest.cc', | 609 'http/http_auth_handler_digest_unittest.cc', |
604 'http/http_auth_unittest.cc', | 610 'http/http_auth_unittest.cc', |
(...skipping 244 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
849 ], | 855 ], |
850 }], | 856 }], |
851 ], | 857 ], |
852 } | 858 } |
853 | 859 |
854 # Local Variables: | 860 # Local Variables: |
855 # tab-width:2 | 861 # tab-width:2 |
856 # indent-tabs-mode:nil | 862 # indent-tabs-mode:nil |
857 # End: | 863 # End: |
858 # vim: set expandtab tabstop=2 shiftwidth=2: | 864 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |