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

Side by Side Diff: net/net.gyp

Issue 1640343002: relnote: moves ProcessPacketInterface from quic_dispatcher.h to (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed usage of net/tools/quic/quic_packet_reader.h from quic_client.h Created 4 years, 10 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/tools/quic/quic_client.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 'linux_link_kerberos%': 0, 8 'linux_link_kerberos%': 0,
9 # Enables BidirectionalStream; Used in cronet, disabled by default. 9 # Enables BidirectionalStream; Used in cronet, disabled by default.
10 'enable_bidirectional_stream%': 0, 10 'enable_bidirectional_stream%': 0,
(...skipping 1304 matching lines...) Expand 10 before | Expand all | Expand 10 after
1315 'tools/quic/quic_default_packet_writer.cc', 1315 'tools/quic/quic_default_packet_writer.cc',
1316 'tools/quic/quic_default_packet_writer.h', 1316 'tools/quic/quic_default_packet_writer.h',
1317 'tools/quic/quic_epoll_clock.cc', 1317 'tools/quic/quic_epoll_clock.cc',
1318 'tools/quic/quic_epoll_clock.h', 1318 'tools/quic/quic_epoll_clock.h',
1319 'tools/quic/quic_epoll_connection_helper.cc', 1319 'tools/quic/quic_epoll_connection_helper.cc',
1320 'tools/quic/quic_epoll_connection_helper.h', 1320 'tools/quic/quic_epoll_connection_helper.h',
1321 'tools/quic/quic_packet_reader.cc', 1321 'tools/quic/quic_packet_reader.cc',
1322 'tools/quic/quic_packet_reader.h', 1322 'tools/quic/quic_packet_reader.h',
1323 'tools/quic/quic_packet_writer_wrapper.cc', 1323 'tools/quic/quic_packet_writer_wrapper.cc',
1324 'tools/quic/quic_packet_writer_wrapper.h', 1324 'tools/quic/quic_packet_writer_wrapper.h',
1325 'tools/quic/quic_process_packet_interface.h',
1325 'tools/quic/quic_server.cc', 1326 'tools/quic/quic_server.cc',
1326 'tools/quic/quic_server.h', 1327 'tools/quic/quic_server.h',
1327 'tools/quic/quic_socket_utils.cc', 1328 'tools/quic/quic_socket_utils.cc',
1328 'tools/quic/quic_socket_utils.h', 1329 'tools/quic/quic_socket_utils.h',
1329 ], 1330 ],
1330 }, 1331 },
1331 { 1332 {
1332 'target_name': 'epoll_quic_client', 1333 'target_name': 'epoll_quic_client',
1333 'type': 'executable', 1334 'type': 'executable',
1334 'dependencies': [ 1335 'dependencies': [
(...skipping 384 matching lines...) Expand 10 before | Expand all | Expand 10 after
1719 '../build/isolate.gypi', 1720 '../build/isolate.gypi',
1720 ], 1721 ],
1721 'sources': [ 1722 'sources': [
1722 'net_unittests.isolate', 1723 'net_unittests.isolate',
1723 ], 1724 ],
1724 }, 1725 },
1725 ], 1726 ],
1726 }], 1727 }],
1727 ], 1728 ],
1728 } 1729 }
OLDNEW
« no previous file with comments | « net/BUILD.gn ('k') | net/tools/quic/quic_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698