| 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 362 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 373 'sources!': [ | 373 'sources!': [ |
| 374 # TODO(droger): The following tests are disabled because the | 374 # TODO(droger): The following tests are disabled because the |
| 375 # implementation is missing or incomplete. | 375 # implementation is missing or incomplete. |
| 376 # KeygenHandler::GenKeyAndSignChallenge() is not ported to iOS. | 376 # KeygenHandler::GenKeyAndSignChallenge() is not ported to iOS. |
| 377 'base/keygen_handler_unittest.cc', | 377 'base/keygen_handler_unittest.cc', |
| 378 'disk_cache/backend_unittest.cc', | 378 'disk_cache/backend_unittest.cc', |
| 379 'disk_cache/blockfile/block_files_unittest.cc', | 379 'disk_cache/blockfile/block_files_unittest.cc', |
| 380 # Need to read input data files. | 380 # Need to read input data files. |
| 381 'filter/gzip_filter_unittest.cc', | 381 'filter/gzip_filter_unittest.cc', |
| 382 # Need TestServer. | 382 # Need TestServer. |
| 383 "cert_net/cert_net_fetcher_impl_unittest.cc", |
| 383 'proxy/proxy_script_fetcher_impl_unittest.cc', | 384 'proxy/proxy_script_fetcher_impl_unittest.cc', |
| 384 'socket/ssl_client_socket_unittest.cc', | 385 'socket/ssl_client_socket_unittest.cc', |
| 385 'socket/ssl_server_socket_unittest.cc', | 386 'socket/ssl_server_socket_unittest.cc', |
| 386 'spdy/fuzzing/hpack_fuzz_util_test.cc', | 387 'spdy/fuzzing/hpack_fuzz_util_test.cc', |
| 387 # Needs GetAppOutput(). | 388 # Needs GetAppOutput(). |
| 388 'test/python_utils_unittest.cc', | 389 'test/python_utils_unittest.cc', |
| 389 'url_request/url_fetcher_impl_unittest.cc', | 390 'url_request/url_fetcher_impl_unittest.cc', |
| 390 'url_request/url_request_context_builder_unittest.cc', | 391 'url_request/url_request_context_builder_unittest.cc', |
| 391 | 392 |
| 392 # The following tests are disabled because they don't apply to | 393 # The following tests are disabled because they don't apply to |
| (...skipping 1137 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1530 '../build/isolate.gypi', | 1531 '../build/isolate.gypi', |
| 1531 ], | 1532 ], |
| 1532 'sources': [ | 1533 'sources': [ |
| 1533 'net_unittests.isolate', | 1534 'net_unittests.isolate', |
| 1534 ], | 1535 ], |
| 1535 }, | 1536 }, |
| 1536 ], | 1537 ], |
| 1537 }], | 1538 }], |
| 1538 ], | 1539 ], |
| 1539 } | 1540 } |
| OLD | NEW |