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 1099 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1110 'udp/udp_socket_win.cc', | 1110 'udp/udp_socket_win.cc', |
1111 'udp/udp_socket_win.h', | 1111 'udp/udp_socket_win.h', |
1112 'url_request/data_protocol_handler.cc', | 1112 'url_request/data_protocol_handler.cc', |
1113 'url_request/data_protocol_handler.h', | 1113 'url_request/data_protocol_handler.h', |
1114 'url_request/file_protocol_handler.cc', | 1114 'url_request/file_protocol_handler.cc', |
1115 'url_request/file_protocol_handler.h', | 1115 'url_request/file_protocol_handler.h', |
1116 'url_request/fraudulent_certificate_reporter.h', | 1116 'url_request/fraudulent_certificate_reporter.h', |
1117 'url_request/ftp_protocol_handler.cc', | 1117 'url_request/ftp_protocol_handler.cc', |
1118 'url_request/ftp_protocol_handler.h', | 1118 'url_request/ftp_protocol_handler.h', |
1119 'url_request/http_user_agent_settings.h', | 1119 'url_request/http_user_agent_settings.h', |
| 1120 'url_request/redirect_info.cc', |
| 1121 'url_request/redirect_info.h', |
1120 'url_request/static_http_user_agent_settings.cc', | 1122 'url_request/static_http_user_agent_settings.cc', |
1121 'url_request/static_http_user_agent_settings.h', | 1123 'url_request/static_http_user_agent_settings.h', |
1122 'url_request/url_fetcher.cc', | 1124 'url_request/url_fetcher.cc', |
1123 'url_request/url_fetcher.h', | 1125 'url_request/url_fetcher.h', |
1124 'url_request/url_fetcher_core.cc', | 1126 'url_request/url_fetcher_core.cc', |
1125 'url_request/url_fetcher_core.h', | 1127 'url_request/url_fetcher_core.h', |
1126 'url_request/url_fetcher_delegate.cc', | 1128 'url_request/url_fetcher_delegate.cc', |
1127 'url_request/url_fetcher_delegate.h', | 1129 'url_request/url_fetcher_delegate.h', |
1128 'url_request/url_fetcher_factory.h', | 1130 'url_request/url_fetcher_factory.h', |
1129 'url_request/url_fetcher_impl.cc', | 1131 'url_request/url_fetcher_impl.cc', |
(...skipping 594 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1724 'tools/quic/test_tools/quic_test_client.h', | 1726 'tools/quic/test_tools/quic_test_client.h', |
1725 'tools/quic/test_tools/quic_test_utils.cc', | 1727 'tools/quic/test_tools/quic_test_utils.cc', |
1726 'tools/quic/test_tools/quic_test_utils.h', | 1728 'tools/quic/test_tools/quic_test_utils.h', |
1727 'tools/quic/test_tools/server_thread.h', | 1729 'tools/quic/test_tools/server_thread.h', |
1728 'tools/quic/test_tools/server_thread.cc', | 1730 'tools/quic/test_tools/server_thread.cc', |
1729 'tools/quic/test_tools/simple_client.h', | 1731 'tools/quic/test_tools/simple_client.h', |
1730 'tools/quic/test_tools/simple_client.cc', | 1732 'tools/quic/test_tools/simple_client.cc', |
1731 ], | 1733 ], |
1732 } | 1734 } |
1733 } | 1735 } |
OLD | NEW |