| 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 642 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 653 'http/http_response_body_drainer.h', | 653 'http/http_response_body_drainer.h', |
| 654 'http/http_server_properties.cc', | 654 'http/http_server_properties.cc', |
| 655 'http/http_server_properties.h', | 655 'http/http_server_properties.h', |
| 656 'http/http_server_properties_impl.cc', | 656 'http/http_server_properties_impl.cc', |
| 657 'http/http_server_properties_impl.h', | 657 'http/http_server_properties_impl.h', |
| 658 'http/http_server_properties_manager.cc', | 658 'http/http_server_properties_manager.cc', |
| 659 'http/http_server_properties_manager.h', | 659 'http/http_server_properties_manager.h', |
| 660 'http/http_status_code.cc', | 660 'http/http_status_code.cc', |
| 661 'http/http_status_code.h', | 661 'http/http_status_code.h', |
| 662 'http/http_stream.h', | 662 'http/http_stream.h', |
| 663 'http/http_stream_base.h', | |
| 664 'http/http_stream_factory.cc', | 663 'http/http_stream_factory.cc', |
| 665 'http/http_stream_factory.h', | 664 'http/http_stream_factory.h', |
| 666 'http/http_stream_factory_impl.cc', | 665 'http/http_stream_factory_impl.cc', |
| 667 'http/http_stream_factory_impl.h', | 666 'http/http_stream_factory_impl.h', |
| 668 'http/http_stream_factory_impl_job.cc', | 667 'http/http_stream_factory_impl_job.cc', |
| 669 'http/http_stream_factory_impl_job.h', | 668 'http/http_stream_factory_impl_job.h', |
| 670 'http/http_stream_factory_impl_request.cc', | 669 'http/http_stream_factory_impl_request.cc', |
| 671 'http/http_stream_factory_impl_request.h', | 670 'http/http_stream_factory_impl_request.h', |
| 672 'http/http_stream_parser.cc', | 671 'http/http_stream_parser.cc', |
| 673 'http/http_stream_parser.h', | 672 'http/http_stream_parser.h', |
| (...skipping 1095 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1769 'tools/quic/test_tools/quic_test_client.h', | 1768 'tools/quic/test_tools/quic_test_client.h', |
| 1770 'tools/quic/test_tools/quic_test_utils.cc', | 1769 'tools/quic/test_tools/quic_test_utils.cc', |
| 1771 'tools/quic/test_tools/quic_test_utils.h', | 1770 'tools/quic/test_tools/quic_test_utils.h', |
| 1772 'tools/quic/test_tools/server_thread.h', | 1771 'tools/quic/test_tools/server_thread.h', |
| 1773 'tools/quic/test_tools/server_thread.cc', | 1772 'tools/quic/test_tools/server_thread.cc', |
| 1774 'tools/quic/test_tools/simple_client.h', | 1773 'tools/quic/test_tools/simple_client.h', |
| 1775 'tools/quic/test_tools/simple_client.cc', | 1774 'tools/quic/test_tools/simple_client.cc', |
| 1776 ], | 1775 ], |
| 1777 } | 1776 } |
| 1778 } | 1777 } |
| OLD | NEW |