| 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 # 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 Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |