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

Side by Side Diff: net/net.gyp

Issue 1908103002: Landing Recent QUIC changes until 4/15/2016 17:20 UTC (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix Created 4 years, 8 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/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 1293 matching lines...) Expand 10 before | Expand all | Expand 10 after
1304 'balsa', 1304 'balsa',
1305 'epoll_server', 1305 'epoll_server',
1306 'net', 1306 'net',
1307 'net_quic_proto', 1307 'net_quic_proto',
1308 ], 1308 ],
1309 'sources': [ 1309 'sources': [
1310 'tools/quic/quic_client.cc', 1310 'tools/quic/quic_client.cc',
1311 'tools/quic/quic_client.h', 1311 'tools/quic/quic_client.h',
1312 'tools/quic/quic_default_packet_writer.cc', 1312 'tools/quic/quic_default_packet_writer.cc',
1313 'tools/quic/quic_default_packet_writer.h', 1313 'tools/quic/quic_default_packet_writer.h',
1314 'tools/quic/quic_epoll_alarm_factory.cc',
1315 'tools/quic/quic_epoll_alarm_factory.h',
1314 'tools/quic/quic_epoll_clock.cc', 1316 'tools/quic/quic_epoll_clock.cc',
1315 'tools/quic/quic_epoll_clock.h', 1317 'tools/quic/quic_epoll_clock.h',
1316 'tools/quic/quic_epoll_connection_helper.cc', 1318 'tools/quic/quic_epoll_connection_helper.cc',
1317 'tools/quic/quic_epoll_connection_helper.h', 1319 'tools/quic/quic_epoll_connection_helper.h',
1318 'tools/quic/quic_packet_reader.cc', 1320 'tools/quic/quic_packet_reader.cc',
1319 'tools/quic/quic_packet_reader.h', 1321 'tools/quic/quic_packet_reader.h',
1320 'tools/quic/quic_packet_writer_wrapper.cc', 1322 'tools/quic/quic_packet_writer_wrapper.cc',
1321 'tools/quic/quic_packet_writer_wrapper.h', 1323 'tools/quic/quic_packet_writer_wrapper.h',
1322 'tools/quic/quic_server.cc', 1324 'tools/quic/quic_server.cc',
1323 'tools/quic/quic_server.h', 1325 'tools/quic/quic_server.h',
(...skipping 402 matching lines...) Expand 10 before | Expand all | Expand 10 after
1726 '../build/isolate.gypi', 1728 '../build/isolate.gypi',
1727 ], 1729 ],
1728 'sources': [ 1730 'sources': [
1729 'net_unittests.isolate', 1731 'net_unittests.isolate',
1730 ], 1732 ],
1731 }, 1733 },
1732 ], 1734 ],
1733 }], 1735 }],
1734 ], 1736 ],
1735 } 1737 }
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