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 | 8 |
9 'linux_link_kerberos%': 0, | 9 'linux_link_kerberos%': 0, |
10 'conditions': [ | 10 'conditions': [ |
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
108 '../testing/gtest.gyp:gtest', | 108 '../testing/gtest.gyp:gtest', |
109 '../third_party/zlib/zlib.gyp:zlib', | 109 '../third_party/zlib/zlib.gyp:zlib', |
110 '../url/url.gyp:url_lib', | 110 '../url/url.gyp:url_lib', |
111 'balsa', | 111 'balsa', |
112 'http_server', | 112 'http_server', |
113 'net', | 113 'net', |
114 'net_derived_sources', | 114 'net_derived_sources', |
115 'net_extras', | 115 'net_extras', |
116 'net_test_support', | 116 'net_test_support', |
117 'quic_tools', | 117 'quic_tools', |
| 118 'simple_quic_tools', |
118 ], | 119 ], |
119 'sources': [ | 120 'sources': [ |
120 '<@(net_test_sources)', | 121 '<@(net_test_sources)', |
121 ], | 122 ], |
122 'conditions': [ | 123 'conditions': [ |
123 ['os_posix == 1 and OS != "mac" and OS != "ios" and OS != "android"', { | 124 ['os_posix == 1 and OS != "mac" and OS != "ios" and OS != "android"', { |
124 'dependencies': [ | 125 'dependencies': [ |
125 'epoll_server', | 126 'epoll_server', |
126 'flip_in_mem_edsm_server_base', | 127 'flip_in_mem_edsm_server_base', |
127 'quic_base', | 128 'quic_base', |
(...skipping 1389 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1517 '../build/isolate.gypi', | 1518 '../build/isolate.gypi', |
1518 ], | 1519 ], |
1519 'sources': [ | 1520 'sources': [ |
1520 'net_unittests.isolate', | 1521 'net_unittests.isolate', |
1521 ], | 1522 ], |
1522 }, | 1523 }, |
1523 ], | 1524 ], |
1524 }], | 1525 }], |
1525 ], | 1526 ], |
1526 } | 1527 } |
OLD | NEW |