| OLD | NEW |
| 1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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 # This file is shared between the regular GYP build, the NaCl GYP build, and | 5 # This file is shared between the regular GYP build, the NaCl GYP build, and |
| 6 # the GN build. For GN support, it must have no conditionals or anything like | 6 # the GN build. For GN support, it must have no conditionals or anything like |
| 7 # that beyond the simple one-level-deep dictionary of values. | 7 # that beyond the simple one-level-deep dictionary of values. |
| 8 { | 8 { |
| 9 'variables': { | 9 'variables': { |
| 10 # Subset of net source files that are compiled for NaCl (net_nacl target). | 10 # Subset of net source files that are compiled for NaCl (net_nacl target). |
| (...skipping 612 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 623 'http/http_network_session.cc', | 623 'http/http_network_session.cc', |
| 624 'http/http_network_session.h', | 624 'http/http_network_session.h', |
| 625 'http/http_network_session_peer.cc', | 625 'http/http_network_session_peer.cc', |
| 626 'http/http_network_session_peer.h', | 626 'http/http_network_session_peer.h', |
| 627 'http/http_network_transaction.cc', | 627 'http/http_network_transaction.cc', |
| 628 'http/http_network_transaction.h', | 628 'http/http_network_transaction.h', |
| 629 'http/http_proxy_client_socket.cc', | 629 'http/http_proxy_client_socket.cc', |
| 630 'http/http_proxy_client_socket.h', | 630 'http/http_proxy_client_socket.h', |
| 631 'http/http_proxy_client_socket_pool.cc', | 631 'http/http_proxy_client_socket_pool.cc', |
| 632 'http/http_proxy_client_socket_pool.h', | 632 'http/http_proxy_client_socket_pool.h', |
| 633 'http/http_proxy_tunnel_delegate.h', |
| 633 'http/http_request_info.cc', | 634 'http/http_request_info.cc', |
| 634 'http/http_request_info.h', | 635 'http/http_request_info.h', |
| 635 'http/http_response_body_drainer.cc', | 636 'http/http_response_body_drainer.cc', |
| 636 'http/http_response_body_drainer.h', | 637 'http/http_response_body_drainer.h', |
| 637 'http/http_server_properties.cc', | 638 'http/http_server_properties.cc', |
| 638 'http/http_server_properties.h', | 639 'http/http_server_properties.h', |
| 639 'http/http_server_properties_impl.cc', | 640 'http/http_server_properties_impl.cc', |
| 640 'http/http_server_properties_impl.h', | 641 'http/http_server_properties_impl.h', |
| 641 'http/http_server_properties_manager.cc', | 642 'http/http_server_properties_manager.cc', |
| 642 'http/http_server_properties_manager.h', | 643 'http/http_server_properties_manager.h', |
| (...skipping 1091 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1734 'tools/quic/test_tools/quic_test_client.h', | 1735 'tools/quic/test_tools/quic_test_client.h', |
| 1735 'tools/quic/test_tools/quic_test_utils.cc', | 1736 'tools/quic/test_tools/quic_test_utils.cc', |
| 1736 'tools/quic/test_tools/quic_test_utils.h', | 1737 'tools/quic/test_tools/quic_test_utils.h', |
| 1737 'tools/quic/test_tools/server_thread.h', | 1738 'tools/quic/test_tools/server_thread.h', |
| 1738 'tools/quic/test_tools/server_thread.cc', | 1739 'tools/quic/test_tools/server_thread.cc', |
| 1739 'tools/quic/test_tools/simple_client.h', | 1740 'tools/quic/test_tools/simple_client.h', |
| 1740 'tools/quic/test_tools/simple_client.cc', | 1741 'tools/quic/test_tools/simple_client.cc', |
| 1741 ], | 1742 ], |
| 1742 } | 1743 } |
| 1743 } | 1744 } |
| OLD | NEW |