| 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 1700 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1711 'url_request/url_request_throttler_test_support.cc', | 1711 'url_request/url_request_throttler_test_support.cc', |
| 1712 'url_request/url_request_throttler_test_support.h', | 1712 'url_request/url_request_throttler_test_support.h', |
| 1713 'url_request/url_request_throttler_unittest.cc', | 1713 'url_request/url_request_throttler_unittest.cc', |
| 1714 'url_request/url_request_unittest.cc', | 1714 'url_request/url_request_unittest.cc', |
| 1715 'url_request/view_cache_helper_unittest.cc', | 1715 'url_request/view_cache_helper_unittest.cc', |
| 1716 'websockets/websocket_basic_stream_test.cc', | 1716 'websockets/websocket_basic_stream_test.cc', |
| 1717 'websockets/websocket_channel_test.cc', | 1717 'websockets/websocket_channel_test.cc', |
| 1718 'websockets/websocket_deflate_predictor_impl_test.cc', | 1718 'websockets/websocket_deflate_predictor_impl_test.cc', |
| 1719 'websockets/websocket_deflate_stream_test.cc', | 1719 'websockets/websocket_deflate_stream_test.cc', |
| 1720 'websockets/websocket_deflater_test.cc', | 1720 'websockets/websocket_deflater_test.cc', |
| 1721 'websockets/websocket_end_to_end_test.cc', |
| 1721 'websockets/websocket_errors_test.cc', | 1722 'websockets/websocket_errors_test.cc', |
| 1722 'websockets/websocket_extension_parser_test.cc', | 1723 'websockets/websocket_extension_parser_test.cc', |
| 1723 'websockets/websocket_frame_parser_test.cc', | 1724 'websockets/websocket_frame_parser_test.cc', |
| 1724 'websockets/websocket_frame_test.cc', | 1725 'websockets/websocket_frame_test.cc', |
| 1725 'websockets/websocket_handshake_challenge_test.cc', | 1726 'websockets/websocket_handshake_challenge_test.cc', |
| 1726 'websockets/websocket_handshake_stream_create_helper_test.cc', | 1727 'websockets/websocket_handshake_stream_create_helper_test.cc', |
| 1727 'websockets/websocket_inflater_test.cc', | 1728 'websockets/websocket_inflater_test.cc', |
| 1728 'websockets/websocket_stream_test.cc', | 1729 'websockets/websocket_stream_test.cc', |
| 1729 'websockets/websocket_test_util.cc', | 1730 'websockets/websocket_test_util.cc', |
| 1730 'websockets/websocket_test_util.h', | 1731 'websockets/websocket_test_util.h', |
| (...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1770 ], | 1771 ], |
| 1771 'net_base_mac_ios_sources': [ | 1772 'net_base_mac_ios_sources': [ |
| 1772 'base/mac/url_conversions.h', | 1773 'base/mac/url_conversions.h', |
| 1773 'base/mac/url_conversions.mm', | 1774 'base/mac/url_conversions.mm', |
| 1774 ], | 1775 ], |
| 1775 'net_base_test_mac_ios_sources': [ | 1776 'net_base_test_mac_ios_sources': [ |
| 1776 'base/mac/url_conversions_unittest.mm', | 1777 'base/mac/url_conversions_unittest.mm', |
| 1777 ], | 1778 ], |
| 1778 } | 1779 } |
| 1779 } | 1780 } |
| OLD | NEW |