| OLD | NEW |
| 1 # Copyright 2013 The Chromium Authors. All rights reserved. | 1 # Copyright 2013 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 { | 5 { |
| 6 'variables': { | 6 'variables': { |
| 7 'chromium_code': 1, | 7 'chromium_code': 1, |
| 8 'linux_link_kerberos%': 0, | 8 'linux_link_kerberos%': 0, |
| 9 # Enables BidirectionalStream; Used in cronet, disabled by default. | 9 # Enables BidirectionalStream; Used in cronet, disabled by default. |
| 10 'enable_bidirectional_stream%': 0, | 10 'enable_bidirectional_stream%': 0, |
| (...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 135 ], | 135 ], |
| 136 }, | 136 }, |
| 137 }, | 137 }, |
| 138 { | 138 { |
| 139 # GN version: //net:net_unittests | 139 # GN version: //net:net_unittests |
| 140 'target_name': 'net_unittests', | 140 'target_name': 'net_unittests', |
| 141 'type': '<(gtest_target_type)', | 141 'type': '<(gtest_target_type)', |
| 142 'dependencies': [ | 142 'dependencies': [ |
| 143 '../base/base.gyp:base', | 143 '../base/base.gyp:base', |
| 144 '../base/base.gyp:base_i18n', | 144 '../base/base.gyp:base_i18n', |
| 145 '../base/base.gyp:base_prefs_test_support', |
| 145 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', | 146 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', |
| 146 '../crypto/crypto.gyp:crypto', | 147 '../crypto/crypto.gyp:crypto', |
| 147 '../crypto/crypto.gyp:crypto_test_support', | 148 '../crypto/crypto.gyp:crypto_test_support', |
| 148 '../testing/gmock.gyp:gmock', | 149 '../testing/gmock.gyp:gmock', |
| 149 '../testing/gtest.gyp:gtest', | 150 '../testing/gtest.gyp:gtest', |
| 150 '../third_party/zlib/zlib.gyp:zlib', | 151 '../third_party/zlib/zlib.gyp:zlib', |
| 151 '../url/url.gyp:url_lib', | 152 '../url/url.gyp:url_lib', |
| 152 'balsa', | 153 'balsa', |
| 153 'http_server', | 154 'http_server', |
| 154 'net', | 155 'net', |
| (...skipping 1546 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1701 '../build/isolate.gypi', | 1702 '../build/isolate.gypi', |
| 1702 ], | 1703 ], |
| 1703 'sources': [ | 1704 'sources': [ |
| 1704 'net_unittests.isolate', | 1705 'net_unittests.isolate', |
| 1705 ], | 1706 ], |
| 1706 }, | 1707 }, |
| 1707 ], | 1708 ], |
| 1708 }], | 1709 }], |
| 1709 ], | 1710 ], |
| 1710 } | 1711 } |
| OLD | NEW |