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

Side by Side Diff: net/net.gyp

Issue 13009012: [SPDY] Refactor SpdySession's write queue (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix gyp error Created 7 years, 9 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_io_buffer.h » ('j') | net/spdy/spdy_session.cc » ('J')
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_simple_cache_backend%': 0, 10 'use_simple_cache_backend%': 0,
(...skipping 839 matching lines...) Expand 10 before | Expand all | Expand 10 after
850 'spdy/spdy_proxy_client_socket.cc', 850 'spdy/spdy_proxy_client_socket.cc',
851 'spdy/spdy_proxy_client_socket.h', 851 'spdy/spdy_proxy_client_socket.h',
852 'spdy/spdy_session.cc', 852 'spdy/spdy_session.cc',
853 'spdy/spdy_session.h', 853 'spdy/spdy_session.h',
854 'spdy/spdy_session_pool.cc', 854 'spdy/spdy_session_pool.cc',
855 'spdy/spdy_session_pool.h', 855 'spdy/spdy_session_pool.h',
856 'spdy/spdy_stream.cc', 856 'spdy/spdy_stream.cc',
857 'spdy/spdy_stream.h', 857 'spdy/spdy_stream.h',
858 'spdy/spdy_websocket_stream.cc', 858 'spdy/spdy_websocket_stream.cc',
859 'spdy/spdy_websocket_stream.h', 859 'spdy/spdy_websocket_stream.h',
860 'spdy/spdy_write_queue.cc',
861 'spdy/spdy_write_queue.h',
860 'ssl/client_cert_store.h', 862 'ssl/client_cert_store.h',
861 'ssl/client_cert_store_impl.h', 863 'ssl/client_cert_store_impl.h',
862 'ssl/client_cert_store_impl_mac.cc', 864 'ssl/client_cert_store_impl_mac.cc',
863 'ssl/client_cert_store_impl_nss.cc', 865 'ssl/client_cert_store_impl_nss.cc',
864 'ssl/client_cert_store_impl_win.cc', 866 'ssl/client_cert_store_impl_win.cc',
865 'ssl/default_server_bound_cert_store.cc', 867 'ssl/default_server_bound_cert_store.cc',
866 'ssl/default_server_bound_cert_store.h', 868 'ssl/default_server_bound_cert_store.h',
867 'ssl/server_bound_cert_service.cc', 869 'ssl/server_bound_cert_service.cc',
868 'ssl/server_bound_cert_service.h', 870 'ssl/server_bound_cert_service.h',
869 'ssl/server_bound_cert_store.cc', 871 'ssl/server_bound_cert_store.cc',
(...skipping 782 matching lines...) Expand 10 before | Expand all | Expand 10 after
1652 'spdy/spdy_test_util_spdy2.cc', 1654 'spdy/spdy_test_util_spdy2.cc',
1653 'spdy/spdy_test_util_spdy2.h', 1655 'spdy/spdy_test_util_spdy2.h',
1654 'spdy/spdy_test_utils.cc', 1656 'spdy/spdy_test_utils.cc',
1655 'spdy/spdy_test_utils.h', 1657 'spdy/spdy_test_utils.h',
1656 'spdy/spdy_websocket_stream_spdy2_unittest.cc', 1658 'spdy/spdy_websocket_stream_spdy2_unittest.cc',
1657 'spdy/spdy_websocket_stream_spdy3_unittest.cc', 1659 'spdy/spdy_websocket_stream_spdy3_unittest.cc',
1658 'spdy/spdy_websocket_test_util_spdy2.cc', 1660 'spdy/spdy_websocket_test_util_spdy2.cc',
1659 'spdy/spdy_websocket_test_util_spdy2.h', 1661 'spdy/spdy_websocket_test_util_spdy2.h',
1660 'spdy/spdy_websocket_test_util_spdy3.cc', 1662 'spdy/spdy_websocket_test_util_spdy3.cc',
1661 'spdy/spdy_websocket_test_util_spdy3.h', 1663 'spdy/spdy_websocket_test_util_spdy3.h',
1664 'spdy/spdy_write_queue_unittest.cc',
1662 'ssl/client_cert_store_impl_unittest.cc', 1665 'ssl/client_cert_store_impl_unittest.cc',
1663 'ssl/default_server_bound_cert_store_unittest.cc', 1666 'ssl/default_server_bound_cert_store_unittest.cc',
1664 'ssl/server_bound_cert_service_unittest.cc', 1667 'ssl/server_bound_cert_service_unittest.cc',
1665 'ssl/ssl_cipher_suite_names_unittest.cc', 1668 'ssl/ssl_cipher_suite_names_unittest.cc',
1666 'ssl/ssl_client_auth_cache_unittest.cc', 1669 'ssl/ssl_client_auth_cache_unittest.cc',
1667 'ssl/ssl_config_service_unittest.cc', 1670 'ssl/ssl_config_service_unittest.cc',
1668 'test/python_utils_unittest.cc', 1671 'test/python_utils_unittest.cc',
1669 'test/run_all_unittests.cc', 1672 'test/run_all_unittests.cc',
1670 'tools/dump_cache/url_to_filename_encoder.cc', 1673 'tools/dump_cache/url_to_filename_encoder.cc',
1671 'tools/dump_cache/url_to_filename_encoder.h', 1674 'tools/dump_cache/url_to_filename_encoder.h',
(...skipping 936 matching lines...) Expand 10 before | Expand all | Expand 10 after
2608 '--result', '<@(_outputs)', 2611 '--result', '<@(_outputs)',
2609 '--isolate', 'net_unittests.isolate', 2612 '--isolate', 'net_unittests.isolate',
2610 ], 2613 ],
2611 }, 2614 },
2612 ], 2615 ],
2613 }, 2616 },
2614 ], 2617 ],
2615 }], 2618 }],
2616 ], 2619 ],
2617 } 2620 }
OLDNEW
« no previous file with comments | « no previous file | net/spdy/spdy_io_buffer.h » ('j') | net/spdy/spdy_session.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698