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

Side by Side Diff: net/net.gyp

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/BUILD.gn ('k') | net/net.gypi » ('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 'linux_link_kerberos%': 0, 8 'linux_link_kerberos%': 0,
9 'conditions': [ 9 'conditions': [
10 ['chromeos==1 or embedded==1 or OS=="ios"', { 10 ['chromeos==1 or embedded==1 or OS=="ios"', {
(...skipping 816 matching lines...) Expand 10 before | Expand all | Expand 10 after
827 'tools/quic/quic_simple_client.cc', 827 'tools/quic/quic_simple_client.cc',
828 'tools/quic/quic_simple_client.h', 828 'tools/quic/quic_simple_client.h',
829 'tools/quic/quic_simple_per_connection_packet_writer.cc', 829 'tools/quic/quic_simple_per_connection_packet_writer.cc',
830 'tools/quic/quic_simple_per_connection_packet_writer.h', 830 'tools/quic/quic_simple_per_connection_packet_writer.h',
831 'tools/quic/quic_simple_server.cc', 831 'tools/quic/quic_simple_server.cc',
832 'tools/quic/quic_simple_server.h', 832 'tools/quic/quic_simple_server.h',
833 'tools/quic/quic_simple_server_packet_writer.cc', 833 'tools/quic/quic_simple_server_packet_writer.cc',
834 'tools/quic/quic_simple_server_packet_writer.h', 834 'tools/quic/quic_simple_server_packet_writer.h',
835 'tools/quic/quic_spdy_client_stream.cc', 835 'tools/quic/quic_spdy_client_stream.cc',
836 'tools/quic/quic_spdy_client_stream.h', 836 'tools/quic/quic_spdy_client_stream.h',
837 'tools/quic/quic_spdy_server_stream.cc', 837 'tools/quic/quic_simple_server_stream.cc',
838 'tools/quic/quic_spdy_server_stream.h', 838 'tools/quic/quic_simple_server_stream.h',
839 'tools/quic/quic_time_wait_list_manager.cc', 839 'tools/quic/quic_time_wait_list_manager.cc',
840 'tools/quic/quic_time_wait_list_manager.h', 840 'tools/quic/quic_time_wait_list_manager.h',
841 'tools/quic/synchronous_host_resolver.cc', 841 'tools/quic/synchronous_host_resolver.cc',
842 'tools/quic/synchronous_host_resolver.h', 842 'tools/quic/synchronous_host_resolver.h',
843 ], 843 ],
844 }, 844 },
845 { 845 {
846 # GN version: //net:stale_while_revalidate_experiment_domains 846 # GN version: //net:stale_while_revalidate_experiment_domains
847 'target_name': 'stale_while_revalidate_experiment_domains', 847 'target_name': 'stale_while_revalidate_experiment_domains',
848 'type': '<(component)', 848 'type': '<(component)',
(...skipping 845 matching lines...) Expand 10 before | Expand all | Expand 10 after
1694 '../build/isolate.gypi', 1694 '../build/isolate.gypi',
1695 ], 1695 ],
1696 'sources': [ 1696 'sources': [
1697 'net_unittests.isolate', 1697 'net_unittests.isolate',
1698 ], 1698 ],
1699 }, 1699 },
1700 ], 1700 ],
1701 }], 1701 }],
1702 ], 1702 ],
1703 } 1703 }
OLDNEW
« no previous file with comments | « net/BUILD.gn ('k') | net/net.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698