| 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 354 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 365 'data/certificate_policies_unittest/', | 365 'data/certificate_policies_unittest/', |
| 366 'data/name_constraints_unittest/', | 366 'data/name_constraints_unittest/', |
| 367 'data/parse_certificate_unittest/', | 367 'data/parse_certificate_unittest/', |
| 368 'data/parse_ocsp_unittest/', | 368 'data/parse_ocsp_unittest/', |
| 369 'data/ssl/certificates/', | 369 'data/ssl/certificates/', |
| 370 'data/test.html', | 370 'data/test.html', |
| 371 'data/url_request_unittest/', | 371 'data/url_request_unittest/', |
| 372 'data/verify_certificate_chain_unittest/', | 372 'data/verify_certificate_chain_unittest/', |
| 373 'data/verify_name_match_unittest/names/', | 373 'data/verify_name_match_unittest/names/', |
| 374 'data/verify_signed_data_unittest/', | 374 'data/verify_signed_data_unittest/', |
| 375 'third_party/nist-pkits/', | |
| 376 ], | 375 ], |
| 377 'test_data_prefix': 'net', | 376 'test_data_prefix': 'net', |
| 378 }, | 377 }, |
| 379 'includes': [ '../build/copy_test_data_ios.gypi' ], | 378 'includes': [ '../build/copy_test_data_ios.gypi' ], |
| 380 }, | 379 }, |
| 381 ], | 380 ], |
| 382 'sources!': [ | 381 'sources!': [ |
| 383 # TODO(droger): The following tests are disabled because the | 382 # TODO(droger): The following tests are disabled because the |
| 384 # implementation is missing or incomplete. | 383 # implementation is missing or incomplete. |
| 385 # KeygenHandler::GenKeyAndSignChallenge() is not ported to iOS. | 384 # KeygenHandler::GenKeyAndSignChallenge() is not ported to iOS. |
| (...skipping 1343 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1729 '../build/isolate.gypi', | 1728 '../build/isolate.gypi', |
| 1730 ], | 1729 ], |
| 1731 'sources': [ | 1730 'sources': [ |
| 1732 'net_unittests.isolate', | 1731 'net_unittests.isolate', |
| 1733 ], | 1732 ], |
| 1734 }, | 1733 }, |
| 1735 ], | 1734 ], |
| 1736 }], | 1735 }], |
| 1737 ], | 1736 ], |
| 1738 } | 1737 } |
| OLD | NEW |