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

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: Rebased 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
« no previous file with comments | « net/BUILD.gn ('k') | net/net_common.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 409 matching lines...) Expand 10 before | Expand all | Expand 10 after
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',
432 'base/dns_reloader.cc', 430 'base/dns_reloader.cc',
433 'base/dns_reloader.h', 431 'base/dns_reloader.h',
434 'base/elements_upload_data_stream.cc', 432 'base/elements_upload_data_stream.cc',
435 'base/elements_upload_data_stream.h', 433 'base/elements_upload_data_stream.h',
436 'base/expiring_cache.h', 434 'base/expiring_cache.h',
437 'base/external_estimate_provider.h', 435 'base/external_estimate_provider.h',
438 'base/file_stream.cc', 436 'base/file_stream.cc',
439 'base/file_stream.h', 437 'base/file_stream.h',
440 'base/file_stream_context.cc', 438 'base/file_stream_context.cc',
441 'base/file_stream_context.h', 439 'base/file_stream_context.h',
(...skipping 358 matching lines...) Expand 10 before | Expand all | Expand 10 after
800 'dns/single_request_host_resolver.cc', 798 'dns/single_request_host_resolver.cc',
801 'dns/single_request_host_resolver.h', 799 'dns/single_request_host_resolver.h',
802 'filter/filter.cc', 800 'filter/filter.cc',
803 'filter/filter.h', 801 'filter/filter.h',
804 'filter/gzip_filter.cc', 802 'filter/gzip_filter.cc',
805 'filter/gzip_filter.h', 803 'filter/gzip_filter.h',
806 'filter/gzip_header.cc', 804 'filter/gzip_header.cc',
807 'filter/gzip_header.h', 805 'filter/gzip_header.h',
808 'filter/sdch_filter.cc', 806 'filter/sdch_filter.cc',
809 'filter/sdch_filter.h', 807 '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_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', 808 'http/des.cc',
838 'http/des.h', 809 'http/des.h',
839 'http/disk_based_cert_cache.cc', 810 'http/disk_based_cert_cache.cc',
840 'http/disk_based_cert_cache.h', 811 'http/disk_based_cert_cache.h',
841 'http/disk_cache_based_quic_server_info.cc', 812 'http/disk_cache_based_quic_server_info.cc',
842 'http/disk_cache_based_quic_server_info.h', 813 'http/disk_cache_based_quic_server_info.h',
843 'http/failing_http_transaction_factory.cc', 814 'http/failing_http_transaction_factory.cc',
844 'http/failing_http_transaction_factory.h', 815 'http/failing_http_transaction_factory.h',
845 'http/http_auth.cc', 816 'http/http_auth.cc',
846 'http/http_auth.h', 817 'http/http_auth.h',
(...skipping 330 matching lines...) Expand 10 before | Expand all | Expand 10 after
1177 'udp/udp_server_socket.h', 1148 'udp/udp_server_socket.h',
1178 'udp/udp_socket.h', 1149 'udp/udp_socket.h',
1179 'udp/udp_socket_libevent.cc', 1150 'udp/udp_socket_libevent.cc',
1180 'udp/udp_socket_libevent.h', 1151 'udp/udp_socket_libevent.h',
1181 'udp/udp_socket_win.cc', 1152 'udp/udp_socket_win.cc',
1182 'udp/udp_socket_win.h', 1153 'udp/udp_socket_win.h',
1183 'url_request/certificate_report_sender.cc', 1154 'url_request/certificate_report_sender.cc',
1184 'url_request/certificate_report_sender.h', 1155 'url_request/certificate_report_sender.h',
1185 'url_request/data_protocol_handler.cc', 1156 'url_request/data_protocol_handler.cc',
1186 'url_request/data_protocol_handler.h', 1157 'url_request/data_protocol_handler.h',
1187 'url_request/file_protocol_handler.cc',
1188 'url_request/file_protocol_handler.h',
1189 'url_request/ftp_protocol_handler.cc',
1190 'url_request/ftp_protocol_handler.h',
1191 'url_request/http_user_agent_settings.h', 1158 'url_request/http_user_agent_settings.h',
1192 'url_request/redirect_info.cc', 1159 'url_request/redirect_info.cc',
1193 'url_request/redirect_info.h', 1160 'url_request/redirect_info.h',
1194 'url_request/sdch_dictionary_fetcher.cc', 1161 'url_request/sdch_dictionary_fetcher.cc',
1195 'url_request/sdch_dictionary_fetcher.h', 1162 'url_request/sdch_dictionary_fetcher.h',
1196 'url_request/static_http_user_agent_settings.cc', 1163 'url_request/static_http_user_agent_settings.cc',
1197 'url_request/static_http_user_agent_settings.h', 1164 'url_request/static_http_user_agent_settings.h',
1198 'url_request/url_fetcher.cc', 1165 'url_request/url_fetcher.cc',
1199 'url_request/url_fetcher.h', 1166 'url_request/url_fetcher.h',
1200 'url_request/url_fetcher_core.cc', 1167 'url_request/url_fetcher_core.cc',
(...skipping 15 matching lines...) Expand all
1216 'url_request/url_request_context_builder.h', 1183 'url_request/url_request_context_builder.h',
1217 'url_request/url_request_context_getter.cc', 1184 'url_request/url_request_context_getter.cc',
1218 'url_request/url_request_context_getter.h', 1185 'url_request/url_request_context_getter.h',
1219 'url_request/url_request_context_getter_observer.h', 1186 'url_request/url_request_context_getter_observer.h',
1220 'url_request/url_request_context_storage.cc', 1187 'url_request/url_request_context_storage.cc',
1221 'url_request/url_request_context_storage.h', 1188 'url_request/url_request_context_storage.h',
1222 'url_request/url_request_data_job.cc', 1189 'url_request/url_request_data_job.cc',
1223 'url_request/url_request_data_job.h', 1190 'url_request/url_request_data_job.h',
1224 'url_request/url_request_error_job.cc', 1191 'url_request/url_request_error_job.cc',
1225 'url_request/url_request_error_job.h', 1192 'url_request/url_request_error_job.h',
1226 'url_request/url_request_file_dir_job.cc',
1227 'url_request/url_request_file_dir_job.h',
1228 'url_request/url_request_file_job.cc',
1229 'url_request/url_request_file_job.h',
1230 'url_request/url_request_filter.cc', 1193 'url_request/url_request_filter.cc',
1231 'url_request/url_request_filter.h', 1194 'url_request/url_request_filter.h',
1232 'url_request/url_request_ftp_job.cc',
1233 'url_request/url_request_ftp_job.h',
1234 'url_request/url_request_http_job.cc', 1195 'url_request/url_request_http_job.cc',
1235 'url_request/url_request_http_job.h', 1196 'url_request/url_request_http_job.h',
1236 'url_request/url_request_intercepting_job_factory.cc', 1197 'url_request/url_request_intercepting_job_factory.cc',
1237 'url_request/url_request_intercepting_job_factory.h', 1198 'url_request/url_request_intercepting_job_factory.h',
1238 'url_request/url_request_interceptor.cc', 1199 'url_request/url_request_interceptor.cc',
1239 'url_request/url_request_interceptor.h', 1200 'url_request/url_request_interceptor.h',
1240 'url_request/url_request_job.cc', 1201 'url_request/url_request_job.cc',
1241 'url_request/url_request_job.h', 1202 'url_request/url_request_job.h',
1242 'url_request/url_request_job_factory.cc', 1203 'url_request/url_request_job_factory.cc',
1243 'url_request/url_request_job_factory.h', 1204 'url_request/url_request_job_factory.h',
(...skipping 15 matching lines...) Expand all
1259 'url_request/url_request_throttler_entry.h', 1220 'url_request/url_request_throttler_entry.h',
1260 'url_request/url_request_throttler_entry_interface.h', 1221 'url_request/url_request_throttler_entry_interface.h',
1261 'url_request/url_request_throttler_manager.cc', 1222 'url_request/url_request_throttler_manager.cc',
1262 'url_request/url_request_throttler_manager.h', 1223 'url_request/url_request_throttler_manager.h',
1263 'url_request/url_request_backoff_manager.cc', 1224 'url_request/url_request_backoff_manager.cc',
1264 'url_request/url_request_backoff_manager.h', 1225 'url_request/url_request_backoff_manager.h',
1265 'url_request/view_cache_helper.cc', 1226 'url_request/view_cache_helper.cc',
1266 'url_request/view_cache_helper.h', 1227 'url_request/view_cache_helper.h',
1267 'url_request/websocket_handshake_userdata_key.cc', 1228 'url_request/websocket_handshake_userdata_key.cc',
1268 'url_request/websocket_handshake_userdata_key.h', 1229 'url_request/websocket_handshake_userdata_key.h',
1269 'websockets/websocket_basic_handshake_stream.cc',
1270 'websockets/websocket_basic_handshake_stream.h',
1271 'websockets/websocket_basic_stream.cc',
1272 'websockets/websocket_basic_stream.h',
1273 'websockets/websocket_channel.cc',
1274 'websockets/websocket_channel.h',
1275 'websockets/websocket_deflate_predictor.h',
1276 'websockets/websocket_deflate_predictor_impl.cc',
1277 'websockets/websocket_deflate_predictor_impl.h',
1278 'websockets/websocket_deflate_stream.cc',
1279 'websockets/websocket_deflate_stream.h',
1280 'websockets/websocket_deflater.cc',
1281 'websockets/websocket_deflater.h',
1282 'websockets/websocket_errors.cc',
1283 'websockets/websocket_errors.h',
1284 'websockets/websocket_extension.cc',
1285 'websockets/websocket_extension.h',
1286 'websockets/websocket_extension_parser.cc',
1287 'websockets/websocket_extension_parser.h',
1288 'websockets/websocket_frame.cc',
1289 'websockets/websocket_frame.h',
1290 'websockets/websocket_frame_parser.cc',
1291 'websockets/websocket_frame_parser.h',
1292 'websockets/websocket_handshake_challenge.cc',
1293 'websockets/websocket_handshake_challenge.h',
1294 'websockets/websocket_handshake_constants.cc',
1295 'websockets/websocket_handshake_constants.h',
1296 'websockets/websocket_handshake_request_info.cc',
1297 'websockets/websocket_handshake_request_info.h',
1298 'websockets/websocket_handshake_response_info.cc',
1299 'websockets/websocket_handshake_response_info.h',
1300 'websockets/websocket_handshake_stream_base.h',
1301 'websockets/websocket_handshake_stream_create_helper.cc',
1302 'websockets/websocket_handshake_stream_create_helper.h',
1303 'websockets/websocket_inflater.cc',
1304 'websockets/websocket_inflater.h',
1305 'websockets/websocket_mux.h',
1306 'websockets/websocket_stream.cc',
1307 'websockets/websocket_stream.h',
1308 ], 1230 ],
1309 'net_extras_sources': [ 1231 'net_extras_sources': [
1310 'extras/sqlite/cookie_crypto_delegate.h', 1232 'extras/sqlite/cookie_crypto_delegate.h',
1311 'extras/sqlite/sqlite_channel_id_store.cc', 1233 'extras/sqlite/sqlite_channel_id_store.cc',
1312 'extras/sqlite/sqlite_channel_id_store.h', 1234 'extras/sqlite/sqlite_channel_id_store.h',
1313 'extras/sqlite/sqlite_persistent_cookie_store.cc', 1235 'extras/sqlite/sqlite_persistent_cookie_store.cc',
1314 'extras/sqlite/sqlite_persistent_cookie_store.h', 1236 'extras/sqlite/sqlite_persistent_cookie_store.h',
1315 ], 1237 ],
1316 'net_test_sources': [ 1238 'net_test_sources': [
1317 'android/dummy_spnego_authenticator.cc', 1239 'android/dummy_spnego_authenticator.cc',
(...skipping 542 matching lines...) Expand 10 before | Expand all | Expand 10 after
1860 'tools/quic/test_tools/simple_client.cc', 1782 'tools/quic/test_tools/simple_client.cc',
1861 'tools/quic/test_tools/simple_client.h', 1783 'tools/quic/test_tools/simple_client.h',
1862 ], 1784 ],
1863 'net_base_mac_ios_sources': [ 1785 'net_base_mac_ios_sources': [
1864 'base/mac/url_conversions.h', 1786 'base/mac/url_conversions.h',
1865 'base/mac/url_conversions.mm', 1787 'base/mac/url_conversions.mm',
1866 ], 1788 ],
1867 'net_base_test_mac_ios_sources': [ 1789 'net_base_test_mac_ios_sources': [
1868 'base/mac/url_conversions_unittest.mm', 1790 'base/mac/url_conversions_unittest.mm',
1869 ], 1791 ],
1792 'net_file_support_sources': [
1793 "base/directory_lister.cc",
1794 "base/directory_lister.h",
1795 "url_request/file_protocol_handler.cc",
1796 "url_request/file_protocol_handler.h",
1797 "url_request/url_request_file_dir_job.cc",
1798 "url_request/url_request_file_dir_job.h",
1799 "url_request/url_request_file_job.cc",
1800 "url_request/url_request_file_job.h",
1801 ],
1802 'net_ftp_support_sources': [
1803 "ftp/ftp_auth_cache.cc",
1804 "ftp/ftp_auth_cache.h",
1805 "ftp/ftp_ctrl_response_buffer.cc",
1806 "ftp/ftp_ctrl_response_buffer.h",
1807 "ftp/ftp_directory_listing_parser.cc",
1808 "ftp/ftp_directory_listing_parser.h",
1809 "ftp/ftp_directory_listing_parser_ls.cc",
1810 "ftp/ftp_directory_listing_parser_ls.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
« no previous file with comments | « net/BUILD.gn ('k') | net/net_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698