| 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 327 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 338 'quic/quic_fec_group_interface.cc', | 338 'quic/quic_fec_group_interface.cc', |
| 339 'quic/quic_fec_group_interface.h', | 339 'quic/quic_fec_group_interface.h', |
| 340 'quic/quic_flags.cc', | 340 'quic/quic_flags.cc', |
| 341 'quic/quic_flags.h', | 341 'quic/quic_flags.h', |
| 342 'quic/quic_flow_controller.cc', | 342 'quic/quic_flow_controller.cc', |
| 343 'quic/quic_flow_controller.h', | 343 'quic/quic_flow_controller.h', |
| 344 'quic/quic_frame_list.cc', | 344 'quic/quic_frame_list.cc', |
| 345 'quic/quic_frame_list.h', | 345 'quic/quic_frame_list.h', |
| 346 'quic/quic_framer.cc', | 346 'quic/quic_framer.cc', |
| 347 'quic/quic_framer.h', | 347 'quic/quic_framer.h', |
| 348 'quic/quic_multipath_transmissions_map.cc', |
| 349 'quic/quic_multipath_transmissions_map.h', |
| 348 'quic/quic_packet_creator.cc', | 350 'quic/quic_packet_creator.cc', |
| 349 'quic/quic_packet_creator.h', | 351 'quic/quic_packet_creator.h', |
| 350 'quic/quic_packet_generator.cc', | 352 'quic/quic_packet_generator.cc', |
| 351 'quic/quic_packet_generator.h', | 353 'quic/quic_packet_generator.h', |
| 352 'quic/quic_packet_reader.cc', | 354 'quic/quic_packet_reader.cc', |
| 353 'quic/quic_packet_reader.h', | 355 'quic/quic_packet_reader.h', |
| 354 'quic/quic_packet_writer.h', | 356 'quic/quic_packet_writer.h', |
| 355 'quic/quic_protocol.cc', | 357 'quic/quic_protocol.cc', |
| 356 'quic/quic_protocol.h', | 358 'quic/quic_protocol.h', |
| 357 'quic/quic_received_packet_manager.cc', | 359 'quic/quic_received_packet_manager.cc', |
| (...skipping 1177 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1535 'quic/quic_crypto_client_stream_test.cc', | 1537 'quic/quic_crypto_client_stream_test.cc', |
| 1536 'quic/quic_crypto_server_stream_test.cc', | 1538 'quic/quic_crypto_server_stream_test.cc', |
| 1537 'quic/quic_crypto_stream_test.cc', | 1539 'quic/quic_crypto_stream_test.cc', |
| 1538 'quic/quic_data_writer_test.cc', | 1540 'quic/quic_data_writer_test.cc', |
| 1539 'quic/quic_fec_group_test.cc', | 1541 'quic/quic_fec_group_test.cc', |
| 1540 'quic/quic_flow_controller_test.cc', | 1542 'quic/quic_flow_controller_test.cc', |
| 1541 'quic/quic_framer_test.cc', | 1543 'quic/quic_framer_test.cc', |
| 1542 'quic/quic_headers_stream_test.cc', | 1544 'quic/quic_headers_stream_test.cc', |
| 1543 'quic/quic_http_stream_test.cc', | 1545 'quic/quic_http_stream_test.cc', |
| 1544 'quic/quic_http_utils_test.cc', | 1546 'quic/quic_http_utils_test.cc', |
| 1547 'quic/quic_multipath_transmissions_map_test.cc', |
| 1545 'quic/quic_network_transaction_unittest.cc', | 1548 'quic/quic_network_transaction_unittest.cc', |
| 1546 'quic/quic_packet_creator_test.cc', | 1549 'quic/quic_packet_creator_test.cc', |
| 1547 'quic/quic_packet_generator_test.cc', | 1550 'quic/quic_packet_generator_test.cc', |
| 1548 'quic/quic_protocol_test.cc', | 1551 'quic/quic_protocol_test.cc', |
| 1549 'quic/quic_received_packet_manager_test.cc', | 1552 'quic/quic_received_packet_manager_test.cc', |
| 1550 'quic/quic_reliable_client_stream_test.cc', | 1553 'quic/quic_reliable_client_stream_test.cc', |
| 1551 'quic/quic_sent_entropy_manager_test.cc', | 1554 'quic/quic_sent_entropy_manager_test.cc', |
| 1552 'quic/quic_sent_packet_manager_test.cc', | 1555 'quic/quic_sent_packet_manager_test.cc', |
| 1553 'quic/quic_server_id_test.cc', | 1556 'quic/quic_server_id_test.cc', |
| 1554 'quic/quic_session_test.cc', | 1557 'quic/quic_session_test.cc', |
| (...skipping 349 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1904 'docs/bug-triage.md', | 1907 'docs/bug-triage.md', |
| 1905 'docs/bug-triage-labels.md', | 1908 'docs/bug-triage-labels.md', |
| 1906 'docs/bug-triage-suggested-workflow.md', | 1909 'docs/bug-triage-suggested-workflow.md', |
| 1907 'docs/code-patterns.md', | 1910 'docs/code-patterns.md', |
| 1908 'docs/life-of-a-url-request.md', | 1911 'docs/life-of-a-url-request.md', |
| 1909 'sdch/README.md', | 1912 'sdch/README.md', |
| 1910 ], | 1913 ], |
| 1911 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', | 1914 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', |
| 1912 } | 1915 } |
| 1913 } | 1916 } |
| OLD | NEW |