| 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 832 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 843 'http/http_auth_multi_round_parse.cc', | 843 'http/http_auth_multi_round_parse.cc', |
| 844 'http/http_auth_multi_round_parse.h', | 844 'http/http_auth_multi_round_parse.h', |
| 845 'http/http_auth_preferences.cc', | 845 'http/http_auth_preferences.cc', |
| 846 'http/http_auth_preferences.h', | 846 'http/http_auth_preferences.h', |
| 847 'http/http_auth_sspi_win.cc', | 847 'http/http_auth_sspi_win.cc', |
| 848 'http/http_auth_sspi_win.h', | 848 'http/http_auth_sspi_win.h', |
| 849 'http/http_basic_state.cc', | 849 'http/http_basic_state.cc', |
| 850 'http/http_basic_state.h', | 850 'http/http_basic_state.h', |
| 851 'http/http_basic_stream.cc', | 851 'http/http_basic_stream.cc', |
| 852 'http/http_basic_stream.h', | 852 'http/http_basic_stream.h', |
| 853 'http/bidirectional_stream_job.cc', |
| 854 'http/bidirectional_stream_job.h', |
| 855 'http/bidirectional_stream.cc', |
| 856 'http/bidirectional_stream.h', |
| 857 'http/bidirectional_stream_request_info.cc', |
| 858 'http/bidirectional_stream_request_info.h', |
| 853 'http/http_cache.cc', | 859 'http/http_cache.cc', |
| 854 'http/http_cache.h', | 860 'http/http_cache.h', |
| 855 'http/http_cache_transaction.cc', | 861 'http/http_cache_transaction.cc', |
| 856 'http/http_cache_transaction.h', | 862 'http/http_cache_transaction.h', |
| 857 'http/http_chunked_decoder.cc', | 863 'http/http_chunked_decoder.cc', |
| 858 'http/http_chunked_decoder.h', | 864 'http/http_chunked_decoder.h', |
| 859 'http/http_content_disposition.cc', | 865 'http/http_content_disposition.cc', |
| 860 'http/http_content_disposition.h', | 866 'http/http_content_disposition.h', |
| 861 'http/http_network_layer.cc', | 867 'http/http_network_layer.cc', |
| 862 'http/http_network_layer.h', | 868 'http/http_network_layer.h', |
| (...skipping 230 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1093 'spdy/hpack/hpack_header_table.cc', | 1099 'spdy/hpack/hpack_header_table.cc', |
| 1094 'spdy/hpack/hpack_header_table.h', | 1100 'spdy/hpack/hpack_header_table.h', |
| 1095 'spdy/hpack/hpack_huffman_table.cc', | 1101 'spdy/hpack/hpack_huffman_table.cc', |
| 1096 'spdy/hpack/hpack_huffman_table.h', | 1102 'spdy/hpack/hpack_huffman_table.h', |
| 1097 'spdy/hpack/hpack_input_stream.cc', | 1103 'spdy/hpack/hpack_input_stream.cc', |
| 1098 'spdy/hpack/hpack_input_stream.h', | 1104 'spdy/hpack/hpack_input_stream.h', |
| 1099 'spdy/hpack/hpack_output_stream.cc', | 1105 'spdy/hpack/hpack_output_stream.cc', |
| 1100 'spdy/hpack/hpack_output_stream.h', | 1106 'spdy/hpack/hpack_output_stream.h', |
| 1101 'spdy/hpack/hpack_static_table.cc', | 1107 'spdy/hpack/hpack_static_table.cc', |
| 1102 'spdy/hpack/hpack_static_table.h', | 1108 'spdy/hpack/hpack_static_table.h', |
| 1109 'spdy/bidirectional_stream_spdy_job.cc', |
| 1110 'spdy/bidirectional_stream_spdy_job.h', |
| 1103 'spdy/spdy_alt_svc_wire_format.cc', | 1111 'spdy/spdy_alt_svc_wire_format.cc', |
| 1104 'spdy/spdy_alt_svc_wire_format.h', | 1112 'spdy/spdy_alt_svc_wire_format.h', |
| 1105 'spdy/spdy_bitmasks.h', | 1113 'spdy/spdy_bitmasks.h', |
| 1106 'spdy/spdy_buffer.cc', | 1114 'spdy/spdy_buffer.cc', |
| 1107 'spdy/spdy_buffer.h', | 1115 'spdy/spdy_buffer.h', |
| 1108 'spdy/spdy_buffer_producer.cc', | 1116 'spdy/spdy_buffer_producer.cc', |
| 1109 'spdy/spdy_buffer_producer.h', | 1117 'spdy/spdy_buffer_producer.h', |
| 1110 'spdy/spdy_frame_builder.cc', | 1118 'spdy/spdy_frame_builder.cc', |
| 1111 'spdy/spdy_frame_builder.h', | 1119 'spdy/spdy_frame_builder.h', |
| 1112 'spdy/spdy_frame_reader.cc', | 1120 'spdy/spdy_frame_reader.cc', |
| (...skipping 297 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1410 'filter/sdch_filter_unittest.cc', | 1418 'filter/sdch_filter_unittest.cc', |
| 1411 'ftp/ftp_auth_cache_unittest.cc', | 1419 'ftp/ftp_auth_cache_unittest.cc', |
| 1412 'ftp/ftp_ctrl_response_buffer_unittest.cc', | 1420 'ftp/ftp_ctrl_response_buffer_unittest.cc', |
| 1413 'ftp/ftp_directory_listing_parser_ls_unittest.cc', | 1421 'ftp/ftp_directory_listing_parser_ls_unittest.cc', |
| 1414 'ftp/ftp_directory_listing_parser_unittest.cc', | 1422 'ftp/ftp_directory_listing_parser_unittest.cc', |
| 1415 'ftp/ftp_directory_listing_parser_unittest.h', | 1423 'ftp/ftp_directory_listing_parser_unittest.h', |
| 1416 'ftp/ftp_directory_listing_parser_vms_unittest.cc', | 1424 'ftp/ftp_directory_listing_parser_vms_unittest.cc', |
| 1417 'ftp/ftp_directory_listing_parser_windows_unittest.cc', | 1425 'ftp/ftp_directory_listing_parser_windows_unittest.cc', |
| 1418 'ftp/ftp_network_transaction_unittest.cc', | 1426 'ftp/ftp_network_transaction_unittest.cc', |
| 1419 'ftp/ftp_util_unittest.cc', | 1427 'ftp/ftp_util_unittest.cc', |
| 1428 'http/bidirectional_stream_unittest.cc', |
| 1420 'http/des_unittest.cc', | 1429 'http/des_unittest.cc', |
| 1421 'http/disk_based_cert_cache_unittest.cc', | 1430 'http/disk_based_cert_cache_unittest.cc', |
| 1422 'http/disk_cache_based_quic_server_info_unittest.cc', | 1431 'http/disk_cache_based_quic_server_info_unittest.cc', |
| 1423 'http/http_auth_cache_unittest.cc', | 1432 'http/http_auth_cache_unittest.cc', |
| 1424 'http/http_auth_challenge_tokenizer_unittest.cc', | 1433 'http/http_auth_challenge_tokenizer_unittest.cc', |
| 1425 'http/http_auth_controller_unittest.cc', | 1434 'http/http_auth_controller_unittest.cc', |
| 1426 'http/http_auth_filter_unittest.cc', | 1435 'http/http_auth_filter_unittest.cc', |
| 1427 'http/http_auth_gssapi_posix_unittest.cc', | 1436 'http/http_auth_gssapi_posix_unittest.cc', |
| 1428 'http/http_auth_handler_basic_unittest.cc', | 1437 'http/http_auth_handler_basic_unittest.cc', |
| 1429 'http/http_auth_handler_digest_unittest.cc', | 1438 'http/http_auth_handler_digest_unittest.cc', |
| (...skipping 497 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1927 'docs/bug-triage.md', | 1936 'docs/bug-triage.md', |
| 1928 'docs/bug-triage-labels.md', | 1937 'docs/bug-triage-labels.md', |
| 1929 'docs/bug-triage-suggested-workflow.md', | 1938 'docs/bug-triage-suggested-workflow.md', |
| 1930 'docs/code-patterns.md', | 1939 'docs/code-patterns.md', |
| 1931 'docs/life-of-a-url-request.md', | 1940 'docs/life-of-a-url-request.md', |
| 1932 'sdch/README.md', | 1941 'sdch/README.md', |
| 1933 ], | 1942 ], |
| 1934 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', | 1943 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', |
| 1935 } | 1944 } |
| 1936 } | 1945 } |
| OLD | NEW |