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

Side by Side Diff: net/net.gypi

Issue 851503003: Update from https://crrev.com/311076 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 11 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/http/transport_security_state_static.json ('k') | net/proxy/proxy_info.h » ('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 952 matching lines...) Expand 10 before | Expand all | Expand 10 after
963 'quic/quic_unacked_packet_map.h', 963 'quic/quic_unacked_packet_map.h',
964 'quic/quic_utils.cc', 964 'quic/quic_utils.cc',
965 'quic/quic_utils.h', 965 'quic/quic_utils.h',
966 'quic/quic_utils_chromium.h', 966 'quic/quic_utils_chromium.h',
967 'quic/quic_write_blocked_list.cc', 967 'quic/quic_write_blocked_list.cc',
968 'quic/quic_write_blocked_list.h', 968 'quic/quic_write_blocked_list.h',
969 'quic/reliable_quic_stream.cc', 969 'quic/reliable_quic_stream.cc',
970 'quic/reliable_quic_stream.h', 970 'quic/reliable_quic_stream.h',
971 'quic/spdy_utils.cc', 971 'quic/spdy_utils.cc',
972 'quic/spdy_utils.h', 972 'quic/spdy_utils.h',
973 'sdch/sdch_owner.cc',
974 'sdch/sdch_owner.h',
973 'socket/client_socket_factory.cc', 975 'socket/client_socket_factory.cc',
974 'socket/client_socket_factory.h', 976 'socket/client_socket_factory.h',
975 'socket/client_socket_pool.cc', 977 'socket/client_socket_pool.cc',
976 'socket/client_socket_pool.h', 978 'socket/client_socket_pool.h',
977 'socket/client_socket_pool_base.cc', 979 'socket/client_socket_pool_base.cc',
978 'socket/client_socket_pool_base.h', 980 'socket/client_socket_pool_base.h',
979 'socket/client_socket_pool_manager.cc', 981 'socket/client_socket_pool_manager.cc',
980 'socket/client_socket_pool_manager.h', 982 'socket/client_socket_pool_manager.h',
981 'socket/client_socket_pool_manager_impl.cc', 983 'socket/client_socket_pool_manager_impl.cc',
982 'socket/client_socket_pool_manager_impl.h', 984 'socket/client_socket_pool_manager_impl.h',
(...skipping 425 matching lines...) Expand 10 before | Expand all | Expand 10 after
1408 'http/http_chunked_decoder_unittest.cc', 1410 'http/http_chunked_decoder_unittest.cc',
1409 'http/http_content_disposition_unittest.cc', 1411 'http/http_content_disposition_unittest.cc',
1410 'http/http_log_util_unittest.cc', 1412 'http/http_log_util_unittest.cc',
1411 'http/http_network_layer_unittest.cc', 1413 'http/http_network_layer_unittest.cc',
1412 'http/http_network_transaction_ssl_unittest.cc', 1414 'http/http_network_transaction_ssl_unittest.cc',
1413 'http/http_network_transaction_unittest.cc', 1415 'http/http_network_transaction_unittest.cc',
1414 'http/http_proxy_client_socket_pool_unittest.cc', 1416 'http/http_proxy_client_socket_pool_unittest.cc',
1415 'http/http_request_headers_unittest.cc', 1417 'http/http_request_headers_unittest.cc',
1416 'http/http_response_body_drainer_unittest.cc', 1418 'http/http_response_body_drainer_unittest.cc',
1417 'http/http_response_headers_unittest.cc', 1419 'http/http_response_headers_unittest.cc',
1420 'http/http_response_info_unittest.cc',
1418 'http/http_security_headers_unittest.cc', 1421 'http/http_security_headers_unittest.cc',
1419 'http/http_server_properties_impl_unittest.cc', 1422 'http/http_server_properties_impl_unittest.cc',
1420 'http/http_server_properties_manager_unittest.cc', 1423 'http/http_server_properties_manager_unittest.cc',
1421 'http/http_status_code_unittest.cc', 1424 'http/http_status_code_unittest.cc',
1422 'http/http_stream_factory_impl_request_unittest.cc', 1425 'http/http_stream_factory_impl_request_unittest.cc',
1423 'http/http_stream_factory_impl_unittest.cc', 1426 'http/http_stream_factory_impl_unittest.cc',
1424 'http/http_stream_parser_unittest.cc', 1427 'http/http_stream_parser_unittest.cc',
1425 'http/http_util_unittest.cc', 1428 'http/http_util_unittest.cc',
1426 'http/http_vary_data_unittest.cc', 1429 'http/http_vary_data_unittest.cc',
1427 'http/mock_allow_url_security_manager.cc', 1430 'http/mock_allow_url_security_manager.cc',
(...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after
1577 'quic/quic_socket_address_coder_test.cc', 1580 'quic/quic_socket_address_coder_test.cc',
1578 'quic/quic_stream_factory_test.cc', 1581 'quic/quic_stream_factory_test.cc',
1579 'quic/quic_stream_sequencer_test.cc', 1582 'quic/quic_stream_sequencer_test.cc',
1580 'quic/quic_sustained_bandwidth_recorder_test.cc', 1583 'quic/quic_sustained_bandwidth_recorder_test.cc',
1581 'quic/quic_time_test.cc', 1584 'quic/quic_time_test.cc',
1582 'quic/quic_unacked_packet_map_test.cc', 1585 'quic/quic_unacked_packet_map_test.cc',
1583 'quic/quic_utils_chromium_test.cc', 1586 'quic/quic_utils_chromium_test.cc',
1584 'quic/quic_utils_test.cc', 1587 'quic/quic_utils_test.cc',
1585 'quic/quic_write_blocked_list_test.cc', 1588 'quic/quic_write_blocked_list_test.cc',
1586 'quic/reliable_quic_stream_test.cc', 1589 'quic/reliable_quic_stream_test.cc',
1590 'sdch/sdch_owner_unittest.cc',
1587 'server/http_connection_unittest.cc', 1591 'server/http_connection_unittest.cc',
1588 'server/http_server_response_info_unittest.cc', 1592 'server/http_server_response_info_unittest.cc',
1589 'server/http_server_unittest.cc', 1593 'server/http_server_unittest.cc',
1590 'server/web_socket_encoder_unittest.cc', 1594 'server/web_socket_encoder_unittest.cc',
1591 'socket/client_socket_pool_base_unittest.cc', 1595 'socket/client_socket_pool_base_unittest.cc',
1592 'socket/deterministic_socket_data_unittest.cc', 1596 'socket/deterministic_socket_data_unittest.cc',
1593 'socket/mock_client_socket_pool_manager.cc', 1597 'socket/mock_client_socket_pool_manager.cc',
1594 'socket/mock_client_socket_pool_manager.h', 1598 'socket/mock_client_socket_pool_manager.h',
1595 'socket/socks5_client_socket_unittest.cc', 1599 'socket/socks5_client_socket_unittest.cc',
1596 'socket/socks_client_socket_pool_unittest.cc', 1600 'socket/socks_client_socket_pool_unittest.cc',
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
1722 'websockets/websocket_handshake_stream_create_helper_test.cc', 1726 'websockets/websocket_handshake_stream_create_helper_test.cc',
1723 'websockets/websocket_inflater_test.cc', 1727 'websockets/websocket_inflater_test.cc',
1724 'websockets/websocket_stream_test.cc', 1728 'websockets/websocket_stream_test.cc',
1725 'websockets/websocket_test_util.cc', 1729 'websockets/websocket_test_util.cc',
1726 'websockets/websocket_test_util.h', 1730 'websockets/websocket_test_util.h',
1727 ], 1731 ],
1728 'net_linux_test_sources': [ 1732 'net_linux_test_sources': [
1729 'quic/quic_end_to_end_unittest.cc', 1733 'quic/quic_end_to_end_unittest.cc',
1730 'tools/quic/end_to_end_test.cc', 1734 'tools/quic/end_to_end_test.cc',
1731 'tools/quic/quic_client_session_test.cc', 1735 'tools/quic/quic_client_session_test.cc',
1736 'tools/quic/quic_client_test.cc',
1732 'tools/quic/quic_dispatcher_test.cc', 1737 'tools/quic/quic_dispatcher_test.cc',
1733 'tools/quic/quic_epoll_clock_test.cc', 1738 'tools/quic/quic_epoll_clock_test.cc',
1734 'tools/quic/quic_epoll_connection_helper_test.cc', 1739 'tools/quic/quic_epoll_connection_helper_test.cc',
1735 'tools/quic/quic_in_memory_cache_test.cc', 1740 'tools/quic/quic_in_memory_cache_test.cc',
1736 'tools/quic/quic_server_session_test.cc', 1741 'tools/quic/quic_server_session_test.cc',
1737 'tools/quic/quic_server_test.cc', 1742 'tools/quic/quic_server_test.cc',
1738 'tools/quic/quic_spdy_client_stream_test.cc', 1743 'tools/quic/quic_spdy_client_stream_test.cc',
1739 'tools/quic/quic_spdy_server_stream_test.cc', 1744 'tools/quic/quic_spdy_server_stream_test.cc',
1740 'tools/quic/quic_time_wait_list_manager_test.cc', 1745 'tools/quic/quic_time_wait_list_manager_test.cc',
1741 'tools/quic/test_tools/http_message.cc', 1746 'tools/quic/test_tools/http_message.cc',
(...skipping 23 matching lines...) Expand all
1765 ], 1770 ],
1766 'net_base_mac_ios_sources': [ 1771 'net_base_mac_ios_sources': [
1767 'base/mac/url_conversions.h', 1772 'base/mac/url_conversions.h',
1768 'base/mac/url_conversions.mm', 1773 'base/mac/url_conversions.mm',
1769 ], 1774 ],
1770 'net_base_test_mac_ios_sources': [ 1775 'net_base_test_mac_ios_sources': [
1771 'base/mac/url_conversions_unittest.mm', 1776 'base/mac/url_conversions_unittest.mm',
1772 ], 1777 ],
1773 } 1778 }
1774 } 1779 }
OLDNEW
« no previous file with comments | « net/http/transport_security_state_static.json ('k') | net/proxy/proxy_info.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698