| 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 822 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 833 'tools/quic/quic_client_session.h', | 833 'tools/quic/quic_client_session.h', |
| 834 'tools/quic/quic_dispatcher.cc', | 834 'tools/quic/quic_dispatcher.cc', |
| 835 'tools/quic/quic_dispatcher.h', | 835 'tools/quic/quic_dispatcher.h', |
| 836 'tools/quic/quic_in_memory_cache.cc', | 836 'tools/quic/quic_in_memory_cache.cc', |
| 837 'tools/quic/quic_in_memory_cache.h', | 837 'tools/quic/quic_in_memory_cache.h', |
| 838 'tools/quic/quic_per_connection_packet_writer.cc', | 838 'tools/quic/quic_per_connection_packet_writer.cc', |
| 839 'tools/quic/quic_per_connection_packet_writer.h', | 839 'tools/quic/quic_per_connection_packet_writer.h', |
| 840 'tools/quic/quic_process_packet_interface.h', | 840 'tools/quic/quic_process_packet_interface.h', |
| 841 'tools/quic/quic_simple_client.cc', | 841 'tools/quic/quic_simple_client.cc', |
| 842 'tools/quic/quic_simple_client.h', | 842 'tools/quic/quic_simple_client.h', |
| 843 'tools/quic/quic_simple_crypto_server_stream_helper.cc', |
| 844 'tools/quic/quic_simple_crypto_server_stream_helper.h', |
| 843 'tools/quic/quic_simple_dispatcher.cc', | 845 'tools/quic/quic_simple_dispatcher.cc', |
| 844 'tools/quic/quic_simple_dispatcher.h', | 846 'tools/quic/quic_simple_dispatcher.h', |
| 845 'tools/quic/quic_simple_per_connection_packet_writer.cc', | 847 'tools/quic/quic_simple_per_connection_packet_writer.cc', |
| 846 'tools/quic/quic_simple_per_connection_packet_writer.h', | 848 'tools/quic/quic_simple_per_connection_packet_writer.h', |
| 847 'tools/quic/quic_simple_server.cc', | 849 'tools/quic/quic_simple_server.cc', |
| 848 'tools/quic/quic_simple_server.h', | 850 'tools/quic/quic_simple_server.h', |
| 849 'tools/quic/quic_simple_server_packet_writer.cc', | 851 'tools/quic/quic_simple_server_packet_writer.cc', |
| 850 'tools/quic/quic_simple_server_packet_writer.h', | 852 'tools/quic/quic_simple_server_packet_writer.h', |
| 851 'tools/quic/quic_simple_server_session.cc', | 853 'tools/quic/quic_simple_server_session.cc', |
| 852 'tools/quic/quic_simple_server_session.h', | 854 'tools/quic/quic_simple_server_session.h', |
| (...skipping 844 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1697 '../build/isolate.gypi', | 1699 '../build/isolate.gypi', |
| 1698 ], | 1700 ], |
| 1699 'sources': [ | 1701 'sources': [ |
| 1700 'net_unittests.isolate', | 1702 'net_unittests.isolate', |
| 1701 ], | 1703 ], |
| 1702 }, | 1704 }, |
| 1703 ], | 1705 ], |
| 1704 }], | 1706 }], |
| 1705 ], | 1707 ], |
| 1706 } | 1708 } |
| OLD | NEW |