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

Side by Side Diff: net/net.gyp

Issue 13601029: Add SpdyPriorityForest class (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 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
« no previous file with comments | « no previous file | net/spdy/spdy_priority_forest.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 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 8
9 'linux_link_kerberos%': 0, 9 'linux_link_kerberos%': 0,
10 'conditions': [ 10 'conditions': [
(...skipping 827 matching lines...) Expand 10 before | Expand all | Expand 10 after
838 'spdy/spdy_framer.cc', 838 'spdy/spdy_framer.cc',
839 'spdy/spdy_framer.h', 839 'spdy/spdy_framer.h',
840 'spdy/spdy_header_block.cc', 840 'spdy/spdy_header_block.cc',
841 'spdy/spdy_header_block.h', 841 'spdy/spdy_header_block.h',
842 'spdy/spdy_http_stream.cc', 842 'spdy/spdy_http_stream.cc',
843 'spdy/spdy_http_stream.h', 843 'spdy/spdy_http_stream.h',
844 'spdy/spdy_http_utils.cc', 844 'spdy/spdy_http_utils.cc',
845 'spdy/spdy_http_utils.h', 845 'spdy/spdy_http_utils.h',
846 'spdy/spdy_io_buffer.cc', 846 'spdy/spdy_io_buffer.cc',
847 'spdy/spdy_io_buffer.h', 847 'spdy/spdy_io_buffer.h',
848 'spdy/spdy_priority_forest.h',
848 'spdy/spdy_protocol.cc', 849 'spdy/spdy_protocol.cc',
849 'spdy/spdy_protocol.h', 850 'spdy/spdy_protocol.h',
850 'spdy/spdy_proxy_client_socket.cc', 851 'spdy/spdy_proxy_client_socket.cc',
851 'spdy/spdy_proxy_client_socket.h', 852 'spdy/spdy_proxy_client_socket.h',
852 'spdy/spdy_session.cc', 853 'spdy/spdy_session.cc',
853 'spdy/spdy_session.h', 854 'spdy/spdy_session.h',
854 'spdy/spdy_session_pool.cc', 855 'spdy/spdy_session_pool.cc',
855 'spdy/spdy_session_pool.h', 856 'spdy/spdy_session_pool.h',
856 'spdy/spdy_stream.cc', 857 'spdy/spdy_stream.cc',
857 'spdy/spdy_stream.h', 858 'spdy/spdy_stream.h',
(...skipping 765 matching lines...) Expand 10 before | Expand all | Expand 10 after
1623 'spdy/spdy_credential_state_unittest.cc', 1624 'spdy/spdy_credential_state_unittest.cc',
1624 'spdy/spdy_frame_builder_test.cc', 1625 'spdy/spdy_frame_builder_test.cc',
1625 'spdy/spdy_frame_reader_test.cc', 1626 'spdy/spdy_frame_reader_test.cc',
1626 'spdy/spdy_framer_test.cc', 1627 'spdy/spdy_framer_test.cc',
1627 'spdy/spdy_header_block_unittest.cc', 1628 'spdy/spdy_header_block_unittest.cc',
1628 'spdy/spdy_http_stream_spdy3_unittest.cc', 1629 'spdy/spdy_http_stream_spdy3_unittest.cc',
1629 'spdy/spdy_http_stream_spdy2_unittest.cc', 1630 'spdy/spdy_http_stream_spdy2_unittest.cc',
1630 'spdy/spdy_http_utils_unittest.cc', 1631 'spdy/spdy_http_utils_unittest.cc',
1631 'spdy/spdy_network_transaction_spdy3_unittest.cc', 1632 'spdy/spdy_network_transaction_spdy3_unittest.cc',
1632 'spdy/spdy_network_transaction_spdy2_unittest.cc', 1633 'spdy/spdy_network_transaction_spdy2_unittest.cc',
1634 'spdy/spdy_priority_forest_test.cc',
1633 'spdy/spdy_protocol_test.cc', 1635 'spdy/spdy_protocol_test.cc',
1634 'spdy/spdy_proxy_client_socket_spdy3_unittest.cc', 1636 'spdy/spdy_proxy_client_socket_spdy3_unittest.cc',
1635 'spdy/spdy_proxy_client_socket_spdy2_unittest.cc', 1637 'spdy/spdy_proxy_client_socket_spdy2_unittest.cc',
1636 'spdy/spdy_session_spdy3_unittest.cc', 1638 'spdy/spdy_session_spdy3_unittest.cc',
1637 'spdy/spdy_session_spdy2_unittest.cc', 1639 'spdy/spdy_session_spdy2_unittest.cc',
1638 'spdy/spdy_stream_spdy3_unittest.cc', 1640 'spdy/spdy_stream_spdy3_unittest.cc',
1639 'spdy/spdy_stream_spdy2_unittest.cc', 1641 'spdy/spdy_stream_spdy2_unittest.cc',
1640 'spdy/spdy_stream_test_util.cc', 1642 'spdy/spdy_stream_test_util.cc',
1641 'spdy/spdy_stream_test_util.h', 1643 'spdy/spdy_stream_test_util.h',
1642 'spdy/spdy_test_util_common.cc', 1644 'spdy/spdy_test_util_common.cc',
(...skipping 1065 matching lines...) Expand 10 before | Expand all | Expand 10 after
2708 '--result', '<@(_outputs)', 2710 '--result', '<@(_outputs)',
2709 '--isolate', 'net_unittests.isolate', 2711 '--isolate', 'net_unittests.isolate',
2710 ], 2712 ],
2711 }, 2713 },
2712 ], 2714 ],
2713 }, 2715 },
2714 ], 2716 ],
2715 }], 2717 }],
2716 ], 2718 ],
2717 } 2719 }
OLDNEW
« no previous file with comments | « no previous file | net/spdy/spdy_priority_forest.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698