| 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 | 8 |
| 9 'linux_link_kerberos%': 0, | 9 'linux_link_kerberos%': 0, |
| 10 'use_tracing_cache_backend%': 0, | 10 'use_tracing_cache_backend%': 0, |
| (...skipping 1467 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1478 'tools/quic/quic_dispatcher.h', | 1478 'tools/quic/quic_dispatcher.h', |
| 1479 'tools/quic/quic_dispatcher.cc', | 1479 'tools/quic/quic_dispatcher.cc', |
| 1480 'tools/quic/quic_epoll_clock.cc', | 1480 'tools/quic/quic_epoll_clock.cc', |
| 1481 'tools/quic/quic_epoll_clock.h', | 1481 'tools/quic/quic_epoll_clock.h', |
| 1482 'tools/quic/quic_epoll_connection_helper.cc', | 1482 'tools/quic/quic_epoll_connection_helper.cc', |
| 1483 'tools/quic/quic_epoll_connection_helper.h', | 1483 'tools/quic/quic_epoll_connection_helper.h', |
| 1484 'tools/quic/quic_in_memory_cache.cc', | 1484 'tools/quic/quic_in_memory_cache.cc', |
| 1485 'tools/quic/quic_in_memory_cache.h', | 1485 'tools/quic/quic_in_memory_cache.h', |
| 1486 'tools/quic/quic_packet_writer_wrapper.cc', | 1486 'tools/quic/quic_packet_writer_wrapper.cc', |
| 1487 'tools/quic/quic_packet_writer_wrapper.h', | 1487 'tools/quic/quic_packet_writer_wrapper.h', |
| 1488 'tools/quic/quic_per_connection_packet_writer.cc', |
| 1489 'tools/quic/quic_per_connection_packet_writer.h', |
| 1488 'tools/quic/quic_server.cc', | 1490 'tools/quic/quic_server.cc', |
| 1489 'tools/quic/quic_server.h', | 1491 'tools/quic/quic_server.h', |
| 1490 'tools/quic/quic_server_session.cc', | 1492 'tools/quic/quic_server_session.cc', |
| 1491 'tools/quic/quic_server_session.h', | 1493 'tools/quic/quic_server_session.h', |
| 1492 'tools/quic/quic_socket_utils.cc', | 1494 'tools/quic/quic_socket_utils.cc', |
| 1493 'tools/quic/quic_socket_utils.h', | 1495 'tools/quic/quic_socket_utils.h', |
| 1494 'tools/quic/quic_spdy_client_stream.cc', | 1496 'tools/quic/quic_spdy_client_stream.cc', |
| 1495 'tools/quic/quic_spdy_client_stream.h', | 1497 'tools/quic/quic_spdy_client_stream.h', |
| 1496 'tools/quic/quic_spdy_server_stream.cc', | 1498 'tools/quic/quic_spdy_server_stream.cc', |
| 1497 'tools/quic/quic_spdy_server_stream.h', | 1499 'tools/quic/quic_spdy_server_stream.h', |
| (...skipping 212 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1710 'net_unittests.isolate', | 1712 'net_unittests.isolate', |
| 1711 ], | 1713 ], |
| 1712 'sources': [ | 1714 'sources': [ |
| 1713 'net_unittests.isolate', | 1715 'net_unittests.isolate', |
| 1714 ], | 1716 ], |
| 1715 }, | 1717 }, |
| 1716 ], | 1718 ], |
| 1717 }], | 1719 }], |
| 1718 ], | 1720 ], |
| 1719 } | 1721 } |
| OLD | NEW |