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

Side by Side Diff: net/net.gypi

Issue 841883002: Add an eviction mechanism for SDCH dictionaries. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Sync'd to p310544 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/filter/sdch_filter_unittest.cc ('k') | net/sdch/sdch_owner.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 594 matching lines...) Expand 10 before | Expand all | Expand 10 after
1577 'quic/quic_socket_address_coder_test.cc', 1579 'quic/quic_socket_address_coder_test.cc',
1578 'quic/quic_stream_factory_test.cc', 1580 'quic/quic_stream_factory_test.cc',
1579 'quic/quic_stream_sequencer_test.cc', 1581 'quic/quic_stream_sequencer_test.cc',
1580 'quic/quic_sustained_bandwidth_recorder_test.cc', 1582 'quic/quic_sustained_bandwidth_recorder_test.cc',
1581 'quic/quic_time_test.cc', 1583 'quic/quic_time_test.cc',
1582 'quic/quic_unacked_packet_map_test.cc', 1584 'quic/quic_unacked_packet_map_test.cc',
1583 'quic/quic_utils_chromium_test.cc', 1585 'quic/quic_utils_chromium_test.cc',
1584 'quic/quic_utils_test.cc', 1586 'quic/quic_utils_test.cc',
1585 'quic/quic_write_blocked_list_test.cc', 1587 'quic/quic_write_blocked_list_test.cc',
1586 'quic/reliable_quic_stream_test.cc', 1588 'quic/reliable_quic_stream_test.cc',
1589 'sdch/sdch_owner_unittest.cc',
1587 'server/http_connection_unittest.cc', 1590 'server/http_connection_unittest.cc',
1588 'server/http_server_response_info_unittest.cc', 1591 'server/http_server_response_info_unittest.cc',
1589 'server/http_server_unittest.cc', 1592 'server/http_server_unittest.cc',
1590 'server/web_socket_encoder_unittest.cc', 1593 'server/web_socket_encoder_unittest.cc',
1591 'socket/client_socket_pool_base_unittest.cc', 1594 'socket/client_socket_pool_base_unittest.cc',
1592 'socket/deterministic_socket_data_unittest.cc', 1595 'socket/deterministic_socket_data_unittest.cc',
1593 'socket/mock_client_socket_pool_manager.cc', 1596 'socket/mock_client_socket_pool_manager.cc',
1594 'socket/mock_client_socket_pool_manager.h', 1597 'socket/mock_client_socket_pool_manager.h',
1595 'socket/socks5_client_socket_unittest.cc', 1598 'socket/socks5_client_socket_unittest.cc',
1596 'socket/socks_client_socket_pool_unittest.cc', 1599 'socket/socks_client_socket_pool_unittest.cc',
(...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after
1765 ], 1768 ],
1766 'net_base_mac_ios_sources': [ 1769 'net_base_mac_ios_sources': [
1767 'base/mac/url_conversions.h', 1770 'base/mac/url_conversions.h',
1768 'base/mac/url_conversions.mm', 1771 'base/mac/url_conversions.mm',
1769 ], 1772 ],
1770 'net_base_test_mac_ios_sources': [ 1773 'net_base_test_mac_ios_sources': [
1771 'base/mac/url_conversions_unittest.mm', 1774 'base/mac/url_conversions_unittest.mm',
1772 ], 1775 ],
1773 } 1776 }
1774 } 1777 }
OLDNEW
« no previous file with comments | « net/filter/sdch_filter_unittest.cc ('k') | net/sdch/sdch_owner.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698