| 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 1104 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1115 'udp/udp_socket_win.cc', | 1115 'udp/udp_socket_win.cc', |
| 1116 'udp/udp_socket_win.h', | 1116 'udp/udp_socket_win.h', |
| 1117 'url_request/data_protocol_handler.cc', | 1117 'url_request/data_protocol_handler.cc', |
| 1118 'url_request/data_protocol_handler.h', | 1118 'url_request/data_protocol_handler.h', |
| 1119 'url_request/file_protocol_handler.cc', | 1119 'url_request/file_protocol_handler.cc', |
| 1120 'url_request/file_protocol_handler.h', | 1120 'url_request/file_protocol_handler.h', |
| 1121 'url_request/fraudulent_certificate_reporter.h', | 1121 'url_request/fraudulent_certificate_reporter.h', |
| 1122 'url_request/ftp_protocol_handler.cc', | 1122 'url_request/ftp_protocol_handler.cc', |
| 1123 'url_request/ftp_protocol_handler.h', | 1123 'url_request/ftp_protocol_handler.h', |
| 1124 'url_request/http_user_agent_settings.h', | 1124 'url_request/http_user_agent_settings.h', |
| 1125 'url_request/redirect_info.cc', |
| 1126 'url_request/redirect_info.h', |
| 1125 'url_request/static_http_user_agent_settings.cc', | 1127 'url_request/static_http_user_agent_settings.cc', |
| 1126 'url_request/static_http_user_agent_settings.h', | 1128 'url_request/static_http_user_agent_settings.h', |
| 1127 'url_request/url_fetcher.cc', | 1129 'url_request/url_fetcher.cc', |
| 1128 'url_request/url_fetcher.h', | 1130 'url_request/url_fetcher.h', |
| 1129 'url_request/url_fetcher_core.cc', | 1131 'url_request/url_fetcher_core.cc', |
| 1130 'url_request/url_fetcher_core.h', | 1132 'url_request/url_fetcher_core.h', |
| 1131 'url_request/url_fetcher_delegate.cc', | 1133 'url_request/url_fetcher_delegate.cc', |
| 1132 'url_request/url_fetcher_delegate.h', | 1134 'url_request/url_fetcher_delegate.h', |
| 1133 'url_request/url_fetcher_factory.h', | 1135 'url_request/url_fetcher_factory.h', |
| 1134 'url_request/url_fetcher_impl.cc', | 1136 'url_request/url_fetcher_impl.cc', |
| (...skipping 596 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1731 'tools/quic/test_tools/quic_test_client.h', | 1733 'tools/quic/test_tools/quic_test_client.h', |
| 1732 'tools/quic/test_tools/quic_test_utils.cc', | 1734 'tools/quic/test_tools/quic_test_utils.cc', |
| 1733 'tools/quic/test_tools/quic_test_utils.h', | 1735 'tools/quic/test_tools/quic_test_utils.h', |
| 1734 'tools/quic/test_tools/server_thread.h', | 1736 'tools/quic/test_tools/server_thread.h', |
| 1735 'tools/quic/test_tools/server_thread.cc', | 1737 'tools/quic/test_tools/server_thread.cc', |
| 1736 'tools/quic/test_tools/simple_client.h', | 1738 'tools/quic/test_tools/simple_client.h', |
| 1737 'tools/quic/test_tools/simple_client.cc', | 1739 'tools/quic/test_tools/simple_client.cc', |
| 1738 ], | 1740 ], |
| 1739 } | 1741 } |
| 1740 } | 1742 } |
| OLD | NEW |