OLD | NEW |
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 1318 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1329 'net', | 1329 'net', |
1330 'net_quic_proto', | 1330 'net_quic_proto', |
1331 ], | 1331 ], |
1332 'sources': [ | 1332 'sources': [ |
1333 'tools/quic/quic_client.cc', | 1333 'tools/quic/quic_client.cc', |
1334 'tools/quic/quic_client.h', | 1334 'tools/quic/quic_client.h', |
1335 'tools/quic/quic_default_packet_writer.cc', | 1335 'tools/quic/quic_default_packet_writer.cc', |
1336 'tools/quic/quic_default_packet_writer.h', | 1336 'tools/quic/quic_default_packet_writer.h', |
1337 'tools/quic/quic_epoll_clock.cc', | 1337 'tools/quic/quic_epoll_clock.cc', |
1338 'tools/quic/quic_epoll_clock.h', | 1338 'tools/quic/quic_epoll_clock.h', |
| 1339 'tools/quic/quic_epoll_alarm_factory.cc', |
| 1340 'tools/quic/quic_epoll_alarm_factory.h', |
1339 'tools/quic/quic_epoll_connection_helper.cc', | 1341 'tools/quic/quic_epoll_connection_helper.cc', |
1340 'tools/quic/quic_epoll_connection_helper.h', | 1342 'tools/quic/quic_epoll_connection_helper.h', |
1341 'tools/quic/quic_packet_reader.cc', | 1343 'tools/quic/quic_packet_reader.cc', |
1342 'tools/quic/quic_packet_reader.h', | 1344 'tools/quic/quic_packet_reader.h', |
1343 'tools/quic/quic_packet_writer_wrapper.cc', | 1345 'tools/quic/quic_packet_writer_wrapper.cc', |
1344 'tools/quic/quic_packet_writer_wrapper.h', | 1346 'tools/quic/quic_packet_writer_wrapper.h', |
1345 'tools/quic/quic_server.cc', | 1347 'tools/quic/quic_server.cc', |
1346 'tools/quic/quic_server.h', | 1348 'tools/quic/quic_server.h', |
1347 'tools/quic/quic_socket_utils.cc', | 1349 'tools/quic/quic_socket_utils.cc', |
1348 'tools/quic/quic_socket_utils.h', | 1350 'tools/quic/quic_socket_utils.h', |
(...skipping 400 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1749 '../build/isolate.gypi', | 1751 '../build/isolate.gypi', |
1750 ], | 1752 ], |
1751 'sources': [ | 1753 'sources': [ |
1752 'net_unittests.isolate', | 1754 'net_unittests.isolate', |
1753 ], | 1755 ], |
1754 }, | 1756 }, |
1755 ], | 1757 ], |
1756 }], | 1758 }], |
1757 ], | 1759 ], |
1758 } | 1760 } |
OLD | NEW |