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 'conditions': [ | 9 'conditions': [ |
10 ['chromeos==1 or embedded==1 or OS=="ios"', { | 10 ['chromeos==1 or embedded==1 or OS=="ios"', { |
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
126 'type': '<(gtest_target_type)', | 126 'type': '<(gtest_target_type)', |
127 'dependencies': [ | 127 'dependencies': [ |
128 '../base/base.gyp:base', | 128 '../base/base.gyp:base', |
129 '../base/base.gyp:base_i18n', | 129 '../base/base.gyp:base_i18n', |
130 '../base/base.gyp:base_prefs_test_support', | 130 '../base/base.gyp:base_prefs_test_support', |
131 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', | 131 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', |
132 '../crypto/crypto.gyp:crypto', | 132 '../crypto/crypto.gyp:crypto', |
133 '../crypto/crypto.gyp:crypto_test_support', | 133 '../crypto/crypto.gyp:crypto_test_support', |
134 '../testing/gmock.gyp:gmock', | 134 '../testing/gmock.gyp:gmock', |
135 '../testing/gtest.gyp:gtest', | 135 '../testing/gtest.gyp:gtest', |
| 136 '../third_party/brotli/brotli.gyp:brotli', |
136 '../third_party/zlib/zlib.gyp:zlib', | 137 '../third_party/zlib/zlib.gyp:zlib', |
137 '../url/url.gyp:url_lib', | 138 '../url/url.gyp:url_lib', |
138 'balsa', | 139 'balsa', |
139 'http_server', | 140 'http_server', |
140 'net', | 141 'net', |
141 'net_quic_proto', | 142 'net_quic_proto', |
142 'net_derived_sources', | 143 'net_derived_sources', |
143 'net_extras', | 144 'net_extras', |
144 'net_test_support', | 145 'net_test_support', |
145 'simple_quic_tools', | 146 'simple_quic_tools', |
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
261 }], | 262 }], |
262 [ 'enable_websockets != 1', { | 263 [ 'enable_websockets != 1', { |
263 'sources/': [ | 264 'sources/': [ |
264 ['exclude', '^websockets/'], | 265 ['exclude', '^websockets/'], |
265 ['exclude', '^server/'], | 266 ['exclude', '^server/'], |
266 ], | 267 ], |
267 'dependencies!': [ | 268 'dependencies!': [ |
268 'http_server', | 269 'http_server', |
269 ], | 270 ], |
270 }], | 271 }], |
| 272 [ 'disable_brotli_support==1', { |
| 273 'sources!': [ |
| 274 'filter/brotli_filter_unittest.cc', |
| 275 ], |
| 276 'dependencies!': [ |
| 277 '../third_party/brotli/brotli.gyp:brotli', |
| 278 ], |
| 279 }, |
| 280 ], |
271 ['disable_file_support==1', { | 281 ['disable_file_support==1', { |
272 'sources!': [ | 282 'sources!': [ |
273 'base/directory_lister_unittest.cc', | 283 'base/directory_lister_unittest.cc', |
274 'url_request/url_request_file_job_unittest.cc', | 284 'url_request/url_request_file_job_unittest.cc', |
275 ], | 285 ], |
276 }], | 286 }], |
277 [ 'disable_ftp_support==1', { | 287 [ 'disable_ftp_support==1', { |
278 'sources/': [ | 288 'sources/': [ |
279 ['exclude', '^ftp/'], | 289 ['exclude', '^ftp/'], |
280 ], | 290 ], |
(...skipping 1348 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1629 '../build/isolate.gypi', | 1639 '../build/isolate.gypi', |
1630 ], | 1640 ], |
1631 'sources': [ | 1641 'sources': [ |
1632 'net_unittests.isolate', | 1642 'net_unittests.isolate', |
1633 ], | 1643 ], |
1634 }, | 1644 }, |
1635 ], | 1645 ], |
1636 }], | 1646 }], |
1637 ], | 1647 ], |
1638 } | 1648 } |
OLD | NEW |