| 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 308 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 319 'quic/p2p/quic_p2p_session.h', | 319 'quic/p2p/quic_p2p_session.h', |
| 320 'quic/p2p/quic_p2p_stream.cc', | 320 'quic/p2p/quic_p2p_stream.cc', |
| 321 'quic/p2p/quic_p2p_stream.h', | 321 'quic/p2p/quic_p2p_stream.h', |
| 322 'quic/port_suggester.cc', | 322 'quic/port_suggester.cc', |
| 323 'quic/port_suggester.h', | 323 'quic/port_suggester.h', |
| 324 'quic/quic_ack_listener_interface.h', | 324 'quic/quic_ack_listener_interface.h', |
| 325 'quic/quic_address_mismatch.cc', | 325 'quic/quic_address_mismatch.cc', |
| 326 'quic/quic_address_mismatch.h', | 326 'quic/quic_address_mismatch.h', |
| 327 'quic/quic_alarm.cc', | 327 'quic/quic_alarm.cc', |
| 328 'quic/quic_alarm.h', | 328 'quic/quic_alarm.h', |
| 329 'quic/quic_arena_scoped_ptr.h', |
| 329 'quic/quic_bandwidth.cc', | 330 'quic/quic_bandwidth.cc', |
| 330 'quic/quic_bandwidth.h', | 331 'quic/quic_bandwidth.h', |
| 331 'quic/quic_bug_tracker.h', | 332 'quic/quic_bug_tracker.h', |
| 332 'quic/quic_blocked_writer_interface.h', | 333 'quic/quic_blocked_writer_interface.h', |
| 333 'quic/quic_clock.cc', | 334 'quic/quic_clock.cc', |
| 334 'quic/quic_clock.h', | 335 'quic/quic_clock.h', |
| 335 'quic/quic_config.cc', | 336 'quic/quic_config.cc', |
| 336 'quic/quic_config.h', | 337 'quic/quic_config.h', |
| 337 'quic/quic_connection.cc', | 338 'quic/quic_connection.cc', |
| 338 'quic/quic_connection.h', | 339 'quic/quic_connection.h', |
| (...skipping 20 matching lines...) Expand all Loading... |
| 359 'quic/quic_flow_controller.cc', | 360 'quic/quic_flow_controller.cc', |
| 360 'quic/quic_flow_controller.h', | 361 'quic/quic_flow_controller.h', |
| 361 'quic/quic_frame_list.cc', | 362 'quic/quic_frame_list.cc', |
| 362 'quic/quic_frame_list.h', | 363 'quic/quic_frame_list.h', |
| 363 'quic/quic_framer.cc', | 364 'quic/quic_framer.cc', |
| 364 'quic/quic_framer.h', | 365 'quic/quic_framer.h', |
| 365 'quic/quic_multipath_received_packet_manager.cc', | 366 'quic/quic_multipath_received_packet_manager.cc', |
| 366 'quic/quic_multipath_received_packet_manager.h', | 367 'quic/quic_multipath_received_packet_manager.h', |
| 367 'quic/quic_multipath_transmissions_map.cc', | 368 'quic/quic_multipath_transmissions_map.cc', |
| 368 'quic/quic_multipath_transmissions_map.h', | 369 'quic/quic_multipath_transmissions_map.h', |
| 370 'quic/quic_one_block_arena.h', |
| 369 'quic/quic_packet_creator.cc', | 371 'quic/quic_packet_creator.cc', |
| 370 'quic/quic_packet_creator.h', | 372 'quic/quic_packet_creator.h', |
| 371 'quic/quic_packet_generator.cc', | 373 'quic/quic_packet_generator.cc', |
| 372 'quic/quic_packet_generator.h', | 374 'quic/quic_packet_generator.h', |
| 373 'quic/quic_packet_reader.cc', | 375 'quic/quic_packet_reader.cc', |
| 374 'quic/quic_packet_reader.h', | 376 'quic/quic_packet_reader.h', |
| 375 'quic/quic_packet_writer.h', | 377 'quic/quic_packet_writer.h', |
| 376 'quic/quic_protocol.cc', | 378 'quic/quic_protocol.cc', |
| 377 'quic/quic_protocol.h', | 379 'quic/quic_protocol.h', |
| 378 'quic/quic_received_packet_manager.cc', | 380 'quic/quic_received_packet_manager.cc', |
| (...skipping 1185 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1564 'quic/crypto/quic_random_test.cc', | 1566 'quic/crypto/quic_random_test.cc', |
| 1565 'quic/crypto/strike_register_test.cc', | 1567 'quic/crypto/strike_register_test.cc', |
| 1566 'quic/interval_set_test.cc', | 1568 'quic/interval_set_test.cc', |
| 1567 'quic/interval_test.cc', | 1569 'quic/interval_test.cc', |
| 1568 'quic/iovector_test.cc', | 1570 'quic/iovector_test.cc', |
| 1569 'quic/network_connection_unittest.cc', | 1571 'quic/network_connection_unittest.cc', |
| 1570 'quic/p2p/quic_p2p_session_test.cc', | 1572 'quic/p2p/quic_p2p_session_test.cc', |
| 1571 'quic/port_suggester_unittest.cc', | 1573 'quic/port_suggester_unittest.cc', |
| 1572 'quic/quic_address_mismatch_test.cc', | 1574 'quic/quic_address_mismatch_test.cc', |
| 1573 'quic/quic_alarm_test.cc', | 1575 'quic/quic_alarm_test.cc', |
| 1576 'quic/quic_arena_scoped_ptr_test.cc', |
| 1574 'quic/quic_bandwidth_test.cc', | 1577 'quic/quic_bandwidth_test.cc', |
| 1575 'quic/quic_chromium_client_session_test.cc', | 1578 'quic/quic_chromium_client_session_test.cc', |
| 1576 'quic/quic_chromium_client_stream_test.cc', | 1579 'quic/quic_chromium_client_stream_test.cc', |
| 1577 'quic/quic_chromium_connection_helper_test.cc', | 1580 'quic/quic_chromium_connection_helper_test.cc', |
| 1578 'quic/quic_clock_test.cc', | 1581 'quic/quic_clock_test.cc', |
| 1579 'quic/quic_config_test.cc', | 1582 'quic/quic_config_test.cc', |
| 1580 'quic/quic_connection_logger_unittest.cc', | 1583 'quic/quic_connection_logger_unittest.cc', |
| 1581 'quic/quic_connection_test.cc', | 1584 'quic/quic_connection_test.cc', |
| 1582 'quic/quic_crypto_client_stream_test.cc', | 1585 'quic/quic_crypto_client_stream_test.cc', |
| 1583 'quic/quic_crypto_server_stream_test.cc', | 1586 'quic/quic_crypto_server_stream_test.cc', |
| 1584 'quic/quic_crypto_stream_test.cc', | 1587 'quic/quic_crypto_stream_test.cc', |
| 1585 'quic/quic_data_writer_test.cc', | 1588 'quic/quic_data_writer_test.cc', |
| 1586 'quic/quic_fec_group_test.cc', | 1589 'quic/quic_fec_group_test.cc', |
| 1587 'quic/quic_flow_controller_test.cc', | 1590 'quic/quic_flow_controller_test.cc', |
| 1588 'quic/quic_framer_test.cc', | 1591 'quic/quic_framer_test.cc', |
| 1589 'quic/quic_headers_stream_test.cc', | 1592 'quic/quic_headers_stream_test.cc', |
| 1590 'quic/quic_http_stream_test.cc', | 1593 'quic/quic_http_stream_test.cc', |
| 1591 'quic/quic_http_utils_test.cc', | 1594 'quic/quic_http_utils_test.cc', |
| 1592 'quic/quic_multipath_received_packet_manager_test.cc', | 1595 'quic/quic_multipath_received_packet_manager_test.cc', |
| 1593 'quic/quic_multipath_transmissions_map_test.cc', | 1596 'quic/quic_multipath_transmissions_map_test.cc', |
| 1594 'quic/quic_network_transaction_unittest.cc', | 1597 'quic/quic_network_transaction_unittest.cc', |
| 1598 'quic/quic_one_block_arena_test.cc', |
| 1595 'quic/quic_packet_creator_test.cc', | 1599 'quic/quic_packet_creator_test.cc', |
| 1596 'quic/quic_packet_generator_test.cc', | 1600 'quic/quic_packet_generator_test.cc', |
| 1597 'quic/quic_protocol_test.cc', | 1601 'quic/quic_protocol_test.cc', |
| 1598 'quic/quic_received_packet_manager_test.cc', | 1602 'quic/quic_received_packet_manager_test.cc', |
| 1599 'quic/quic_sent_entropy_manager_test.cc', | 1603 'quic/quic_sent_entropy_manager_test.cc', |
| 1600 'quic/quic_sent_packet_manager_test.cc', | 1604 'quic/quic_sent_packet_manager_test.cc', |
| 1601 'quic/quic_server_id_test.cc', | 1605 'quic/quic_server_id_test.cc', |
| 1602 'quic/quic_session_test.cc', | 1606 'quic/quic_session_test.cc', |
| 1603 'quic/quic_simple_buffer_allocator_test.cc', | 1607 'quic/quic_simple_buffer_allocator_test.cc', |
| 1604 'quic/quic_socket_address_coder_test.cc', | 1608 'quic/quic_socket_address_coder_test.cc', |
| (...skipping 364 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1969 'docs/bug-triage-labels.md', | 1973 'docs/bug-triage-labels.md', |
| 1970 'docs/bug-triage-suggested-workflow.md', | 1974 'docs/bug-triage-suggested-workflow.md', |
| 1971 'docs/code-patterns.md', | 1975 'docs/code-patterns.md', |
| 1972 'docs/crash-course-in-net-internals.md', | 1976 'docs/crash-course-in-net-internals.md', |
| 1973 'docs/life-of-a-url-request.md', | 1977 'docs/life-of-a-url-request.md', |
| 1974 'sdch/README.md', | 1978 'sdch/README.md', |
| 1975 ], | 1979 ], |
| 1976 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', | 1980 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', |
| 1977 } | 1981 } |
| 1978 } | 1982 } |
| OLD | NEW |