| 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 380 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 391 }], | 391 }], |
| 392 ], | 392 ], |
| 393 }, | 393 }, |
| 394 ], | 394 ], |
| 395 [ 'OS == "ios"', { | 395 [ 'OS == "ios"', { |
| 396 'actions': [ | 396 'actions': [ |
| 397 { | 397 { |
| 398 'action_name': 'copy_test_data', | 398 'action_name': 'copy_test_data', |
| 399 'variables': { | 399 'variables': { |
| 400 'test_data_files': [ | 400 'test_data_files': [ |
| 401 'data/certificate_policies_unittest/', | 401 '<@(net_test_support_data_sources)', |
| 402 'data/name_constraints_unittest/', | 402 '<@(net_unittests_data_sources)', |
| 403 'data/parse_certificate_unittest/', | |
| 404 'data/parse_ocsp_unittest/', | |
| 405 'data/ssl/certificates/', | |
| 406 'data/test.html', | |
| 407 'data/url_request_unittest/', | |
| 408 'data/verify_certificate_chain_unittest/', | |
| 409 'data/verify_name_match_unittest/names/', | |
| 410 'data/verify_signed_data_unittest/', | |
| 411 'third_party/nist-pkits/certs/', | |
| 412 'third_party/nist-pkits/crls/', | |
| 413 ], | 403 ], |
| 414 'test_data_prefix': 'net', | 404 'test_data_prefix': 'net', |
| 415 }, | 405 }, |
| 416 'includes': [ '../build/copy_test_data_ios.gypi' ], | 406 'includes': [ '../build/copy_test_data_ios.gypi' ], |
| 417 }, | 407 }, |
| 418 ], | 408 ], |
| 419 'sources!': [ | 409 'sources!': [ |
| 420 # TODO(droger): The following tests are disabled because the | 410 # TODO(droger): The following tests are disabled because the |
| 421 # implementation is missing or incomplete. | 411 # implementation is missing or incomplete. |
| 422 # KeygenHandler::GenKeyAndSignChallenge() is not ported to iOS. | 412 # KeygenHandler::GenKeyAndSignChallenge() is not ported to iOS. |
| (...skipping 1326 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1749 '../build/isolate.gypi', | 1739 '../build/isolate.gypi', |
| 1750 ], | 1740 ], |
| 1751 'sources': [ | 1741 'sources': [ |
| 1752 'net_unittests.isolate', | 1742 'net_unittests.isolate', |
| 1753 ], | 1743 ], |
| 1754 }, | 1744 }, |
| 1755 ], | 1745 ], |
| 1756 }], | 1746 }], |
| 1757 ], | 1747 ], |
| 1758 } | 1748 } |
| OLD | NEW |