| 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 329 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 340 'quic/quic_config.cc', | 340 'quic/quic_config.cc', |
| 341 'quic/quic_config.h', | 341 'quic/quic_config.h', |
| 342 'quic/quic_connection.cc', | 342 'quic/quic_connection.cc', |
| 343 'quic/quic_connection.h', | 343 'quic/quic_connection.h', |
| 344 'quic/quic_connection_logger.cc', | 344 'quic/quic_connection_logger.cc', |
| 345 'quic/quic_connection_logger.h', | 345 'quic/quic_connection_logger.h', |
| 346 'quic/quic_connection_stats.cc', | 346 'quic/quic_connection_stats.cc', |
| 347 'quic/quic_connection_stats.h', | 347 'quic/quic_connection_stats.h', |
| 348 'quic/quic_crypto_stream.cc', | 348 'quic/quic_crypto_stream.cc', |
| 349 'quic/quic_crypto_stream.h', | 349 'quic/quic_crypto_stream.h', |
| 350 'quic/quic_chromium_alarm_factory.cc', |
| 351 'quic/quic_chromium_alarm_factory.h', |
| 350 'quic/quic_chromium_connection_helper.cc', | 352 'quic/quic_chromium_connection_helper.cc', |
| 351 'quic/quic_chromium_connection_helper.h', | 353 'quic/quic_chromium_connection_helper.h', |
| 352 'quic/quic_chromium_packet_reader.cc', | 354 'quic/quic_chromium_packet_reader.cc', |
| 353 'quic/quic_chromium_packet_reader.h', | 355 'quic/quic_chromium_packet_reader.h', |
| 354 'quic/quic_chromium_packet_writer.cc', | 356 'quic/quic_chromium_packet_writer.cc', |
| 355 'quic/quic_chromium_packet_writer.h', | 357 'quic/quic_chromium_packet_writer.h', |
| 356 'quic/quic_data_reader.cc', | 358 'quic/quic_data_reader.cc', |
| 357 'quic/quic_data_reader.h', | 359 'quic/quic_data_reader.h', |
| 358 'quic/quic_data_writer.cc', | 360 'quic/quic_data_writer.cc', |
| 359 'quic/quic_data_writer.h', | 361 'quic/quic_data_writer.h', |
| (...skipping 1224 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1584 'quic/interval_set_test.cc', | 1586 'quic/interval_set_test.cc', |
| 1585 'quic/interval_test.cc', | 1587 'quic/interval_test.cc', |
| 1586 'quic/iovector_test.cc', | 1588 'quic/iovector_test.cc', |
| 1587 'quic/network_connection_unittest.cc', | 1589 'quic/network_connection_unittest.cc', |
| 1588 'quic/p2p/quic_p2p_session_test.cc', | 1590 'quic/p2p/quic_p2p_session_test.cc', |
| 1589 'quic/port_suggester_unittest.cc', | 1591 'quic/port_suggester_unittest.cc', |
| 1590 'quic/quic_address_mismatch_test.cc', | 1592 'quic/quic_address_mismatch_test.cc', |
| 1591 'quic/quic_alarm_test.cc', | 1593 'quic/quic_alarm_test.cc', |
| 1592 'quic/quic_arena_scoped_ptr_test.cc', | 1594 'quic/quic_arena_scoped_ptr_test.cc', |
| 1593 'quic/quic_bandwidth_test.cc', | 1595 'quic/quic_bandwidth_test.cc', |
| 1596 'quic/quic_chromium_alarm_factory_test.cc', |
| 1594 'quic/quic_chromium_client_session_test.cc', | 1597 'quic/quic_chromium_client_session_test.cc', |
| 1595 'quic/quic_chromium_client_stream_test.cc', | 1598 'quic/quic_chromium_client_stream_test.cc', |
| 1596 'quic/quic_chromium_connection_helper_test.cc', | 1599 'quic/quic_chromium_connection_helper_test.cc', |
| 1597 'quic/quic_client_push_promise_index_test.cc', | 1600 'quic/quic_client_push_promise_index_test.cc', |
| 1598 'quic/quic_clock_test.cc', | 1601 'quic/quic_clock_test.cc', |
| 1599 'quic/quic_config_test.cc', | 1602 'quic/quic_config_test.cc', |
| 1600 'quic/quic_connection_logger_unittest.cc', | 1603 'quic/quic_connection_logger_unittest.cc', |
| 1601 'quic/quic_connection_test.cc', | 1604 'quic/quic_connection_test.cc', |
| 1602 'quic/quic_crypto_client_stream_test.cc', | 1605 'quic/quic_crypto_client_stream_test.cc', |
| 1603 'quic/quic_crypto_server_stream_test.cc', | 1606 'quic/quic_crypto_server_stream_test.cc', |
| (...skipping 372 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1976 "websockets/websocket_handshake_stream_create_helper.cc", | 1979 "websockets/websocket_handshake_stream_create_helper.cc", |
| 1977 "websockets/websocket_handshake_stream_create_helper.h", | 1980 "websockets/websocket_handshake_stream_create_helper.h", |
| 1978 "websockets/websocket_inflater.cc", | 1981 "websockets/websocket_inflater.cc", |
| 1979 "websockets/websocket_inflater.h", | 1982 "websockets/websocket_inflater.h", |
| 1980 "websockets/websocket_mux.h", | 1983 "websockets/websocket_mux.h", |
| 1981 "websockets/websocket_stream.cc", | 1984 "websockets/websocket_stream.cc", |
| 1982 "websockets/websocket_stream.h", | 1985 "websockets/websocket_stream.h", |
| 1983 ], | 1986 ], |
| 1984 } | 1987 } |
| 1985 } | 1988 } |
| OLD | NEW |