| 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 1695 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1706 'url_request/url_request_throttler_test_support.cc', | 1706 'url_request/url_request_throttler_test_support.cc', |
| 1707 'url_request/url_request_throttler_test_support.h', | 1707 'url_request/url_request_throttler_test_support.h', |
| 1708 'url_request/url_request_throttler_unittest.cc', | 1708 'url_request/url_request_throttler_unittest.cc', |
| 1709 'url_request/url_request_unittest.cc', | 1709 'url_request/url_request_unittest.cc', |
| 1710 'url_request/view_cache_helper_unittest.cc', | 1710 'url_request/view_cache_helper_unittest.cc', |
| 1711 'websockets/websocket_basic_stream_test.cc', | 1711 'websockets/websocket_basic_stream_test.cc', |
| 1712 'websockets/websocket_channel_test.cc', | 1712 'websockets/websocket_channel_test.cc', |
| 1713 'websockets/websocket_deflate_predictor_impl_test.cc', | 1713 'websockets/websocket_deflate_predictor_impl_test.cc', |
| 1714 'websockets/websocket_deflate_stream_test.cc', | 1714 'websockets/websocket_deflate_stream_test.cc', |
| 1715 'websockets/websocket_deflater_test.cc', | 1715 'websockets/websocket_deflater_test.cc', |
| 1716 'websockets/websocket_end_to_end_test.cc', |
| 1716 'websockets/websocket_errors_test.cc', | 1717 'websockets/websocket_errors_test.cc', |
| 1717 'websockets/websocket_extension_parser_test.cc', | 1718 'websockets/websocket_extension_parser_test.cc', |
| 1718 'websockets/websocket_frame_parser_test.cc', | 1719 'websockets/websocket_frame_parser_test.cc', |
| 1719 'websockets/websocket_frame_test.cc', | 1720 'websockets/websocket_frame_test.cc', |
| 1720 'websockets/websocket_handshake_challenge_test.cc', | 1721 'websockets/websocket_handshake_challenge_test.cc', |
| 1721 'websockets/websocket_handshake_stream_create_helper_test.cc', | 1722 'websockets/websocket_handshake_stream_create_helper_test.cc', |
| 1722 'websockets/websocket_inflater_test.cc', | 1723 'websockets/websocket_inflater_test.cc', |
| 1723 'websockets/websocket_stream_test.cc', | 1724 'websockets/websocket_stream_test.cc', |
| 1724 'websockets/websocket_test_util.cc', | 1725 'websockets/websocket_test_util.cc', |
| 1725 'websockets/websocket_test_util.h', | 1726 'websockets/websocket_test_util.h', |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1764 ], | 1765 ], |
| 1765 'net_base_mac_ios_sources': [ | 1766 'net_base_mac_ios_sources': [ |
| 1766 'base/mac/url_conversions.h', | 1767 'base/mac/url_conversions.h', |
| 1767 'base/mac/url_conversions.mm', | 1768 'base/mac/url_conversions.mm', |
| 1768 ], | 1769 ], |
| 1769 'net_base_test_mac_ios_sources': [ | 1770 'net_base_test_mac_ios_sources': [ |
| 1770 'base/mac/url_conversions_unittest.mm', | 1771 'base/mac/url_conversions_unittest.mm', |
| 1771 ], | 1772 ], |
| 1772 } | 1773 } |
| 1773 } | 1774 } |
| OLD | NEW |