| OLD | NEW |
| 1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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 # This file is shared between the regular GYP build, the NaCl GYP build, and | 5 # This file is shared between the regular GYP build, the NaCl GYP build, and |
| 6 # the GN build. For GN support, it must have no conditionals or anything like | 6 # the GN build. For GN support, it must have no conditionals or anything like |
| 7 # that beyond the simple one-level-deep dictionary of values. | 7 # that beyond the simple one-level-deep dictionary of values. |
| 8 { | 8 { |
| 9 'variables': { | 9 'variables': { |
| 10 # Subset of net source files that are compiled for NaCl (net_nacl target). | 10 # Subset of net source files that are compiled for NaCl (net_nacl target). |
| (...skipping 908 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 919 'quic/quic_headers_stream.cc', | 919 'quic/quic_headers_stream.cc', |
| 920 'quic/quic_headers_stream.h', | 920 'quic/quic_headers_stream.h', |
| 921 'quic/quic_http_stream.cc', | 921 'quic/quic_http_stream.cc', |
| 922 'quic/quic_http_stream.h', | 922 'quic/quic_http_stream.h', |
| 923 'quic/quic_http_utils.cc', | 923 'quic/quic_http_utils.cc', |
| 924 'quic/quic_http_utils.h', | 924 'quic/quic_http_utils.h', |
| 925 'quic/quic_packet_creator.cc', | 925 'quic/quic_packet_creator.cc', |
| 926 'quic/quic_packet_creator.h', | 926 'quic/quic_packet_creator.h', |
| 927 'quic/quic_packet_generator.cc', | 927 'quic/quic_packet_generator.cc', |
| 928 'quic/quic_packet_generator.h', | 928 'quic/quic_packet_generator.h', |
| 929 'quic/quic_packet_reader.cc', |
| 930 'quic/quic_packet_reader.h', |
| 929 'quic/quic_packet_writer.h', | 931 'quic/quic_packet_writer.h', |
| 930 'quic/quic_protocol.cc', | 932 'quic/quic_protocol.cc', |
| 931 'quic/quic_protocol.h', | 933 'quic/quic_protocol.h', |
| 932 'quic/quic_received_packet_manager.cc', | 934 'quic/quic_received_packet_manager.cc', |
| 933 'quic/quic_received_packet_manager.h', | 935 'quic/quic_received_packet_manager.h', |
| 934 'quic/quic_reliable_client_stream.cc', | 936 'quic/quic_reliable_client_stream.cc', |
| 935 'quic/quic_reliable_client_stream.h', | 937 'quic/quic_reliable_client_stream.h', |
| 936 'quic/quic_sent_entropy_manager.cc', | 938 'quic/quic_sent_entropy_manager.cc', |
| 937 'quic/quic_sent_entropy_manager.h', | 939 'quic/quic_sent_entropy_manager.h', |
| 938 'quic/quic_sent_packet_manager.cc', | 940 'quic/quic_sent_packet_manager.cc', |
| (...skipping 843 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1782 'base/mac/url_conversions_unittest.mm', | 1784 'base/mac/url_conversions_unittest.mm', |
| 1783 ], | 1785 ], |
| 1784 'net_docs_script': 'tools/net_docs/net_docs.py', | 1786 'net_docs_script': 'tools/net_docs/net_docs.py', |
| 1785 'net_docs_sources': [ | 1787 'net_docs_sources': [ |
| 1786 'README.md', | 1788 'README.md', |
| 1787 'sdch/README.md', | 1789 'sdch/README.md', |
| 1788 ], | 1790 ], |
| 1789 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', | 1791 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', |
| 1790 } | 1792 } |
| 1791 } | 1793 } |
| OLD | NEW |