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

Side by Side Diff: net/net.gyp

Issue 1008323002: Land Recent QUIC Changes until 03/15/2015. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@Final_0315
Patch Set: Add quic_packet_reader to BUILD.gn to fix compiler errors Created 5 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
« no previous file with comments | « net/base/linked_hash_map.h ('k') | net/quic/congestion_control/send_algorithm_interface.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 8
9 'linux_link_kerberos%': 0, 9 'linux_link_kerberos%': 0,
10 'conditions': [ 10 'conditions': [
(...skipping 1197 matching lines...) Expand 10 before | Expand all | Expand 10 after
1208 'tools/quic/quic_default_packet_writer.cc', 1208 'tools/quic/quic_default_packet_writer.cc',
1209 'tools/quic/quic_default_packet_writer.h', 1209 'tools/quic/quic_default_packet_writer.h',
1210 'tools/quic/quic_dispatcher.cc', 1210 'tools/quic/quic_dispatcher.cc',
1211 'tools/quic/quic_dispatcher.h', 1211 'tools/quic/quic_dispatcher.h',
1212 'tools/quic/quic_epoll_clock.cc', 1212 'tools/quic/quic_epoll_clock.cc',
1213 'tools/quic/quic_epoll_clock.h', 1213 'tools/quic/quic_epoll_clock.h',
1214 'tools/quic/quic_epoll_connection_helper.cc', 1214 'tools/quic/quic_epoll_connection_helper.cc',
1215 'tools/quic/quic_epoll_connection_helper.h', 1215 'tools/quic/quic_epoll_connection_helper.h',
1216 'tools/quic/quic_in_memory_cache.cc', 1216 'tools/quic/quic_in_memory_cache.cc',
1217 'tools/quic/quic_in_memory_cache.h', 1217 'tools/quic/quic_in_memory_cache.h',
1218 'tools/quic/quic_packet_reader.cc',
1219 'tools/quic/quic_packet_reader.h',
1218 'tools/quic/quic_packet_writer_wrapper.cc', 1220 'tools/quic/quic_packet_writer_wrapper.cc',
1219 'tools/quic/quic_packet_writer_wrapper.h', 1221 'tools/quic/quic_packet_writer_wrapper.h',
1220 'tools/quic/quic_per_connection_packet_writer.cc', 1222 'tools/quic/quic_per_connection_packet_writer.cc',
1221 'tools/quic/quic_per_connection_packet_writer.h', 1223 'tools/quic/quic_per_connection_packet_writer.h',
1222 'tools/quic/quic_server.cc', 1224 'tools/quic/quic_server.cc',
1223 'tools/quic/quic_server.h', 1225 'tools/quic/quic_server.h',
1224 'tools/quic/quic_server_session.cc', 1226 'tools/quic/quic_server_session.cc',
1225 'tools/quic/quic_server_session.h', 1227 'tools/quic/quic_server_session.h',
1226 'tools/quic/quic_socket_utils.cc', 1228 'tools/quic/quic_socket_utils.cc',
1227 'tools/quic/quic_socket_utils.h', 1229 'tools/quic/quic_socket_utils.h',
(...skipping 252 matching lines...) Expand 10 before | Expand all | Expand 10 after
1480 '../build/isolate.gypi', 1482 '../build/isolate.gypi',
1481 ], 1483 ],
1482 'sources': [ 1484 'sources': [
1483 'net_unittests.isolate', 1485 'net_unittests.isolate',
1484 ], 1486 ],
1485 }, 1487 },
1486 ], 1488 ],
1487 }], 1489 }],
1488 ], 1490 ],
1489 } 1491 }
OLDNEW
« no previous file with comments | « net/base/linked_hash_map.h ('k') | net/quic/congestion_control/send_algorithm_interface.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698