| 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 406 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 417 'ftp/ftp_network_transaction.cc', | 417 'ftp/ftp_network_transaction.cc', |
| 418 'ftp/ftp_network_transaction.h', | 418 'ftp/ftp_network_transaction.h', |
| 419 'ftp/ftp_request_info.h', | 419 'ftp/ftp_request_info.h', |
| 420 'ftp/ftp_response_info.h', | 420 'ftp/ftp_response_info.h', |
| 421 'ftp/ftp_server_type_histograms.cc', | 421 'ftp/ftp_server_type_histograms.cc', |
| 422 'ftp/ftp_server_type_histograms.h', | 422 'ftp/ftp_server_type_histograms.h', |
| 423 'ftp/ftp_transaction.h', | 423 'ftp/ftp_transaction.h', |
| 424 'ftp/ftp_transaction_factory.h', | 424 'ftp/ftp_transaction_factory.h', |
| 425 'ftp/ftp_util.cc', | 425 'ftp/ftp_util.cc', |
| 426 'ftp/ftp_util.h', | 426 'ftp/ftp_util.h', |
| 427 'http/connect_response_http_stream.cc', |
| 428 'http/connect_response_http_stream.h', |
| 427 'http/des.cc', | 429 'http/des.cc', |
| 428 'http/des.h', | 430 'http/des.h', |
| 429 'http/disk_cache_based_ssl_host_info.cc', | 431 'http/disk_cache_based_ssl_host_info.cc', |
| 430 'http/disk_cache_based_ssl_host_info.h', | 432 'http/disk_cache_based_ssl_host_info.h', |
| 431 'http/http_alternate_protocols.cc', | 433 'http/http_alternate_protocols.cc', |
| 432 'http/http_alternate_protocols.h', | 434 'http/http_alternate_protocols.h', |
| 433 'http/http_atom_list.h', | 435 'http/http_atom_list.h', |
| 434 'http/http_auth.cc', | 436 'http/http_auth.cc', |
| 435 'http/http_auth.h', | 437 'http/http_auth.h', |
| 436 'http/http_auth_cache.cc', | 438 'http/http_auth_cache.cc', |
| (...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 498 'http/http_transaction.h', | 500 'http/http_transaction.h', |
| 499 'http/http_transaction_factory.h', | 501 'http/http_transaction_factory.h', |
| 500 'http/url_security_manager.h', | 502 'http/url_security_manager.h', |
| 501 'http/url_security_manager.cc', | 503 'http/url_security_manager.cc', |
| 502 'http/url_security_manager_posix.cc', | 504 'http/url_security_manager_posix.cc', |
| 503 'http/url_security_manager_win.cc', | 505 'http/url_security_manager_win.cc', |
| 504 'http/http_proxy_client_socket.cc', | 506 'http/http_proxy_client_socket.cc', |
| 505 'http/http_proxy_client_socket.h', | 507 'http/http_proxy_client_socket.h', |
| 506 'http/http_proxy_client_socket_pool.cc', | 508 'http/http_proxy_client_socket_pool.cc', |
| 507 'http/http_proxy_client_socket_pool.h', | 509 'http/http_proxy_client_socket_pool.h', |
| 510 'http/http_proxy_tunnel_client_socket.h', |
| 508 'http/http_proxy_utils.cc', | 511 'http/http_proxy_utils.cc', |
| 509 'http/http_proxy_utils.h', | 512 'http/http_proxy_utils.h', |
| 510 'http/http_util.cc', | 513 'http/http_util.cc', |
| 511 'http/http_util_icu.cc', | 514 'http/http_util_icu.cc', |
| 512 'http/http_util.h', | 515 'http/http_util.h', |
| 513 'http/http_vary_data.cc', | 516 'http/http_vary_data.cc', |
| 514 'http/http_vary_data.h', | 517 'http/http_vary_data.h', |
| 515 'http/http_version.h', | 518 'http/http_version.h', |
| 516 'http/md4.cc', | 519 'http/md4.cc', |
| 517 'http/md4.h', | 520 'http/md4.h', |
| (...skipping 928 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1446 ], | 1449 ], |
| 1447 }], | 1450 }], |
| 1448 ], | 1451 ], |
| 1449 } | 1452 } |
| 1450 | 1453 |
| 1451 # Local Variables: | 1454 # Local Variables: |
| 1452 # tab-width:2 | 1455 # tab-width:2 |
| 1453 # indent-tabs-mode:nil | 1456 # indent-tabs-mode:nil |
| 1454 # End: | 1457 # End: |
| 1455 # vim: set expandtab tabstop=2 shiftwidth=2: | 1458 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |