Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(50)

Side by Side Diff: net/net.gypi

Issue 1287893005: Reland: Make separate net and url GN targets with and without ICU (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address Brett's comments Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 405 matching lines...) Expand 10 before | Expand all | Expand 10 after
416 'base/backoff_entry_serializer.cc', 416 'base/backoff_entry_serializer.cc',
417 'base/backoff_entry_serializer.h', 417 'base/backoff_entry_serializer.h',
418 'base/cache_type.h', 418 'base/cache_type.h',
419 'base/chunked_upload_data_stream.cc', 419 'base/chunked_upload_data_stream.cc',
420 'base/chunked_upload_data_stream.h', 420 'base/chunked_upload_data_stream.h',
421 'base/crypto_module.h', 421 'base/crypto_module.h',
422 'base/crypto_module_nss.cc', 422 'base/crypto_module_nss.cc',
423 'base/crypto_module_openssl.cc', 423 'base/crypto_module_openssl.cc',
424 'base/data_url.cc', 424 'base/data_url.cc',
425 'base/data_url.h', 425 'base/data_url.h',
426 'base/directory_lister.cc',
427 'base/directory_lister.h',
428 'base/dns_reloader.cc', 426 'base/dns_reloader.cc',
429 'base/dns_reloader.h', 427 'base/dns_reloader.h',
430 'base/elements_upload_data_stream.cc', 428 'base/elements_upload_data_stream.cc',
431 'base/elements_upload_data_stream.h', 429 'base/elements_upload_data_stream.h',
432 'base/expiring_cache.h', 430 'base/expiring_cache.h',
433 'base/external_estimate_provider.h', 431 'base/external_estimate_provider.h',
434 'base/file_stream.cc', 432 'base/file_stream.cc',
435 'base/file_stream.h', 433 'base/file_stream.h',
436 'base/file_stream_context.cc', 434 'base/file_stream_context.cc',
437 'base/file_stream_context.h', 435 'base/file_stream_context.h',
(...skipping 358 matching lines...) Expand 10 before | Expand all | Expand 10 after
796 'dns/single_request_host_resolver.cc', 794 'dns/single_request_host_resolver.cc',
797 'dns/single_request_host_resolver.h', 795 'dns/single_request_host_resolver.h',
798 'filter/filter.cc', 796 'filter/filter.cc',
799 'filter/filter.h', 797 'filter/filter.h',
800 'filter/gzip_filter.cc', 798 'filter/gzip_filter.cc',
801 'filter/gzip_filter.h', 799 'filter/gzip_filter.h',
802 'filter/gzip_header.cc', 800 'filter/gzip_header.cc',
803 'filter/gzip_header.h', 801 'filter/gzip_header.h',
804 'filter/sdch_filter.cc', 802 'filter/sdch_filter.cc',
805 'filter/sdch_filter.h', 803 'filter/sdch_filter.h',
806 'ftp/ftp_auth_cache.cc',
807 'ftp/ftp_auth_cache.h',
808 'ftp/ftp_ctrl_response_buffer.cc',
809 'ftp/ftp_ctrl_response_buffer.h',
810 'ftp/ftp_directory_listing_parser.cc',
811 'ftp/ftp_directory_listing_parser.h',
812 'ftp/ftp_directory_listing_parser_ls.cc',
813 'ftp/ftp_directory_listing_parser_ls.h',
814 'ftp/ftp_directory_listing_parser_netware.cc',
815 'ftp/ftp_directory_listing_parser_netware.h',
816 'ftp/ftp_directory_listing_parser_os2.cc',
817 'ftp/ftp_directory_listing_parser_os2.h',
818 'ftp/ftp_directory_listing_parser_vms.cc',
819 'ftp/ftp_directory_listing_parser_vms.h',
820 'ftp/ftp_directory_listing_parser_windows.cc',
821 'ftp/ftp_directory_listing_parser_windows.h',
822 'ftp/ftp_network_layer.cc',
823 'ftp/ftp_network_layer.h',
824 'ftp/ftp_network_session.cc',
825 'ftp/ftp_network_session.h',
826 'ftp/ftp_network_transaction.cc',
827 'ftp/ftp_network_transaction.h',
828 'ftp/ftp_request_info.h',
829 'ftp/ftp_response_info.cc',
830 'ftp/ftp_response_info.h',
831 'ftp/ftp_server_type_histograms.cc',
832 'ftp/ftp_server_type_histograms.h',
833 'ftp/ftp_transaction.h',
834 'ftp/ftp_transaction_factory.h',
835 'ftp/ftp_util.cc',
836 'ftp/ftp_util.h',
837 'http/des.cc', 804 'http/des.cc',
838 'http/des.h', 805 'http/des.h',
839 'http/disk_based_cert_cache.cc', 806 'http/disk_based_cert_cache.cc',
840 'http/disk_based_cert_cache.h', 807 'http/disk_based_cert_cache.h',
841 'http/disk_cache_based_quic_server_info.cc', 808 'http/disk_cache_based_quic_server_info.cc',
842 'http/disk_cache_based_quic_server_info.h', 809 'http/disk_cache_based_quic_server_info.h',
843 'http/failing_http_transaction_factory.cc', 810 'http/failing_http_transaction_factory.cc',
844 'http/failing_http_transaction_factory.h', 811 'http/failing_http_transaction_factory.h',
845 'http/http_auth.cc', 812 'http/http_auth.cc',
846 'http/http_auth.h', 813 'http/http_auth.h',
(...skipping 329 matching lines...) Expand 10 before | Expand all | Expand 10 after
1176 'udp/udp_server_socket.h', 1143 'udp/udp_server_socket.h',
1177 'udp/udp_socket.h', 1144 'udp/udp_socket.h',
1178 'udp/udp_socket_libevent.cc', 1145 'udp/udp_socket_libevent.cc',
1179 'udp/udp_socket_libevent.h', 1146 'udp/udp_socket_libevent.h',
1180 'udp/udp_socket_win.cc', 1147 'udp/udp_socket_win.cc',
1181 'udp/udp_socket_win.h', 1148 'udp/udp_socket_win.h',
1182 'url_request/certificate_report_sender.cc', 1149 'url_request/certificate_report_sender.cc',
1183 'url_request/certificate_report_sender.h', 1150 'url_request/certificate_report_sender.h',
1184 'url_request/data_protocol_handler.cc', 1151 'url_request/data_protocol_handler.cc',
1185 'url_request/data_protocol_handler.h', 1152 'url_request/data_protocol_handler.h',
1186 'url_request/file_protocol_handler.cc',
1187 'url_request/file_protocol_handler.h',
1188 'url_request/ftp_protocol_handler.cc',
1189 'url_request/ftp_protocol_handler.h',
1190 'url_request/http_user_agent_settings.h', 1153 'url_request/http_user_agent_settings.h',
1191 'url_request/redirect_info.cc', 1154 'url_request/redirect_info.cc',
1192 'url_request/redirect_info.h', 1155 'url_request/redirect_info.h',
1193 'url_request/sdch_dictionary_fetcher.cc', 1156 'url_request/sdch_dictionary_fetcher.cc',
1194 'url_request/sdch_dictionary_fetcher.h', 1157 'url_request/sdch_dictionary_fetcher.h',
1195 'url_request/static_http_user_agent_settings.cc', 1158 'url_request/static_http_user_agent_settings.cc',
1196 'url_request/static_http_user_agent_settings.h', 1159 'url_request/static_http_user_agent_settings.h',
1197 'url_request/url_fetcher.cc', 1160 'url_request/url_fetcher.cc',
1198 'url_request/url_fetcher.h', 1161 'url_request/url_fetcher.h',
1199 'url_request/url_fetcher_core.cc', 1162 'url_request/url_fetcher_core.cc',
(...skipping 15 matching lines...) Expand all
1215 'url_request/url_request_context_builder.h', 1178 'url_request/url_request_context_builder.h',
1216 'url_request/url_request_context_getter.cc', 1179 'url_request/url_request_context_getter.cc',
1217 'url_request/url_request_context_getter.h', 1180 'url_request/url_request_context_getter.h',
1218 'url_request/url_request_context_getter_observer.h', 1181 'url_request/url_request_context_getter_observer.h',
1219 'url_request/url_request_context_storage.cc', 1182 'url_request/url_request_context_storage.cc',
1220 'url_request/url_request_context_storage.h', 1183 'url_request/url_request_context_storage.h',
1221 'url_request/url_request_data_job.cc', 1184 'url_request/url_request_data_job.cc',
1222 'url_request/url_request_data_job.h', 1185 'url_request/url_request_data_job.h',
1223 'url_request/url_request_error_job.cc', 1186 'url_request/url_request_error_job.cc',
1224 'url_request/url_request_error_job.h', 1187 'url_request/url_request_error_job.h',
1225 'url_request/url_request_file_dir_job.cc',
1226 'url_request/url_request_file_dir_job.h',
1227 'url_request/url_request_file_job.cc',
1228 'url_request/url_request_file_job.h',
1229 'url_request/url_request_filter.cc', 1188 'url_request/url_request_filter.cc',
1230 'url_request/url_request_filter.h', 1189 'url_request/url_request_filter.h',
1231 'url_request/url_request_ftp_job.cc',
1232 'url_request/url_request_ftp_job.h',
1233 'url_request/url_request_http_job.cc', 1190 'url_request/url_request_http_job.cc',
1234 'url_request/url_request_http_job.h', 1191 'url_request/url_request_http_job.h',
1235 'url_request/url_request_intercepting_job_factory.cc', 1192 'url_request/url_request_intercepting_job_factory.cc',
1236 'url_request/url_request_intercepting_job_factory.h', 1193 'url_request/url_request_intercepting_job_factory.h',
1237 'url_request/url_request_interceptor.cc', 1194 'url_request/url_request_interceptor.cc',
1238 'url_request/url_request_interceptor.h', 1195 'url_request/url_request_interceptor.h',
1239 'url_request/url_request_job.cc', 1196 'url_request/url_request_job.cc',
1240 'url_request/url_request_job.h', 1197 'url_request/url_request_job.h',
1241 'url_request/url_request_job_factory.cc', 1198 'url_request/url_request_job_factory.cc',
1242 'url_request/url_request_job_factory.h', 1199 'url_request/url_request_job_factory.h',
(...skipping 15 matching lines...) Expand all
1258 'url_request/url_request_throttler_entry.h', 1215 'url_request/url_request_throttler_entry.h',
1259 'url_request/url_request_throttler_entry_interface.h', 1216 'url_request/url_request_throttler_entry_interface.h',
1260 'url_request/url_request_throttler_manager.cc', 1217 'url_request/url_request_throttler_manager.cc',
1261 'url_request/url_request_throttler_manager.h', 1218 'url_request/url_request_throttler_manager.h',
1262 'url_request/url_request_backoff_manager.cc', 1219 'url_request/url_request_backoff_manager.cc',
1263 'url_request/url_request_backoff_manager.h', 1220 'url_request/url_request_backoff_manager.h',
1264 'url_request/view_cache_helper.cc', 1221 'url_request/view_cache_helper.cc',
1265 'url_request/view_cache_helper.h', 1222 'url_request/view_cache_helper.h',
1266 'url_request/websocket_handshake_userdata_key.cc', 1223 'url_request/websocket_handshake_userdata_key.cc',
1267 'url_request/websocket_handshake_userdata_key.h', 1224 'url_request/websocket_handshake_userdata_key.h',
1268 'websockets/websocket_basic_handshake_stream.cc',
1269 'websockets/websocket_basic_handshake_stream.h',
1270 'websockets/websocket_basic_stream.cc',
1271 'websockets/websocket_basic_stream.h',
1272 'websockets/websocket_channel.cc',
1273 'websockets/websocket_channel.h',
1274 'websockets/websocket_deflate_predictor.h',
1275 'websockets/websocket_deflate_predictor_impl.cc',
1276 'websockets/websocket_deflate_predictor_impl.h',
1277 'websockets/websocket_deflate_stream.cc',
1278 'websockets/websocket_deflate_stream.h',
1279 'websockets/websocket_deflater.cc',
1280 'websockets/websocket_deflater.h',
1281 'websockets/websocket_errors.cc',
1282 'websockets/websocket_errors.h',
1283 'websockets/websocket_extension.cc',
1284 'websockets/websocket_extension.h',
1285 'websockets/websocket_extension_parser.cc',
1286 'websockets/websocket_extension_parser.h',
1287 'websockets/websocket_frame.cc',
1288 'websockets/websocket_frame.h',
1289 'websockets/websocket_frame_parser.cc',
1290 'websockets/websocket_frame_parser.h',
1291 'websockets/websocket_handshake_challenge.cc',
1292 'websockets/websocket_handshake_challenge.h',
1293 'websockets/websocket_handshake_constants.cc',
1294 'websockets/websocket_handshake_constants.h',
1295 'websockets/websocket_handshake_request_info.cc',
1296 'websockets/websocket_handshake_request_info.h',
1297 'websockets/websocket_handshake_response_info.cc',
1298 'websockets/websocket_handshake_response_info.h',
1299 'websockets/websocket_handshake_stream_base.h',
1300 'websockets/websocket_handshake_stream_create_helper.cc',
1301 'websockets/websocket_handshake_stream_create_helper.h',
1302 'websockets/websocket_inflater.cc',
1303 'websockets/websocket_inflater.h',
1304 'websockets/websocket_mux.h',
1305 'websockets/websocket_stream.cc',
1306 'websockets/websocket_stream.h',
1307 ], 1225 ],
1308 'net_extras_sources': [ 1226 'net_extras_sources': [
1309 'extras/sqlite/cookie_crypto_delegate.h', 1227 'extras/sqlite/cookie_crypto_delegate.h',
1310 'extras/sqlite/sqlite_channel_id_store.cc', 1228 'extras/sqlite/sqlite_channel_id_store.cc',
1311 'extras/sqlite/sqlite_channel_id_store.h', 1229 'extras/sqlite/sqlite_channel_id_store.h',
1312 'extras/sqlite/sqlite_persistent_cookie_store.cc', 1230 'extras/sqlite/sqlite_persistent_cookie_store.cc',
1313 'extras/sqlite/sqlite_persistent_cookie_store.h', 1231 'extras/sqlite/sqlite_persistent_cookie_store.h',
1314 ], 1232 ],
1315 'net_test_sources': [ 1233 'net_test_sources': [
1316 'android/dummy_spnego_authenticator.cc', 1234 'android/dummy_spnego_authenticator.cc',
(...skipping 543 matching lines...) Expand 10 before | Expand all | Expand 10 after
1860 'tools/quic/test_tools/simple_client.cc', 1778 'tools/quic/test_tools/simple_client.cc',
1861 'tools/quic/test_tools/simple_client.h', 1779 'tools/quic/test_tools/simple_client.h',
1862 ], 1780 ],
1863 'net_base_mac_ios_sources': [ 1781 'net_base_mac_ios_sources': [
1864 'base/mac/url_conversions.h', 1782 'base/mac/url_conversions.h',
1865 'base/mac/url_conversions.mm', 1783 'base/mac/url_conversions.mm',
1866 ], 1784 ],
1867 'net_base_test_mac_ios_sources': [ 1785 'net_base_test_mac_ios_sources': [
1868 'base/mac/url_conversions_unittest.mm', 1786 'base/mac/url_conversions_unittest.mm',
1869 ], 1787 ],
1788 'net_file_support_sources': [
1789 "base/directory_lister.cc",
1790 "base/directory_lister.h",
1791 "url_request/file_protocol_handler.cc",
1792 "url_request/file_protocol_handler.h",
1793 "url_request/url_request_file_dir_job.cc",
1794 "url_request/url_request_file_dir_job.h",
1795 "url_request/url_request_file_job.cc",
1796 "url_request/url_request_file_job.h",
1797 ],
1798 'net_ftp_support_sources': [
1799 "ftp/ftp_auth_cache.cc",
1800 "ftp/ftp_auth_cache.h",
1801 "ftp/ftp_ctrl_response_buffer.cc",
1802 "ftp/ftp_ctrl_response_buffer.h",
1803 "ftp/ftp_directory_listing_parser.cc",
1804 "ftp/ftp_directory_listing_parser.h",
1805 "ftp/ftp_directory_listing_parser_ls.cc",
1806 "ftp/ftp_directory_listing_parser_ls.h",
1807 "ftp/ftp_directory_listing_parser_netware.cc",
1808 "ftp/ftp_directory_listing_parser_netware.h",
1809 "ftp/ftp_directory_listing_parser_os2.cc",
1810 "ftp/ftp_directory_listing_parser_os2.h",
1811 "ftp/ftp_directory_listing_parser_vms.cc",
1812 "ftp/ftp_directory_listing_parser_vms.h",
1813 "ftp/ftp_directory_listing_parser_windows.cc",
1814 "ftp/ftp_directory_listing_parser_windows.h",
1815 "ftp/ftp_network_layer.cc",
1816 "ftp/ftp_network_layer.h",
1817 "ftp/ftp_network_session.cc",
1818 "ftp/ftp_network_session.h",
1819 "ftp/ftp_network_transaction.cc",
1820 "ftp/ftp_network_transaction.h",
1821 "ftp/ftp_request_info.h",
1822 "ftp/ftp_response_info.cc",
1823 "ftp/ftp_response_info.h",
1824 "ftp/ftp_server_type_histograms.cc",
1825 "ftp/ftp_server_type_histograms.h",
1826 "ftp/ftp_transaction.h",
1827 "ftp/ftp_transaction_factory.h",
1828 "ftp/ftp_util.cc",
1829 "ftp/ftp_util.h",
1830 "url_request/ftp_protocol_handler.cc",
1831 "url_request/ftp_protocol_handler.h",
1832 "url_request/url_request_ftp_job.cc",
1833 "url_request/url_request_ftp_job.h",
1834 ],
1835 'net_websockets_sources': [
1836 "websockets/websocket_basic_handshake_stream.cc",
1837 "websockets/websocket_basic_handshake_stream.h",
1838 "websockets/websocket_basic_stream.cc",
1839 "websockets/websocket_basic_stream.h",
1840 "websockets/websocket_channel.cc",
1841 "websockets/websocket_channel.h",
1842 "websockets/websocket_deflate_predictor.h",
1843 "websockets/websocket_deflate_predictor_impl.cc",
1844 "websockets/websocket_deflate_predictor_impl.h",
1845 "websockets/websocket_deflate_stream.cc",
1846 "websockets/websocket_deflate_stream.h",
1847 "websockets/websocket_deflater.cc",
1848 "websockets/websocket_deflater.h",
1849 "websockets/websocket_errors.cc",
1850 "websockets/websocket_errors.h",
1851 "websockets/websocket_extension.cc",
1852 "websockets/websocket_extension.h",
1853 "websockets/websocket_extension_parser.cc",
1854 "websockets/websocket_extension_parser.h",
1855 "websockets/websocket_frame.cc",
1856 "websockets/websocket_frame.h",
1857 "websockets/websocket_frame_parser.cc",
1858 "websockets/websocket_frame_parser.h",
1859 "websockets/websocket_handshake_challenge.cc",
1860 "websockets/websocket_handshake_challenge.h",
1861 "websockets/websocket_handshake_constants.cc",
1862 "websockets/websocket_handshake_constants.h",
1863 "websockets/websocket_handshake_request_info.cc",
1864 "websockets/websocket_handshake_request_info.h",
1865 "websockets/websocket_handshake_response_info.cc",
1866 "websockets/websocket_handshake_response_info.h",
1867 "websockets/websocket_handshake_stream_base.h",
1868 "websockets/websocket_handshake_stream_create_helper.cc",
1869 "websockets/websocket_handshake_stream_create_helper.h",
1870 "websockets/websocket_inflater.cc",
1871 "websockets/websocket_inflater.h",
1872 "websockets/websocket_mux.h",
1873 "websockets/websocket_stream.cc",
1874 "websockets/websocket_stream.h",
1875 ],
1870 'net_docs_script': 'tools/net_docs/net_docs.py', 1876 'net_docs_script': 'tools/net_docs/net_docs.py',
1871 'net_docs_sources': [ 1877 'net_docs_sources': [
1872 'README.md', 1878 'README.md',
1873 'docs/bug-triage.md', 1879 'docs/bug-triage.md',
1874 'docs/bug-triage-labels.md', 1880 'docs/bug-triage-labels.md',
1875 'docs/bug-triage-suggested-workflow.md', 1881 'docs/bug-triage-suggested-workflow.md',
1876 'docs/life-of-a-url-request.md', 1882 'docs/life-of-a-url-request.md',
1877 'sdch/README.md', 1883 'sdch/README.md',
1878 ], 1884 ],
1879 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', 1885 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs',
1880 } 1886 }
1881 } 1887 }
OLDNEW
« net/BUILD.gn ('K') | « net/BUILD.gn ('k') | net/net_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698