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

Side by Side Diff: net/net.gyp

Issue 2322233004: Landing Recent QUIC changes until Sun Sep 4 03:41:00 (Closed)
Patch Set: Remove simulation files from the build. Created 4 years, 3 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
« no previous file with comments | « net/BUILD.gn ('k') | net/quic/core/congestion_control/general_loss_algorithm.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 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 822 matching lines...) Expand 10 before | Expand all | Expand 10 after
833 'tools/quic/quic_client_session.h', 833 'tools/quic/quic_client_session.h',
834 'tools/quic/quic_dispatcher.cc', 834 'tools/quic/quic_dispatcher.cc',
835 'tools/quic/quic_dispatcher.h', 835 'tools/quic/quic_dispatcher.h',
836 'tools/quic/quic_in_memory_cache.cc', 836 'tools/quic/quic_in_memory_cache.cc',
837 'tools/quic/quic_in_memory_cache.h', 837 'tools/quic/quic_in_memory_cache.h',
838 'tools/quic/quic_per_connection_packet_writer.cc', 838 'tools/quic/quic_per_connection_packet_writer.cc',
839 'tools/quic/quic_per_connection_packet_writer.h', 839 'tools/quic/quic_per_connection_packet_writer.h',
840 'tools/quic/quic_process_packet_interface.h', 840 'tools/quic/quic_process_packet_interface.h',
841 'tools/quic/quic_simple_client.cc', 841 'tools/quic/quic_simple_client.cc',
842 'tools/quic/quic_simple_client.h', 842 'tools/quic/quic_simple_client.h',
843 'tools/quic/quic_simple_crypto_server_stream_helper.cc',
844 'tools/quic/quic_simple_crypto_server_stream_helper.h',
843 'tools/quic/quic_simple_dispatcher.cc', 845 'tools/quic/quic_simple_dispatcher.cc',
844 'tools/quic/quic_simple_dispatcher.h', 846 'tools/quic/quic_simple_dispatcher.h',
845 'tools/quic/quic_simple_per_connection_packet_writer.cc', 847 'tools/quic/quic_simple_per_connection_packet_writer.cc',
846 'tools/quic/quic_simple_per_connection_packet_writer.h', 848 'tools/quic/quic_simple_per_connection_packet_writer.h',
847 'tools/quic/quic_simple_server.cc', 849 'tools/quic/quic_simple_server.cc',
848 'tools/quic/quic_simple_server.h', 850 'tools/quic/quic_simple_server.h',
849 'tools/quic/quic_simple_server_packet_writer.cc', 851 'tools/quic/quic_simple_server_packet_writer.cc',
850 'tools/quic/quic_simple_server_packet_writer.h', 852 'tools/quic/quic_simple_server_packet_writer.h',
851 'tools/quic/quic_simple_server_session.cc', 853 'tools/quic/quic_simple_server_session.cc',
852 'tools/quic/quic_simple_server_session.h', 854 'tools/quic/quic_simple_server_session.h',
(...skipping 844 matching lines...) Expand 10 before | Expand all | Expand 10 after
1697 '../build/isolate.gypi', 1699 '../build/isolate.gypi',
1698 ], 1700 ],
1699 'sources': [ 1701 'sources': [
1700 'net_unittests.isolate', 1702 'net_unittests.isolate',
1701 ], 1703 ],
1702 }, 1704 },
1703 ], 1705 ],
1704 }], 1706 }],
1705 ], 1707 ],
1706 } 1708 }
OLDNEW
« no previous file with comments | « net/BUILD.gn ('k') | net/quic/core/congestion_control/general_loss_algorithm.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698