| 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 816 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 827 'tools/quic/quic_simple_client.cc', | 827 'tools/quic/quic_simple_client.cc', |
| 828 'tools/quic/quic_simple_client.h', | 828 'tools/quic/quic_simple_client.h', |
| 829 'tools/quic/quic_simple_per_connection_packet_writer.cc', | 829 'tools/quic/quic_simple_per_connection_packet_writer.cc', |
| 830 'tools/quic/quic_simple_per_connection_packet_writer.h', | 830 'tools/quic/quic_simple_per_connection_packet_writer.h', |
| 831 'tools/quic/quic_simple_server.cc', | 831 'tools/quic/quic_simple_server.cc', |
| 832 'tools/quic/quic_simple_server.h', | 832 'tools/quic/quic_simple_server.h', |
| 833 'tools/quic/quic_simple_server_packet_writer.cc', | 833 'tools/quic/quic_simple_server_packet_writer.cc', |
| 834 'tools/quic/quic_simple_server_packet_writer.h', | 834 'tools/quic/quic_simple_server_packet_writer.h', |
| 835 'tools/quic/quic_spdy_client_stream.cc', | 835 'tools/quic/quic_spdy_client_stream.cc', |
| 836 'tools/quic/quic_spdy_client_stream.h', | 836 'tools/quic/quic_spdy_client_stream.h', |
| 837 'tools/quic/quic_spdy_server_stream.cc', | 837 'tools/quic/quic_simple_server_stream.cc', |
| 838 'tools/quic/quic_spdy_server_stream.h', | 838 'tools/quic/quic_simple_server_stream.h', |
| 839 'tools/quic/quic_time_wait_list_manager.cc', | 839 'tools/quic/quic_time_wait_list_manager.cc', |
| 840 'tools/quic/quic_time_wait_list_manager.h', | 840 'tools/quic/quic_time_wait_list_manager.h', |
| 841 'tools/quic/synchronous_host_resolver.cc', | 841 'tools/quic/synchronous_host_resolver.cc', |
| 842 'tools/quic/synchronous_host_resolver.h', | 842 'tools/quic/synchronous_host_resolver.h', |
| 843 ], | 843 ], |
| 844 }, | 844 }, |
| 845 { | 845 { |
| 846 # GN version: //net:stale_while_revalidate_experiment_domains | 846 # GN version: //net:stale_while_revalidate_experiment_domains |
| 847 'target_name': 'stale_while_revalidate_experiment_domains', | 847 'target_name': 'stale_while_revalidate_experiment_domains', |
| 848 'type': '<(component)', | 848 'type': '<(component)', |
| (...skipping 845 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1694 '../build/isolate.gypi', | 1694 '../build/isolate.gypi', |
| 1695 ], | 1695 ], |
| 1696 'sources': [ | 1696 'sources': [ |
| 1697 'net_unittests.isolate', | 1697 'net_unittests.isolate', |
| 1698 ], | 1698 ], |
| 1699 }, | 1699 }, |
| 1700 ], | 1700 ], |
| 1701 }], | 1701 }], |
| 1702 ], | 1702 ], |
| 1703 } | 1703 } |
| OLD | NEW |