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 409 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
420 'base/backoff_entry_serializer.cc', | 420 'base/backoff_entry_serializer.cc', |
421 'base/backoff_entry_serializer.h', | 421 'base/backoff_entry_serializer.h', |
422 'base/cache_type.h', | 422 'base/cache_type.h', |
423 'base/chunked_upload_data_stream.cc', | 423 'base/chunked_upload_data_stream.cc', |
424 'base/chunked_upload_data_stream.h', | 424 'base/chunked_upload_data_stream.h', |
425 'base/crypto_module.h', | 425 'base/crypto_module.h', |
426 'base/crypto_module_nss.cc', | 426 'base/crypto_module_nss.cc', |
427 'base/crypto_module_openssl.cc', | 427 'base/crypto_module_openssl.cc', |
428 'base/data_url.cc', | 428 'base/data_url.cc', |
429 'base/data_url.h', | 429 'base/data_url.h', |
| 430 'base/directory_lister.cc', |
| 431 'base/directory_lister.h', |
430 'base/dns_reloader.cc', | 432 'base/dns_reloader.cc', |
431 'base/dns_reloader.h', | 433 'base/dns_reloader.h', |
432 'base/elements_upload_data_stream.cc', | 434 'base/elements_upload_data_stream.cc', |
433 'base/elements_upload_data_stream.h', | 435 'base/elements_upload_data_stream.h', |
434 'base/expiring_cache.h', | 436 'base/expiring_cache.h', |
435 'base/external_estimate_provider.h', | 437 'base/external_estimate_provider.h', |
436 'base/file_stream.cc', | 438 'base/file_stream.cc', |
437 'base/file_stream.h', | 439 'base/file_stream.h', |
438 'base/file_stream_context.cc', | 440 'base/file_stream_context.cc', |
439 'base/file_stream_context.h', | 441 'base/file_stream_context.h', |
(...skipping 358 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
798 'dns/single_request_host_resolver.cc', | 800 'dns/single_request_host_resolver.cc', |
799 'dns/single_request_host_resolver.h', | 801 'dns/single_request_host_resolver.h', |
800 'filter/filter.cc', | 802 'filter/filter.cc', |
801 'filter/filter.h', | 803 'filter/filter.h', |
802 'filter/gzip_filter.cc', | 804 'filter/gzip_filter.cc', |
803 'filter/gzip_filter.h', | 805 'filter/gzip_filter.h', |
804 'filter/gzip_header.cc', | 806 'filter/gzip_header.cc', |
805 'filter/gzip_header.h', | 807 'filter/gzip_header.h', |
806 'filter/sdch_filter.cc', | 808 'filter/sdch_filter.cc', |
807 'filter/sdch_filter.h', | 809 'filter/sdch_filter.h', |
| 810 'ftp/ftp_auth_cache.cc', |
| 811 'ftp/ftp_auth_cache.h', |
| 812 'ftp/ftp_ctrl_response_buffer.cc', |
| 813 'ftp/ftp_ctrl_response_buffer.h', |
| 814 'ftp/ftp_directory_listing_parser.cc', |
| 815 'ftp/ftp_directory_listing_parser.h', |
| 816 'ftp/ftp_directory_listing_parser_ls.cc', |
| 817 'ftp/ftp_directory_listing_parser_ls.h', |
| 818 'ftp/ftp_directory_listing_parser_netware.cc', |
| 819 'ftp/ftp_directory_listing_parser_netware.h', |
| 820 'ftp/ftp_directory_listing_parser_os2.cc', |
| 821 'ftp/ftp_directory_listing_parser_os2.h', |
| 822 'ftp/ftp_directory_listing_parser_vms.cc', |
| 823 'ftp/ftp_directory_listing_parser_vms.h', |
| 824 'ftp/ftp_directory_listing_parser_windows.cc', |
| 825 'ftp/ftp_directory_listing_parser_windows.h', |
| 826 'ftp/ftp_network_layer.cc', |
| 827 'ftp/ftp_network_layer.h', |
| 828 'ftp/ftp_network_session.cc', |
| 829 'ftp/ftp_network_session.h', |
| 830 'ftp/ftp_network_transaction.cc', |
| 831 'ftp/ftp_network_transaction.h', |
| 832 'ftp/ftp_request_info.h', |
| 833 'ftp/ftp_response_info.cc', |
| 834 'ftp/ftp_response_info.h', |
| 835 'ftp/ftp_server_type_histograms.cc', |
| 836 'ftp/ftp_server_type_histograms.h', |
| 837 'ftp/ftp_transaction.h', |
| 838 'ftp/ftp_transaction_factory.h', |
| 839 'ftp/ftp_util.cc', |
| 840 'ftp/ftp_util.h', |
808 'http/des.cc', | 841 'http/des.cc', |
809 'http/des.h', | 842 'http/des.h', |
810 'http/disk_based_cert_cache.cc', | 843 'http/disk_based_cert_cache.cc', |
811 'http/disk_based_cert_cache.h', | 844 'http/disk_based_cert_cache.h', |
812 'http/disk_cache_based_quic_server_info.cc', | 845 'http/disk_cache_based_quic_server_info.cc', |
813 'http/disk_cache_based_quic_server_info.h', | 846 'http/disk_cache_based_quic_server_info.h', |
814 'http/failing_http_transaction_factory.cc', | 847 'http/failing_http_transaction_factory.cc', |
815 'http/failing_http_transaction_factory.h', | 848 'http/failing_http_transaction_factory.h', |
816 'http/http_auth.cc', | 849 'http/http_auth.cc', |
817 'http/http_auth.h', | 850 'http/http_auth.h', |
(...skipping 329 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1147 'udp/udp_server_socket.h', | 1180 'udp/udp_server_socket.h', |
1148 'udp/udp_socket.h', | 1181 'udp/udp_socket.h', |
1149 'udp/udp_socket_libevent.cc', | 1182 'udp/udp_socket_libevent.cc', |
1150 'udp/udp_socket_libevent.h', | 1183 'udp/udp_socket_libevent.h', |
1151 'udp/udp_socket_win.cc', | 1184 'udp/udp_socket_win.cc', |
1152 'udp/udp_socket_win.h', | 1185 'udp/udp_socket_win.h', |
1153 'url_request/certificate_report_sender.cc', | 1186 'url_request/certificate_report_sender.cc', |
1154 'url_request/certificate_report_sender.h', | 1187 'url_request/certificate_report_sender.h', |
1155 'url_request/data_protocol_handler.cc', | 1188 'url_request/data_protocol_handler.cc', |
1156 'url_request/data_protocol_handler.h', | 1189 'url_request/data_protocol_handler.h', |
| 1190 'url_request/file_protocol_handler.cc', |
| 1191 'url_request/file_protocol_handler.h', |
| 1192 'url_request/ftp_protocol_handler.cc', |
| 1193 'url_request/ftp_protocol_handler.h', |
1157 'url_request/http_user_agent_settings.h', | 1194 'url_request/http_user_agent_settings.h', |
1158 'url_request/redirect_info.cc', | 1195 'url_request/redirect_info.cc', |
1159 'url_request/redirect_info.h', | 1196 'url_request/redirect_info.h', |
1160 'url_request/sdch_dictionary_fetcher.cc', | 1197 'url_request/sdch_dictionary_fetcher.cc', |
1161 'url_request/sdch_dictionary_fetcher.h', | 1198 'url_request/sdch_dictionary_fetcher.h', |
1162 'url_request/static_http_user_agent_settings.cc', | 1199 'url_request/static_http_user_agent_settings.cc', |
1163 'url_request/static_http_user_agent_settings.h', | 1200 'url_request/static_http_user_agent_settings.h', |
1164 'url_request/url_fetcher.cc', | 1201 'url_request/url_fetcher.cc', |
1165 'url_request/url_fetcher.h', | 1202 'url_request/url_fetcher.h', |
1166 'url_request/url_fetcher_core.cc', | 1203 'url_request/url_fetcher_core.cc', |
(...skipping 15 matching lines...) Expand all Loading... |
1182 'url_request/url_request_context_builder.h', | 1219 'url_request/url_request_context_builder.h', |
1183 'url_request/url_request_context_getter.cc', | 1220 'url_request/url_request_context_getter.cc', |
1184 'url_request/url_request_context_getter.h', | 1221 'url_request/url_request_context_getter.h', |
1185 'url_request/url_request_context_getter_observer.h', | 1222 'url_request/url_request_context_getter_observer.h', |
1186 'url_request/url_request_context_storage.cc', | 1223 'url_request/url_request_context_storage.cc', |
1187 'url_request/url_request_context_storage.h', | 1224 'url_request/url_request_context_storage.h', |
1188 'url_request/url_request_data_job.cc', | 1225 'url_request/url_request_data_job.cc', |
1189 'url_request/url_request_data_job.h', | 1226 'url_request/url_request_data_job.h', |
1190 'url_request/url_request_error_job.cc', | 1227 'url_request/url_request_error_job.cc', |
1191 'url_request/url_request_error_job.h', | 1228 'url_request/url_request_error_job.h', |
| 1229 'url_request/url_request_file_dir_job.cc', |
| 1230 'url_request/url_request_file_dir_job.h', |
| 1231 'url_request/url_request_file_job.cc', |
| 1232 'url_request/url_request_file_job.h', |
1192 'url_request/url_request_filter.cc', | 1233 'url_request/url_request_filter.cc', |
1193 'url_request/url_request_filter.h', | 1234 'url_request/url_request_filter.h', |
| 1235 'url_request/url_request_ftp_job.cc', |
| 1236 'url_request/url_request_ftp_job.h', |
1194 'url_request/url_request_http_job.cc', | 1237 'url_request/url_request_http_job.cc', |
1195 'url_request/url_request_http_job.h', | 1238 'url_request/url_request_http_job.h', |
1196 'url_request/url_request_intercepting_job_factory.cc', | 1239 'url_request/url_request_intercepting_job_factory.cc', |
1197 'url_request/url_request_intercepting_job_factory.h', | 1240 'url_request/url_request_intercepting_job_factory.h', |
1198 'url_request/url_request_interceptor.cc', | 1241 'url_request/url_request_interceptor.cc', |
1199 'url_request/url_request_interceptor.h', | 1242 'url_request/url_request_interceptor.h', |
1200 'url_request/url_request_job.cc', | 1243 'url_request/url_request_job.cc', |
1201 'url_request/url_request_job.h', | 1244 'url_request/url_request_job.h', |
1202 'url_request/url_request_job_factory.cc', | 1245 'url_request/url_request_job_factory.cc', |
1203 'url_request/url_request_job_factory.h', | 1246 'url_request/url_request_job_factory.h', |
(...skipping 15 matching lines...) Expand all Loading... |
1219 'url_request/url_request_throttler_entry.h', | 1262 'url_request/url_request_throttler_entry.h', |
1220 'url_request/url_request_throttler_entry_interface.h', | 1263 'url_request/url_request_throttler_entry_interface.h', |
1221 'url_request/url_request_throttler_manager.cc', | 1264 'url_request/url_request_throttler_manager.cc', |
1222 'url_request/url_request_throttler_manager.h', | 1265 'url_request/url_request_throttler_manager.h', |
1223 'url_request/url_request_backoff_manager.cc', | 1266 'url_request/url_request_backoff_manager.cc', |
1224 'url_request/url_request_backoff_manager.h', | 1267 'url_request/url_request_backoff_manager.h', |
1225 'url_request/view_cache_helper.cc', | 1268 'url_request/view_cache_helper.cc', |
1226 'url_request/view_cache_helper.h', | 1269 'url_request/view_cache_helper.h', |
1227 'url_request/websocket_handshake_userdata_key.cc', | 1270 'url_request/websocket_handshake_userdata_key.cc', |
1228 'url_request/websocket_handshake_userdata_key.h', | 1271 'url_request/websocket_handshake_userdata_key.h', |
| 1272 'websockets/websocket_basic_handshake_stream.cc', |
| 1273 'websockets/websocket_basic_handshake_stream.h', |
| 1274 'websockets/websocket_basic_stream.cc', |
| 1275 'websockets/websocket_basic_stream.h', |
| 1276 'websockets/websocket_channel.cc', |
| 1277 'websockets/websocket_channel.h', |
| 1278 'websockets/websocket_deflate_predictor.h', |
| 1279 'websockets/websocket_deflate_predictor_impl.cc', |
| 1280 'websockets/websocket_deflate_predictor_impl.h', |
| 1281 'websockets/websocket_deflate_stream.cc', |
| 1282 'websockets/websocket_deflate_stream.h', |
| 1283 'websockets/websocket_deflater.cc', |
| 1284 'websockets/websocket_deflater.h', |
| 1285 'websockets/websocket_errors.cc', |
| 1286 'websockets/websocket_errors.h', |
| 1287 'websockets/websocket_extension.cc', |
| 1288 'websockets/websocket_extension.h', |
| 1289 'websockets/websocket_extension_parser.cc', |
| 1290 'websockets/websocket_extension_parser.h', |
| 1291 'websockets/websocket_frame.cc', |
| 1292 'websockets/websocket_frame.h', |
| 1293 'websockets/websocket_frame_parser.cc', |
| 1294 'websockets/websocket_frame_parser.h', |
| 1295 'websockets/websocket_handshake_challenge.cc', |
| 1296 'websockets/websocket_handshake_challenge.h', |
| 1297 'websockets/websocket_handshake_constants.cc', |
| 1298 'websockets/websocket_handshake_constants.h', |
| 1299 'websockets/websocket_handshake_request_info.cc', |
| 1300 'websockets/websocket_handshake_request_info.h', |
| 1301 'websockets/websocket_handshake_response_info.cc', |
| 1302 'websockets/websocket_handshake_response_info.h', |
| 1303 'websockets/websocket_handshake_stream_base.h', |
| 1304 'websockets/websocket_handshake_stream_create_helper.cc', |
| 1305 'websockets/websocket_handshake_stream_create_helper.h', |
| 1306 'websockets/websocket_inflater.cc', |
| 1307 'websockets/websocket_inflater.h', |
| 1308 'websockets/websocket_mux.h', |
| 1309 'websockets/websocket_stream.cc', |
| 1310 'websockets/websocket_stream.h', |
1229 ], | 1311 ], |
1230 'net_extras_sources': [ | 1312 'net_extras_sources': [ |
1231 'extras/sqlite/cookie_crypto_delegate.h', | 1313 'extras/sqlite/cookie_crypto_delegate.h', |
1232 'extras/sqlite/sqlite_channel_id_store.cc', | 1314 'extras/sqlite/sqlite_channel_id_store.cc', |
1233 'extras/sqlite/sqlite_channel_id_store.h', | 1315 'extras/sqlite/sqlite_channel_id_store.h', |
1234 'extras/sqlite/sqlite_persistent_cookie_store.cc', | 1316 'extras/sqlite/sqlite_persistent_cookie_store.cc', |
1235 'extras/sqlite/sqlite_persistent_cookie_store.h', | 1317 'extras/sqlite/sqlite_persistent_cookie_store.h', |
1236 ], | 1318 ], |
1237 'net_test_sources': [ | 1319 'net_test_sources': [ |
1238 'android/dummy_spnego_authenticator.cc', | 1320 'android/dummy_spnego_authenticator.cc', |
(...skipping 544 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1783 'tools/quic/test_tools/simple_client.cc', | 1865 'tools/quic/test_tools/simple_client.cc', |
1784 'tools/quic/test_tools/simple_client.h', | 1866 'tools/quic/test_tools/simple_client.h', |
1785 ], | 1867 ], |
1786 'net_base_mac_ios_sources': [ | 1868 'net_base_mac_ios_sources': [ |
1787 'base/mac/url_conversions.h', | 1869 'base/mac/url_conversions.h', |
1788 'base/mac/url_conversions.mm', | 1870 'base/mac/url_conversions.mm', |
1789 ], | 1871 ], |
1790 'net_base_test_mac_ios_sources': [ | 1872 'net_base_test_mac_ios_sources': [ |
1791 'base/mac/url_conversions_unittest.mm', | 1873 'base/mac/url_conversions_unittest.mm', |
1792 ], | 1874 ], |
1793 'net_file_support_sources': [ | |
1794 "base/directory_lister.cc", | |
1795 "base/directory_lister.h", | |
1796 "url_request/file_protocol_handler.cc", | |
1797 "url_request/file_protocol_handler.h", | |
1798 "url_request/url_request_file_dir_job.cc", | |
1799 "url_request/url_request_file_dir_job.h", | |
1800 "url_request/url_request_file_job.cc", | |
1801 "url_request/url_request_file_job.h", | |
1802 ], | |
1803 'net_ftp_support_sources': [ | |
1804 "ftp/ftp_auth_cache.cc", | |
1805 "ftp/ftp_auth_cache.h", | |
1806 "ftp/ftp_ctrl_response_buffer.cc", | |
1807 "ftp/ftp_ctrl_response_buffer.h", | |
1808 "ftp/ftp_directory_listing_parser.cc", | |
1809 "ftp/ftp_directory_listing_parser.h", | |
1810 "ftp/ftp_directory_listing_parser_ls.cc", | |
1811 "ftp/ftp_directory_listing_parser_ls.h", | |
1812 "ftp/ftp_directory_listing_parser_netware.cc", | |
1813 "ftp/ftp_directory_listing_parser_netware.h", | |
1814 "ftp/ftp_directory_listing_parser_os2.cc", | |
1815 "ftp/ftp_directory_listing_parser_os2.h", | |
1816 "ftp/ftp_directory_listing_parser_vms.cc", | |
1817 "ftp/ftp_directory_listing_parser_vms.h", | |
1818 "ftp/ftp_directory_listing_parser_windows.cc", | |
1819 "ftp/ftp_directory_listing_parser_windows.h", | |
1820 "ftp/ftp_network_layer.cc", | |
1821 "ftp/ftp_network_layer.h", | |
1822 "ftp/ftp_network_session.cc", | |
1823 "ftp/ftp_network_session.h", | |
1824 "ftp/ftp_network_transaction.cc", | |
1825 "ftp/ftp_network_transaction.h", | |
1826 "ftp/ftp_request_info.h", | |
1827 "ftp/ftp_response_info.cc", | |
1828 "ftp/ftp_response_info.h", | |
1829 "ftp/ftp_server_type_histograms.cc", | |
1830 "ftp/ftp_server_type_histograms.h", | |
1831 "ftp/ftp_transaction.h", | |
1832 "ftp/ftp_transaction_factory.h", | |
1833 "ftp/ftp_util.cc", | |
1834 "ftp/ftp_util.h", | |
1835 "url_request/ftp_protocol_handler.cc", | |
1836 "url_request/ftp_protocol_handler.h", | |
1837 "url_request/url_request_ftp_job.cc", | |
1838 "url_request/url_request_ftp_job.h", | |
1839 ], | |
1840 'net_websockets_sources': [ | |
1841 "websockets/websocket_basic_handshake_stream.cc", | |
1842 "websockets/websocket_basic_handshake_stream.h", | |
1843 "websockets/websocket_basic_stream.cc", | |
1844 "websockets/websocket_basic_stream.h", | |
1845 "websockets/websocket_channel.cc", | |
1846 "websockets/websocket_channel.h", | |
1847 "websockets/websocket_deflate_predictor.h", | |
1848 "websockets/websocket_deflate_predictor_impl.cc", | |
1849 "websockets/websocket_deflate_predictor_impl.h", | |
1850 "websockets/websocket_deflate_stream.cc", | |
1851 "websockets/websocket_deflate_stream.h", | |
1852 "websockets/websocket_deflater.cc", | |
1853 "websockets/websocket_deflater.h", | |
1854 "websockets/websocket_errors.cc", | |
1855 "websockets/websocket_errors.h", | |
1856 "websockets/websocket_extension.cc", | |
1857 "websockets/websocket_extension.h", | |
1858 "websockets/websocket_extension_parser.cc", | |
1859 "websockets/websocket_extension_parser.h", | |
1860 "websockets/websocket_frame.cc", | |
1861 "websockets/websocket_frame.h", | |
1862 "websockets/websocket_frame_parser.cc", | |
1863 "websockets/websocket_frame_parser.h", | |
1864 "websockets/websocket_handshake_challenge.cc", | |
1865 "websockets/websocket_handshake_challenge.h", | |
1866 "websockets/websocket_handshake_constants.cc", | |
1867 "websockets/websocket_handshake_constants.h", | |
1868 "websockets/websocket_handshake_request_info.cc", | |
1869 "websockets/websocket_handshake_request_info.h", | |
1870 "websockets/websocket_handshake_response_info.cc", | |
1871 "websockets/websocket_handshake_response_info.h", | |
1872 "websockets/websocket_handshake_stream_base.h", | |
1873 "websockets/websocket_handshake_stream_create_helper.cc", | |
1874 "websockets/websocket_handshake_stream_create_helper.h", | |
1875 "websockets/websocket_inflater.cc", | |
1876 "websockets/websocket_inflater.h", | |
1877 "websockets/websocket_mux.h", | |
1878 "websockets/websocket_stream.cc", | |
1879 "websockets/websocket_stream.h", | |
1880 ], | |
1881 'net_docs_script': 'tools/net_docs/net_docs.py', | 1875 'net_docs_script': 'tools/net_docs/net_docs.py', |
1882 'net_docs_sources': [ | 1876 'net_docs_sources': [ |
1883 'README.md', | 1877 'README.md', |
1884 'docs/bug-triage.md', | 1878 'docs/bug-triage.md', |
1885 'docs/bug-triage-labels.md', | 1879 'docs/bug-triage-labels.md', |
1886 'docs/bug-triage-suggested-workflow.md', | 1880 'docs/bug-triage-suggested-workflow.md', |
1887 'docs/life-of-a-url-request.md', | 1881 'docs/life-of-a-url-request.md', |
1888 'sdch/README.md', | 1882 'sdch/README.md', |
1889 ], | 1883 ], |
1890 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', | 1884 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', |
1891 } | 1885 } |
1892 } | 1886 } |
OLD | NEW |