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

Side by Side Diff: net/net.gypi

Issue 358493002: Land recent SPDY changes (through 70021377) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase on code-review-feedback updates. Created 6 years, 5 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 | Annotate | Revision Log
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 1016 matching lines...) Expand 10 before | Expand all | Expand 10 after
1027 'spdy/spdy_headers_block_parser.h', 1027 'spdy/spdy_headers_block_parser.h',
1028 'spdy/spdy_http_stream.cc', 1028 'spdy/spdy_http_stream.cc',
1029 'spdy/spdy_http_stream.h', 1029 'spdy/spdy_http_stream.h',
1030 'spdy/spdy_http_utils.cc', 1030 'spdy/spdy_http_utils.cc',
1031 'spdy/spdy_http_utils.h', 1031 'spdy/spdy_http_utils.h',
1032 'spdy/spdy_pinnable_buffer_piece.cc', 1032 'spdy/spdy_pinnable_buffer_piece.cc',
1033 'spdy/spdy_pinnable_buffer_piece.h', 1033 'spdy/spdy_pinnable_buffer_piece.h',
1034 'spdy/spdy_prefixed_buffer_reader.cc', 1034 'spdy/spdy_prefixed_buffer_reader.cc',
1035 'spdy/spdy_prefixed_buffer_reader.h', 1035 'spdy/spdy_prefixed_buffer_reader.h',
1036 'spdy/spdy_priority_forest.h', 1036 'spdy/spdy_priority_forest.h',
1037 'spdy/spdy_priority_tree.h',
1037 'spdy/spdy_protocol.cc', 1038 'spdy/spdy_protocol.cc',
1038 'spdy/spdy_protocol.h', 1039 'spdy/spdy_protocol.h',
1039 'spdy/spdy_proxy_client_socket.cc', 1040 'spdy/spdy_proxy_client_socket.cc',
1040 'spdy/spdy_proxy_client_socket.h', 1041 'spdy/spdy_proxy_client_socket.h',
1041 'spdy/spdy_read_queue.cc', 1042 'spdy/spdy_read_queue.cc',
1042 'spdy/spdy_read_queue.h', 1043 'spdy/spdy_read_queue.h',
1043 'spdy/spdy_session.cc', 1044 'spdy/spdy_session.cc',
1044 'spdy/spdy_session.h', 1045 'spdy/spdy_session.h',
1045 'spdy/spdy_session_key.cc', 1046 'spdy/spdy_session_key.cc',
1046 'spdy/spdy_session_key.h', 1047 'spdy/spdy_session_key.h',
(...skipping 533 matching lines...) Expand 10 before | Expand all | Expand 10 after
1580 'spdy/spdy_frame_reader_test.cc', 1581 'spdy/spdy_frame_reader_test.cc',
1581 'spdy/spdy_framer_test.cc', 1582 'spdy/spdy_framer_test.cc',
1582 'spdy/spdy_header_block_unittest.cc', 1583 'spdy/spdy_header_block_unittest.cc',
1583 'spdy/spdy_headers_block_parser_test.cc', 1584 'spdy/spdy_headers_block_parser_test.cc',
1584 'spdy/spdy_http_stream_unittest.cc', 1585 'spdy/spdy_http_stream_unittest.cc',
1585 'spdy/spdy_http_utils_unittest.cc', 1586 'spdy/spdy_http_utils_unittest.cc',
1586 'spdy/spdy_network_transaction_unittest.cc', 1587 'spdy/spdy_network_transaction_unittest.cc',
1587 'spdy/spdy_pinnable_buffer_piece_test.cc', 1588 'spdy/spdy_pinnable_buffer_piece_test.cc',
1588 'spdy/spdy_prefixed_buffer_reader_test.cc', 1589 'spdy/spdy_prefixed_buffer_reader_test.cc',
1589 'spdy/spdy_priority_forest_test.cc', 1590 'spdy/spdy_priority_forest_test.cc',
1591 'spdy/spdy_priority_tree_test.cc',
1590 'spdy/spdy_protocol_test.cc', 1592 'spdy/spdy_protocol_test.cc',
1591 'spdy/spdy_proxy_client_socket_unittest.cc', 1593 'spdy/spdy_proxy_client_socket_unittest.cc',
1592 'spdy/spdy_read_queue_unittest.cc', 1594 'spdy/spdy_read_queue_unittest.cc',
1593 'spdy/spdy_session_pool_unittest.cc', 1595 'spdy/spdy_session_pool_unittest.cc',
1594 'spdy/spdy_session_test_util.cc', 1596 'spdy/spdy_session_test_util.cc',
1595 'spdy/spdy_session_test_util.h', 1597 'spdy/spdy_session_test_util.h',
1596 'spdy/spdy_session_unittest.cc', 1598 'spdy/spdy_session_unittest.cc',
1597 'spdy/spdy_stream_test_util.cc', 1599 'spdy/spdy_stream_test_util.cc',
1598 'spdy/spdy_stream_test_util.h', 1600 'spdy/spdy_stream_test_util.h',
1599 'spdy/spdy_stream_unittest.cc', 1601 'spdy/spdy_stream_unittest.cc',
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
1708 'tools/quic/test_tools/quic_test_client.h', 1710 'tools/quic/test_tools/quic_test_client.h',
1709 'tools/quic/test_tools/quic_test_utils.cc', 1711 'tools/quic/test_tools/quic_test_utils.cc',
1710 'tools/quic/test_tools/quic_test_utils.h', 1712 'tools/quic/test_tools/quic_test_utils.h',
1711 'tools/quic/test_tools/server_thread.h', 1713 'tools/quic/test_tools/server_thread.h',
1712 'tools/quic/test_tools/server_thread.cc', 1714 'tools/quic/test_tools/server_thread.cc',
1713 'tools/quic/test_tools/simple_client.h', 1715 'tools/quic/test_tools/simple_client.h',
1714 'tools/quic/test_tools/simple_client.cc', 1716 'tools/quic/test_tools/simple_client.cc',
1715 ], 1717 ],
1716 } 1718 }
1717 } 1719 }
OLDNEW
« no previous file with comments | « net/http/http_proxy_client_socket_pool_unittest.cc ('k') | net/spdy/buffered_spdy_framer_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698