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

Side by Side Diff: net/net.gypi

Issue 1521993006: Rename QuicSpdyServerStream to QuicSimpleServerStream. No behavior change. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@109918216
Patch Set: correct NET_TOOLS_QUIC_QUIC_SIMPLE_SERVER_STREAM_H_ Created 5 years 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
« no previous file with comments | « net/net.gyp ('k') | net/quic/reliable_quic_stream_test.cc » ('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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 # This file is shared between the regular GYP build, the NaCl GYP build, and 5 # This file is shared between the regular GYP build, the NaCl GYP build, and
6 # the GN build. For GN support, it must have no conditionals or anything like 6 # the GN build. For GN support, it must have no conditionals or anything like
7 # that beyond the simple one-level-deep dictionary of values. 7 # that beyond the simple one-level-deep dictionary of values.
8 { 8 {
9 'variables': { 9 'variables': {
10 # Subset of net source files that are compiled for NaCl (net_nacl target). 10 # Subset of net source files that are compiled for NaCl (net_nacl target).
(...skipping 1780 matching lines...) Expand 10 before | Expand all | Expand 10 after
1791 'tools/quic/quic_client_session_test.cc', 1791 'tools/quic/quic_client_session_test.cc',
1792 'tools/quic/quic_client_test.cc', 1792 'tools/quic/quic_client_test.cc',
1793 'tools/quic/quic_dispatcher_test.cc', 1793 'tools/quic/quic_dispatcher_test.cc',
1794 'tools/quic/quic_epoll_clock_test.cc', 1794 'tools/quic/quic_epoll_clock_test.cc',
1795 'tools/quic/quic_epoll_connection_helper_test.cc', 1795 'tools/quic/quic_epoll_connection_helper_test.cc',
1796 'tools/quic/quic_in_memory_cache_test.cc', 1796 'tools/quic/quic_in_memory_cache_test.cc',
1797 'tools/quic/quic_server_session_test.cc', 1797 'tools/quic/quic_server_session_test.cc',
1798 'tools/quic/quic_server_test.cc', 1798 'tools/quic/quic_server_test.cc',
1799 'tools/quic/quic_simple_server_test.cc', 1799 'tools/quic/quic_simple_server_test.cc',
1800 'tools/quic/quic_spdy_client_stream_test.cc', 1800 'tools/quic/quic_spdy_client_stream_test.cc',
1801 'tools/quic/quic_spdy_server_stream_test.cc', 1801 'tools/quic/quic_simple_server_stream_test.cc',
1802 'tools/quic/quic_time_wait_list_manager_test.cc', 1802 'tools/quic/quic_time_wait_list_manager_test.cc',
1803 'tools/quic/spdy_balsa_utils_test.cc', 1803 'tools/quic/spdy_balsa_utils_test.cc',
1804 'tools/quic/test_tools/http_message.cc', 1804 'tools/quic/test_tools/http_message.cc',
1805 'tools/quic/test_tools/http_message.h', 1805 'tools/quic/test_tools/http_message.h',
1806 'tools/quic/test_tools/limited_mtu_test_writer.cc', 1806 'tools/quic/test_tools/limited_mtu_test_writer.cc',
1807 'tools/quic/test_tools/limited_mtu_test_writer.h', 1807 'tools/quic/test_tools/limited_mtu_test_writer.h',
1808 'tools/quic/test_tools/mock_epoll_server.cc', 1808 'tools/quic/test_tools/mock_epoll_server.cc',
1809 'tools/quic/test_tools/mock_epoll_server.h', 1809 'tools/quic/test_tools/mock_epoll_server.h',
1810 'tools/quic/test_tools/mock_quic_time_wait_list_manager.cc', 1810 'tools/quic/test_tools/mock_quic_time_wait_list_manager.cc',
1811 'tools/quic/test_tools/mock_quic_time_wait_list_manager.h', 1811 'tools/quic/test_tools/mock_quic_time_wait_list_manager.h',
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
1928 'docs/bug-triage-labels.md', 1928 'docs/bug-triage-labels.md',
1929 'docs/bug-triage-suggested-workflow.md', 1929 'docs/bug-triage-suggested-workflow.md',
1930 'docs/code-patterns.md', 1930 'docs/code-patterns.md',
1931 'docs/crash-course-in-net-internals.md', 1931 'docs/crash-course-in-net-internals.md',
1932 'docs/life-of-a-url-request.md', 1932 'docs/life-of-a-url-request.md',
1933 'sdch/README.md', 1933 'sdch/README.md',
1934 ], 1934 ],
1935 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', 1935 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs',
1936 } 1936 }
1937 } 1937 }
OLDNEW
« no previous file with comments | « net/net.gyp ('k') | net/quic/reliable_quic_stream_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698