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

Side by Side Diff: net/net.gyp

Issue 11644088: SPDY - implement greedy approach to read all the data and process it (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 10 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_session.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 1533 matching lines...) Expand 10 before | Expand all | Expand 10 after
1544 'spdy/spdy_http_stream_spdy3_unittest.cc', 1544 'spdy/spdy_http_stream_spdy3_unittest.cc',
1545 'spdy/spdy_http_stream_spdy2_unittest.cc', 1545 'spdy/spdy_http_stream_spdy2_unittest.cc',
1546 'spdy/spdy_http_utils_unittest.cc', 1546 'spdy/spdy_http_utils_unittest.cc',
1547 'spdy/spdy_network_transaction_spdy3_unittest.cc', 1547 'spdy/spdy_network_transaction_spdy3_unittest.cc',
1548 'spdy/spdy_network_transaction_spdy2_unittest.cc', 1548 'spdy/spdy_network_transaction_spdy2_unittest.cc',
1549 'spdy/spdy_protocol_test.cc', 1549 'spdy/spdy_protocol_test.cc',
1550 'spdy/spdy_proxy_client_socket_spdy3_unittest.cc', 1550 'spdy/spdy_proxy_client_socket_spdy3_unittest.cc',
1551 'spdy/spdy_proxy_client_socket_spdy2_unittest.cc', 1551 'spdy/spdy_proxy_client_socket_spdy2_unittest.cc',
1552 'spdy/spdy_session_spdy3_unittest.cc', 1552 'spdy/spdy_session_spdy3_unittest.cc',
1553 'spdy/spdy_session_spdy2_unittest.cc', 1553 'spdy/spdy_session_spdy2_unittest.cc',
1554 'spdy/spdy_session_test_util.cc',
1555 'spdy/spdy_session_test_util.h',
1554 'spdy/spdy_stream_spdy3_unittest.cc', 1556 'spdy/spdy_stream_spdy3_unittest.cc',
1555 'spdy/spdy_stream_spdy2_unittest.cc', 1557 'spdy/spdy_stream_spdy2_unittest.cc',
1556 'spdy/spdy_stream_test_util.cc', 1558 'spdy/spdy_stream_test_util.cc',
1557 'spdy/spdy_stream_test_util.h', 1559 'spdy/spdy_stream_test_util.h',
1558 'spdy/spdy_test_util_spdy3.cc', 1560 'spdy/spdy_test_util_spdy3.cc',
1559 'spdy/spdy_test_util_spdy3.h', 1561 'spdy/spdy_test_util_spdy3.h',
1560 'spdy/spdy_test_util_spdy2.cc', 1562 'spdy/spdy_test_util_spdy2.cc',
1561 'spdy/spdy_test_util_spdy2.h', 1563 'spdy/spdy_test_util_spdy2.h',
1562 'spdy/spdy_websocket_stream_spdy2_unittest.cc', 1564 'spdy/spdy_websocket_stream_spdy2_unittest.cc',
1563 'spdy/spdy_websocket_stream_spdy3_unittest.cc', 1565 'spdy/spdy_websocket_stream_spdy3_unittest.cc',
(...skipping 885 matching lines...) Expand 10 before | Expand all | Expand 10 after
2449 '--result', '<@(_outputs)', 2451 '--result', '<@(_outputs)',
2450 '--isolate', 'net_unittests.isolate', 2452 '--isolate', 'net_unittests.isolate',
2451 ], 2453 ],
2452 }, 2454 },
2453 ], 2455 ],
2454 }, 2456 },
2455 ], 2457 ],
2456 }], 2458 }],
2457 ], 2459 ],
2458 } 2460 }
OLDNEW
« no previous file with comments | « no previous file | net/spdy/spdy_session.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698