| 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 808 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 819 'filter/filter.cc', | 819 'filter/filter.cc', |
| 820 'filter/filter.h', | 820 'filter/filter.h', |
| 821 'filter/gzip_filter.cc', | 821 'filter/gzip_filter.cc', |
| 822 'filter/gzip_filter.h', | 822 'filter/gzip_filter.h', |
| 823 'filter/gzip_header.cc', | 823 'filter/gzip_header.cc', |
| 824 'filter/gzip_header.h', | 824 'filter/gzip_header.h', |
| 825 'filter/sdch_filter.cc', | 825 'filter/sdch_filter.cc', |
| 826 'filter/sdch_filter.h', | 826 'filter/sdch_filter.h', |
| 827 'http/bidirectional_stream.cc', | 827 'http/bidirectional_stream.cc', |
| 828 'http/bidirectional_stream.h', | 828 'http/bidirectional_stream.h', |
| 829 'http/bidirectional_stream_job.cc', | 829 'http/bidirectional_stream_impl.cc', |
| 830 'http/bidirectional_stream_job.h', | 830 'http/bidirectional_stream_impl.h', |
| 831 'http/bidirectional_stream_request_info.cc', | 831 'http/bidirectional_stream_request_info.cc', |
| 832 'http/bidirectional_stream_request_info.h', | 832 'http/bidirectional_stream_request_info.h', |
| 833 'http/des.cc', | 833 'http/des.cc', |
| 834 'http/des.h', | 834 'http/des.h', |
| 835 'http/disk_cache_based_quic_server_info.cc', | 835 'http/disk_cache_based_quic_server_info.cc', |
| 836 'http/disk_cache_based_quic_server_info.h', | 836 'http/disk_cache_based_quic_server_info.h', |
| 837 'http/failing_http_transaction_factory.cc', | 837 'http/failing_http_transaction_factory.cc', |
| 838 'http/failing_http_transaction_factory.h', | 838 'http/failing_http_transaction_factory.h', |
| 839 'http/http_auth.cc', | 839 'http/http_auth.cc', |
| 840 'http/http_auth.h', | 840 'http/http_auth.h', |
| (...skipping 263 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1104 'socket/unix_domain_client_socket_posix.cc', | 1104 'socket/unix_domain_client_socket_posix.cc', |
| 1105 'socket/unix_domain_client_socket_posix.h', | 1105 'socket/unix_domain_client_socket_posix.h', |
| 1106 'socket/unix_domain_server_socket_posix.cc', | 1106 'socket/unix_domain_server_socket_posix.cc', |
| 1107 'socket/unix_domain_server_socket_posix.h', | 1107 'socket/unix_domain_server_socket_posix.h', |
| 1108 'socket/websocket_endpoint_lock_manager.cc', | 1108 'socket/websocket_endpoint_lock_manager.cc', |
| 1109 'socket/websocket_endpoint_lock_manager.h', | 1109 'socket/websocket_endpoint_lock_manager.h', |
| 1110 'socket/websocket_transport_client_socket_pool.cc', | 1110 'socket/websocket_transport_client_socket_pool.cc', |
| 1111 'socket/websocket_transport_client_socket_pool.h', | 1111 'socket/websocket_transport_client_socket_pool.h', |
| 1112 'socket/websocket_transport_connect_sub_job.cc', | 1112 'socket/websocket_transport_connect_sub_job.cc', |
| 1113 'socket/websocket_transport_connect_sub_job.h', | 1113 'socket/websocket_transport_connect_sub_job.h', |
| 1114 'spdy/bidirectional_stream_spdy_job.cc', | 1114 'spdy/bidirectional_stream_spdy_impl.cc', |
| 1115 'spdy/bidirectional_stream_spdy_job.h', | 1115 'spdy/bidirectional_stream_spdy_impl.h', |
| 1116 'spdy/buffered_spdy_framer.cc', | 1116 'spdy/buffered_spdy_framer.cc', |
| 1117 'spdy/buffered_spdy_framer.h', | 1117 'spdy/buffered_spdy_framer.h', |
| 1118 'spdy/fuzzing/hpack_fuzz_util.cc', | 1118 'spdy/fuzzing/hpack_fuzz_util.cc', |
| 1119 'spdy/fuzzing/hpack_fuzz_util.h', | 1119 'spdy/fuzzing/hpack_fuzz_util.h', |
| 1120 'spdy/hpack/hpack_constants.cc', | 1120 'spdy/hpack/hpack_constants.cc', |
| 1121 'spdy/hpack/hpack_constants.h', | 1121 'spdy/hpack/hpack_constants.h', |
| 1122 'spdy/hpack/hpack_decoder.cc', | 1122 'spdy/hpack/hpack_decoder.cc', |
| 1123 'spdy/hpack/hpack_decoder.h', | 1123 'spdy/hpack/hpack_decoder.h', |
| 1124 'spdy/hpack/hpack_encoder.cc', | 1124 'spdy/hpack/hpack_encoder.cc', |
| 1125 'spdy/hpack/hpack_encoder.h', | 1125 'spdy/hpack/hpack_encoder.h', |
| (...skipping 863 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1989 'docs/bug-triage-labels.md', | 1989 'docs/bug-triage-labels.md', |
| 1990 'docs/bug-triage-suggested-workflow.md', | 1990 'docs/bug-triage-suggested-workflow.md', |
| 1991 'docs/code-patterns.md', | 1991 'docs/code-patterns.md', |
| 1992 'docs/crash-course-in-net-internals.md', | 1992 'docs/crash-course-in-net-internals.md', |
| 1993 'docs/life-of-a-url-request.md', | 1993 'docs/life-of-a-url-request.md', |
| 1994 'sdch/README.md', | 1994 'sdch/README.md', |
| 1995 ], | 1995 ], |
| 1996 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', | 1996 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', |
| 1997 } | 1997 } |
| 1998 } | 1998 } |
| OLD | NEW |