| 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 121 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 267 }], | 268 }], |
| 268 [ 'enable_websockets != 1', { | 269 [ 'enable_websockets != 1', { |
| 269 'sources/': [ | 270 'sources/': [ |
| 270 ['exclude', '^websockets/'], | 271 ['exclude', '^websockets/'], |
| 271 ['exclude', '^server/'], | 272 ['exclude', '^server/'], |
| 272 ], | 273 ], |
| 273 'dependencies!': [ | 274 'dependencies!': [ |
| 274 'http_server', | 275 'http_server', |
| 275 ], | 276 ], |
| 276 }], | 277 }], |
| 278 [ 'disable_brotli_support==1', { |
| 279 'sources!': [ |
| 280 'filter/brotli_filter_unittest.cc', |
| 281 ], |
| 282 'dependencies!': [ |
| 283 '../third_party/brotli/brotli.gyp:brotli', |
| 284 ], |
| 285 }, |
| 286 ], |
| 277 ['disable_file_support==1', { | 287 ['disable_file_support==1', { |
| 278 'sources!': [ | 288 'sources!': [ |
| 279 'base/directory_lister_unittest.cc', | 289 'base/directory_lister_unittest.cc', |
| 280 'url_request/url_request_file_job_unittest.cc', | 290 'url_request/url_request_file_job_unittest.cc', |
| 281 ], | 291 ], |
| 282 }], | 292 }], |
| 283 [ 'disable_ftp_support==1', { | 293 [ 'disable_ftp_support==1', { |
| 284 'sources/': [ | 294 'sources/': [ |
| 285 ['exclude', '^ftp/'], | 295 ['exclude', '^ftp/'], |
| 286 ], | 296 ], |
| (...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 376 }, | 386 }, |
| 377 ], | 387 ], |
| 378 'sources!': [ | 388 'sources!': [ |
| 379 # TODO(droger): The following tests are disabled because the | 389 # TODO(droger): The following tests are disabled because the |
| 380 # implementation is missing or incomplete. | 390 # implementation is missing or incomplete. |
| 381 # KeygenHandler::GenKeyAndSignChallenge() is not ported to iOS. | 391 # KeygenHandler::GenKeyAndSignChallenge() is not ported to iOS. |
| 382 'base/keygen_handler_unittest.cc', | 392 'base/keygen_handler_unittest.cc', |
| 383 'disk_cache/backend_unittest.cc', | 393 'disk_cache/backend_unittest.cc', |
| 384 'disk_cache/blockfile/block_files_unittest.cc', | 394 'disk_cache/blockfile/block_files_unittest.cc', |
| 385 # Need to read input data files. | 395 # Need to read input data files. |
| 396 'filter/brotli_filter_unittest.cc', |
| 386 'filter/gzip_filter_unittest.cc', | 397 'filter/gzip_filter_unittest.cc', |
| 387 # Need TestServer. | 398 # Need TestServer. |
| 388 "cert_net/cert_net_fetcher_impl_unittest.cc", | 399 "cert_net/cert_net_fetcher_impl_unittest.cc", |
| 389 'proxy/proxy_script_fetcher_impl_unittest.cc', | 400 'proxy/proxy_script_fetcher_impl_unittest.cc', |
| 390 'socket/ssl_client_socket_unittest.cc', | 401 'socket/ssl_client_socket_unittest.cc', |
| 391 'socket/ssl_server_socket_unittest.cc', | 402 'socket/ssl_server_socket_unittest.cc', |
| 392 'spdy/fuzzing/hpack_fuzz_util_test.cc', | 403 'spdy/fuzzing/hpack_fuzz_util_test.cc', |
| 393 # Needs GetAppOutput(). | 404 # Needs GetAppOutput(). |
| 394 'test/python_utils_unittest.cc', | 405 'test/python_utils_unittest.cc', |
| 395 'url_request/url_fetcher_impl_unittest.cc', | 406 'url_request/url_fetcher_impl_unittest.cc', |
| (...skipping 1239 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1635 '../build/isolate.gypi', | 1646 '../build/isolate.gypi', |
| 1636 ], | 1647 ], |
| 1637 'sources': [ | 1648 'sources': [ |
| 1638 'net_unittests.isolate', | 1649 'net_unittests.isolate', |
| 1639 ], | 1650 ], |
| 1640 }, | 1651 }, |
| 1641 ], | 1652 ], |
| 1642 }], | 1653 }], |
| 1643 ], | 1654 ], |
| 1644 } | 1655 } |
| OLD | NEW |