| 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 1743 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1754 'tools/quic/test_tools/quic_client_peer.cc', | 1754 'tools/quic/test_tools/quic_client_peer.cc', |
| 1755 'tools/quic/test_tools/quic_client_peer.h', | 1755 'tools/quic/test_tools/quic_client_peer.h', |
| 1756 'tools/quic/test_tools/quic_dispatcher_peer.cc', | 1756 'tools/quic/test_tools/quic_dispatcher_peer.cc', |
| 1757 'tools/quic/test_tools/quic_dispatcher_peer.h', | 1757 'tools/quic/test_tools/quic_dispatcher_peer.h', |
| 1758 'tools/quic/test_tools/quic_in_memory_cache_peer.cc', | 1758 'tools/quic/test_tools/quic_in_memory_cache_peer.cc', |
| 1759 'tools/quic/test_tools/quic_in_memory_cache_peer.h', | 1759 'tools/quic/test_tools/quic_in_memory_cache_peer.h', |
| 1760 'tools/quic/test_tools/quic_server_peer.cc', | 1760 'tools/quic/test_tools/quic_server_peer.cc', |
| 1761 'tools/quic/test_tools/quic_server_peer.h', | 1761 'tools/quic/test_tools/quic_server_peer.h', |
| 1762 'tools/quic/test_tools/quic_test_client.cc', | 1762 'tools/quic/test_tools/quic_test_client.cc', |
| 1763 'tools/quic/test_tools/quic_test_client.h', | 1763 'tools/quic/test_tools/quic_test_client.h', |
| 1764 'tools/quic/test_tools/quic_test_server.cc', | |
| 1765 'tools/quic/test_tools/quic_test_server.h', | |
| 1766 'tools/quic/test_tools/quic_test_utils.cc', | 1764 'tools/quic/test_tools/quic_test_utils.cc', |
| 1767 'tools/quic/test_tools/quic_test_utils.h', | 1765 'tools/quic/test_tools/quic_test_utils.h', |
| 1768 'tools/quic/test_tools/server_thread.cc', | 1766 'tools/quic/test_tools/server_thread.cc', |
| 1769 'tools/quic/test_tools/server_thread.h', | 1767 'tools/quic/test_tools/server_thread.h', |
| 1770 'tools/quic/test_tools/simple_client.cc', | 1768 'tools/quic/test_tools/simple_client.cc', |
| 1771 'tools/quic/test_tools/simple_client.h', | 1769 'tools/quic/test_tools/simple_client.h', |
| 1772 ], | 1770 ], |
| 1773 'net_base_mac_ios_sources': [ | 1771 'net_base_mac_ios_sources': [ |
| 1774 'base/mac/url_conversions.h', | 1772 'base/mac/url_conversions.h', |
| 1775 'base/mac/url_conversions.mm', | 1773 'base/mac/url_conversions.mm', |
| 1776 ], | 1774 ], |
| 1777 'net_base_test_mac_ios_sources': [ | 1775 'net_base_test_mac_ios_sources': [ |
| 1778 'base/mac/url_conversions_unittest.mm', | 1776 'base/mac/url_conversions_unittest.mm', |
| 1779 ], | 1777 ], |
| 1780 'net_docs_script': 'tools/net_docs/net_docs.py', | 1778 'net_docs_script': 'tools/net_docs/net_docs.py', |
| 1781 'net_docs_sources': [ | 1779 'net_docs_sources': [ |
| 1782 'README.md', | 1780 'README.md', |
| 1783 'sdch/README.md', | 1781 'sdch/README.md', |
| 1784 ], | 1782 ], |
| 1785 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', | 1783 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', |
| 1786 } | 1784 } |
| 1787 } | 1785 } |
| OLD | NEW |