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

Side by Side Diff: net/net.gyp

Issue 13834009: SPDY - Re-land greedy read support for SpdySession (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merging changes from tip 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 | « net/http/http_network_transaction_spdy3_unittest.cc ('k') | net/socket/socket_test_util.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 'use_tracing_cache_backend%': 0, 10 'use_tracing_cache_backend%': 0,
(...skipping 1677 matching lines...) Expand 10 before | Expand all | Expand 10 after
1688 'spdy/spdy_http_stream_spdy2_unittest.cc', 1688 'spdy/spdy_http_stream_spdy2_unittest.cc',
1689 'spdy/spdy_http_utils_unittest.cc', 1689 'spdy/spdy_http_utils_unittest.cc',
1690 'spdy/spdy_network_transaction_spdy3_unittest.cc', 1690 'spdy/spdy_network_transaction_spdy3_unittest.cc',
1691 'spdy/spdy_network_transaction_spdy2_unittest.cc', 1691 'spdy/spdy_network_transaction_spdy2_unittest.cc',
1692 'spdy/spdy_priority_forest_test.cc', 1692 'spdy/spdy_priority_forest_test.cc',
1693 'spdy/spdy_protocol_test.cc', 1693 'spdy/spdy_protocol_test.cc',
1694 'spdy/spdy_proxy_client_socket_spdy3_unittest.cc', 1694 'spdy/spdy_proxy_client_socket_spdy3_unittest.cc',
1695 'spdy/spdy_proxy_client_socket_spdy2_unittest.cc', 1695 'spdy/spdy_proxy_client_socket_spdy2_unittest.cc',
1696 'spdy/spdy_session_spdy3_unittest.cc', 1696 'spdy/spdy_session_spdy3_unittest.cc',
1697 'spdy/spdy_session_spdy2_unittest.cc', 1697 'spdy/spdy_session_spdy2_unittest.cc',
1698 'spdy/spdy_session_test_util.cc',
1699 'spdy/spdy_session_test_util.h',
1698 'spdy/spdy_stream_spdy3_unittest.cc', 1700 'spdy/spdy_stream_spdy3_unittest.cc',
1699 'spdy/spdy_stream_spdy2_unittest.cc', 1701 'spdy/spdy_stream_spdy2_unittest.cc',
1700 'spdy/spdy_stream_test_util.cc', 1702 'spdy/spdy_stream_test_util.cc',
1701 'spdy/spdy_stream_test_util.h', 1703 'spdy/spdy_stream_test_util.h',
1702 'spdy/spdy_test_util_common.cc', 1704 'spdy/spdy_test_util_common.cc',
1703 'spdy/spdy_test_util_common.h', 1705 'spdy/spdy_test_util_common.h',
1704 'spdy/spdy_test_util_spdy3.cc', 1706 'spdy/spdy_test_util_spdy3.cc',
1705 'spdy/spdy_test_util_spdy3.h', 1707 'spdy/spdy_test_util_spdy3.h',
1706 'spdy/spdy_test_util_spdy2.cc', 1708 'spdy/spdy_test_util_spdy2.cc',
1707 'spdy/spdy_test_util_spdy2.h', 1709 'spdy/spdy_test_util_spdy2.h',
(...skipping 1090 matching lines...) Expand 10 before | Expand all | Expand 10 after
2798 '--result', '<@(_outputs)', 2800 '--result', '<@(_outputs)',
2799 '--isolate', 'net_unittests.isolate', 2801 '--isolate', 'net_unittests.isolate',
2800 ], 2802 ],
2801 }, 2803 },
2802 ], 2804 ],
2803 }, 2805 },
2804 ], 2806 ],
2805 }], 2807 }],
2806 ], 2808 ],
2807 } 2809 }
OLDNEW
« no previous file with comments | « net/http/http_network_transaction_spdy3_unittest.cc ('k') | net/socket/socket_test_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698