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

Side by Side Diff: net/net.gyp

Issue 13608003: Revert 181390 "SPDY - implement greedy approach to read all the ..." (Closed) Base URL: svn://chrome-svn/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_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 1617 matching lines...) Expand 10 before | Expand all | Expand 10 after
1628 'spdy/spdy_http_stream_spdy3_unittest.cc', 1628 'spdy/spdy_http_stream_spdy3_unittest.cc',
1629 'spdy/spdy_http_stream_spdy2_unittest.cc', 1629 'spdy/spdy_http_stream_spdy2_unittest.cc',
1630 'spdy/spdy_http_utils_unittest.cc', 1630 'spdy/spdy_http_utils_unittest.cc',
1631 'spdy/spdy_network_transaction_spdy3_unittest.cc', 1631 'spdy/spdy_network_transaction_spdy3_unittest.cc',
1632 'spdy/spdy_network_transaction_spdy2_unittest.cc', 1632 'spdy/spdy_network_transaction_spdy2_unittest.cc',
1633 'spdy/spdy_protocol_test.cc', 1633 'spdy/spdy_protocol_test.cc',
1634 'spdy/spdy_proxy_client_socket_spdy3_unittest.cc', 1634 'spdy/spdy_proxy_client_socket_spdy3_unittest.cc',
1635 'spdy/spdy_proxy_client_socket_spdy2_unittest.cc', 1635 'spdy/spdy_proxy_client_socket_spdy2_unittest.cc',
1636 'spdy/spdy_session_spdy3_unittest.cc', 1636 'spdy/spdy_session_spdy3_unittest.cc',
1637 'spdy/spdy_session_spdy2_unittest.cc', 1637 'spdy/spdy_session_spdy2_unittest.cc',
1638 'spdy/spdy_session_test_util.cc',
1639 'spdy/spdy_session_test_util.h',
1640 'spdy/spdy_stream_spdy3_unittest.cc', 1638 'spdy/spdy_stream_spdy3_unittest.cc',
1641 'spdy/spdy_stream_spdy2_unittest.cc', 1639 'spdy/spdy_stream_spdy2_unittest.cc',
1642 'spdy/spdy_stream_test_util.cc', 1640 'spdy/spdy_stream_test_util.cc',
1643 'spdy/spdy_stream_test_util.h', 1641 'spdy/spdy_stream_test_util.h',
1644 'spdy/spdy_test_util_common.cc', 1642 'spdy/spdy_test_util_common.cc',
1645 'spdy/spdy_test_util_common.h', 1643 'spdy/spdy_test_util_common.h',
1646 'spdy/spdy_test_util_spdy3.cc', 1644 'spdy/spdy_test_util_spdy3.cc',
1647 'spdy/spdy_test_util_spdy3.h', 1645 'spdy/spdy_test_util_spdy3.h',
1648 'spdy/spdy_test_util_spdy2.cc', 1646 'spdy/spdy_test_util_spdy2.cc',
1649 'spdy/spdy_test_util_spdy2.h', 1647 'spdy/spdy_test_util_spdy2.h',
(...skipping 1060 matching lines...) Expand 10 before | Expand all | Expand 10 after
2710 '--result', '<@(_outputs)', 2708 '--result', '<@(_outputs)',
2711 '--isolate', 'net_unittests.isolate', 2709 '--isolate', 'net_unittests.isolate',
2712 ], 2710 ],
2713 }, 2711 },
2714 ], 2712 ],
2715 }, 2713 },
2716 ], 2714 ],
2717 }], 2715 }],
2718 ], 2716 ],
2719 } 2717 }
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