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', | |
146 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', | 145 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', |
147 '../crypto/crypto.gyp:crypto', | 146 '../crypto/crypto.gyp:crypto', |
148 '../crypto/crypto.gyp:crypto_test_support', | 147 '../crypto/crypto.gyp:crypto_test_support', |
149 '../testing/gmock.gyp:gmock', | 148 '../testing/gmock.gyp:gmock', |
150 '../testing/gtest.gyp:gtest', | 149 '../testing/gtest.gyp:gtest', |
151 '../third_party/zlib/zlib.gyp:zlib', | 150 '../third_party/zlib/zlib.gyp:zlib', |
152 '../url/url.gyp:url_lib', | 151 '../url/url.gyp:url_lib', |
153 'balsa', | 152 'balsa', |
154 'http_server', | 153 'http_server', |
155 'net', | 154 'net', |
(...skipping 1546 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1702 '../build/isolate.gypi', | 1701 '../build/isolate.gypi', |
1703 ], | 1702 ], |
1704 'sources': [ | 1703 'sources': [ |
1705 'net_unittests.isolate', | 1704 'net_unittests.isolate', |
1706 ], | 1705 ], |
1707 }, | 1706 }, |
1708 ], | 1707 ], |
1709 }], | 1708 }], |
1710 ], | 1709 ], |
1711 } | 1710 } |
OLD | NEW |