| OLD | NEW |
| 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 412 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 423 'ftp/ftp_directory_listing_parser_vms.h', | 423 'ftp/ftp_directory_listing_parser_vms.h', |
| 424 'ftp/ftp_directory_listing_parser_windows.cc', | 424 'ftp/ftp_directory_listing_parser_windows.cc', |
| 425 'ftp/ftp_directory_listing_parser_windows.h', | 425 'ftp/ftp_directory_listing_parser_windows.h', |
| 426 'ftp/ftp_network_layer.cc', | 426 'ftp/ftp_network_layer.cc', |
| 427 'ftp/ftp_network_layer.h', | 427 'ftp/ftp_network_layer.h', |
| 428 'ftp/ftp_network_session.cc', | 428 'ftp/ftp_network_session.cc', |
| 429 'ftp/ftp_network_session.h', | 429 'ftp/ftp_network_session.h', |
| 430 'ftp/ftp_network_transaction.cc', | 430 'ftp/ftp_network_transaction.cc', |
| 431 'ftp/ftp_network_transaction.h', | 431 'ftp/ftp_network_transaction.h', |
| 432 'ftp/ftp_request_info.h', | 432 'ftp/ftp_request_info.h', |
| 433 'ftp/ftp_response_info.cc', |
| 433 'ftp/ftp_response_info.h', | 434 'ftp/ftp_response_info.h', |
| 434 'ftp/ftp_server_type_histograms.cc', | 435 'ftp/ftp_server_type_histograms.cc', |
| 435 'ftp/ftp_server_type_histograms.h', | 436 'ftp/ftp_server_type_histograms.h', |
| 436 'ftp/ftp_transaction.h', | 437 'ftp/ftp_transaction.h', |
| 437 'ftp/ftp_transaction_factory.h', | 438 'ftp/ftp_transaction_factory.h', |
| 438 'ftp/ftp_util.cc', | 439 'ftp/ftp_util.cc', |
| 439 'ftp/ftp_util.h', | 440 'ftp/ftp_util.h', |
| 440 'http/des.cc', | 441 'http/des.cc', |
| 441 'http/des.h', | 442 'http/des.h', |
| 442 'http/disk_cache_based_ssl_host_info.cc', | 443 'http/disk_cache_based_ssl_host_info.cc', |
| (...skipping 1017 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1460 ], | 1461 ], |
| 1461 }], | 1462 }], |
| 1462 ], | 1463 ], |
| 1463 } | 1464 } |
| 1464 | 1465 |
| 1465 # Local Variables: | 1466 # Local Variables: |
| 1466 # tab-width:2 | 1467 # tab-width:2 |
| 1467 # indent-tabs-mode:nil | 1468 # indent-tabs-mode:nil |
| 1468 # End: | 1469 # End: |
| 1469 # vim: set expandtab tabstop=2 shiftwidth=2: | 1470 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |