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 1024 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1035 'quic/quic_client_push_promise_index.cc', | 1035 'quic/quic_client_push_promise_index.cc', |
1036 'quic/quic_client_push_promise_index.h', | 1036 'quic/quic_client_push_promise_index.h', |
1037 'quic/quic_crypto_client_stream.cc', | 1037 'quic/quic_crypto_client_stream.cc', |
1038 'quic/quic_crypto_client_stream.h', | 1038 'quic/quic_crypto_client_stream.h', |
1039 'quic/quic_crypto_client_stream_factory.cc', | 1039 'quic/quic_crypto_client_stream_factory.cc', |
1040 'quic/quic_crypto_client_stream_factory.h', | 1040 'quic/quic_crypto_client_stream_factory.h', |
1041 'quic/quic_crypto_server_stream.cc', | 1041 'quic/quic_crypto_server_stream.cc', |
1042 'quic/quic_crypto_server_stream.h', | 1042 'quic/quic_crypto_server_stream.h', |
1043 'quic/quic_headers_stream.cc', | 1043 'quic/quic_headers_stream.cc', |
1044 'quic/quic_headers_stream.h', | 1044 'quic/quic_headers_stream.h', |
| 1045 'quic/quic_header_list.cc', |
| 1046 'quic/quic_header_list.h', |
1045 'quic/quic_http_stream.cc', | 1047 'quic/quic_http_stream.cc', |
1046 'quic/quic_http_stream.h', | 1048 'quic/quic_http_stream.h', |
1047 'quic/quic_http_utils.cc', | 1049 'quic/quic_http_utils.cc', |
1048 'quic/quic_http_utils.h', | 1050 'quic/quic_http_utils.h', |
1049 'quic/quic_spdy_session.cc', | 1051 'quic/quic_spdy_session.cc', |
1050 'quic/quic_spdy_session.h', | 1052 'quic/quic_spdy_session.h', |
1051 'quic/quic_spdy_stream.cc', | 1053 'quic/quic_spdy_stream.cc', |
1052 'quic/quic_spdy_stream.h', | 1054 'quic/quic_spdy_stream.h', |
1053 'quic/quic_stream_factory.cc', | 1055 'quic/quic_stream_factory.cc', |
1054 'quic/quic_stream_factory.h', | 1056 'quic/quic_stream_factory.h', |
(...skipping 567 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1622 'quic/quic_config_test.cc', | 1624 'quic/quic_config_test.cc', |
1623 'quic/quic_connection_logger_unittest.cc', | 1625 'quic/quic_connection_logger_unittest.cc', |
1624 'quic/quic_connection_test.cc', | 1626 'quic/quic_connection_test.cc', |
1625 'quic/quic_crypto_client_stream_test.cc', | 1627 'quic/quic_crypto_client_stream_test.cc', |
1626 'quic/quic_crypto_server_stream_test.cc', | 1628 'quic/quic_crypto_server_stream_test.cc', |
1627 'quic/quic_crypto_stream_test.cc', | 1629 'quic/quic_crypto_stream_test.cc', |
1628 'quic/quic_data_writer_test.cc', | 1630 'quic/quic_data_writer_test.cc', |
1629 'quic/quic_fec_group_test.cc', | 1631 'quic/quic_fec_group_test.cc', |
1630 'quic/quic_flow_controller_test.cc', | 1632 'quic/quic_flow_controller_test.cc', |
1631 'quic/quic_framer_test.cc', | 1633 'quic/quic_framer_test.cc', |
| 1634 'quic/quic_header_list_test.cc', |
1632 'quic/quic_headers_stream_test.cc', | 1635 'quic/quic_headers_stream_test.cc', |
1633 'quic/quic_http_stream_test.cc', | 1636 'quic/quic_http_stream_test.cc', |
1634 'quic/quic_http_utils_test.cc', | 1637 'quic/quic_http_utils_test.cc', |
1635 'quic/quic_multipath_received_packet_manager_test.cc', | 1638 'quic/quic_multipath_received_packet_manager_test.cc', |
1636 'quic/quic_multipath_transmissions_map_test.cc', | 1639 'quic/quic_multipath_transmissions_map_test.cc', |
1637 'quic/quic_network_transaction_unittest.cc', | 1640 'quic/quic_network_transaction_unittest.cc', |
1638 'quic/quic_one_block_arena_test.cc', | 1641 'quic/quic_one_block_arena_test.cc', |
1639 'quic/quic_packet_creator_test.cc', | 1642 'quic/quic_packet_creator_test.cc', |
1640 'quic/quic_packet_generator_test.cc', | 1643 'quic/quic_packet_generator_test.cc', |
1641 'quic/quic_protocol_test.cc', | 1644 'quic/quic_protocol_test.cc', |
(...skipping 369 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2011 'docs/bug-triage-labels.md', | 2014 'docs/bug-triage-labels.md', |
2012 'docs/bug-triage-suggested-workflow.md', | 2015 'docs/bug-triage-suggested-workflow.md', |
2013 'docs/code-patterns.md', | 2016 'docs/code-patterns.md', |
2014 'docs/crash-course-in-net-internals.md', | 2017 'docs/crash-course-in-net-internals.md', |
2015 'docs/life-of-a-url-request.md', | 2018 'docs/life-of-a-url-request.md', |
2016 'sdch/README.md', | 2019 'sdch/README.md', |
2017 ], | 2020 ], |
2018 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', | 2021 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', |
2019 } | 2022 } |
2020 } | 2023 } |
OLD | NEW |