OLD | NEW |
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 'linux_link_kerberos%': 0, | 9 'linux_link_kerberos%': 0, |
10 'conditions': [ | 10 'conditions': [ |
(...skipping 412 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
423 'http/http_network_session.cc', | 423 'http/http_network_session.cc', |
424 'http/http_network_session.h', | 424 'http/http_network_session.h', |
425 'http/http_network_session_peer.cc', | 425 'http/http_network_session_peer.cc', |
426 'http/http_network_session_peer.h', | 426 'http/http_network_session_peer.h', |
427 'http/http_network_transaction.cc', | 427 'http/http_network_transaction.cc', |
428 'http/http_network_transaction.h', | 428 'http/http_network_transaction.h', |
429 'http/http_pipelined_connection.h', | 429 'http/http_pipelined_connection.h', |
430 'http/http_pipelined_connection_impl.cc', | 430 'http/http_pipelined_connection_impl.cc', |
431 'http/http_pipelined_connection_impl.h', | 431 'http/http_pipelined_connection_impl.h', |
432 'http/http_pipelined_host.h', | 432 'http/http_pipelined_host.h', |
| 433 'http/http_pipelined_host_capability.h', |
433 'http/http_pipelined_host_impl.cc', | 434 'http/http_pipelined_host_impl.cc', |
434 'http/http_pipelined_host_impl.h', | 435 'http/http_pipelined_host_impl.h', |
435 'http/http_pipelined_host_pool.cc', | 436 'http/http_pipelined_host_pool.cc', |
436 'http/http_pipelined_host_pool.h', | 437 'http/http_pipelined_host_pool.h', |
437 'http/http_pipelined_stream.cc', | 438 'http/http_pipelined_stream.cc', |
438 'http/http_pipelined_stream.h', | 439 'http/http_pipelined_stream.h', |
439 'http/http_proxy_client_socket.cc', | 440 'http/http_proxy_client_socket.cc', |
440 'http/http_proxy_client_socket.h', | 441 'http/http_proxy_client_socket.h', |
441 'http/http_proxy_client_socket_pool.cc', | 442 'http/http_proxy_client_socket_pool.cc', |
442 'http/http_proxy_client_socket_pool.h', | 443 'http/http_proxy_client_socket_pool.h', |
(...skipping 1244 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1687 'tools/dump_cache/url_to_filename_encoder.cc', | 1688 'tools/dump_cache/url_to_filename_encoder.cc', |
1688 'tools/dump_cache/url_to_filename_encoder.h', | 1689 'tools/dump_cache/url_to_filename_encoder.h', |
1689 'tools/dump_cache/url_utilities.h', | 1690 'tools/dump_cache/url_utilities.h', |
1690 'tools/dump_cache/url_utilities.cc', | 1691 'tools/dump_cache/url_utilities.cc', |
1691 ], | 1692 ], |
1692 }, | 1693 }, |
1693 ], | 1694 ], |
1694 }], | 1695 }], |
1695 ], | 1696 ], |
1696 } | 1697 } |
OLD | NEW |