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 352 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
363 'data/certificate_policies_unittest/', | 363 'data/certificate_policies_unittest/', |
364 'data/name_constraints_unittest/', | 364 'data/name_constraints_unittest/', |
365 'data/parse_certificate_unittest/', | 365 'data/parse_certificate_unittest/', |
366 'data/parse_ocsp_unittest/', | 366 'data/parse_ocsp_unittest/', |
367 'data/ssl/certificates/', | 367 'data/ssl/certificates/', |
368 'data/test.html', | 368 'data/test.html', |
369 'data/url_request_unittest/', | 369 'data/url_request_unittest/', |
370 'data/verify_certificate_chain_unittest/', | 370 'data/verify_certificate_chain_unittest/', |
371 'data/verify_name_match_unittest/names/', | 371 'data/verify_name_match_unittest/names/', |
372 'data/verify_signed_data_unittest/', | 372 'data/verify_signed_data_unittest/', |
| 373 'third_party/nist-pkits/certs/', |
| 374 'third_party/nist-pkits/crls/', |
373 ], | 375 ], |
374 'test_data_prefix': 'net', | 376 'test_data_prefix': 'net', |
375 }, | 377 }, |
376 'includes': [ '../build/copy_test_data_ios.gypi' ], | 378 'includes': [ '../build/copy_test_data_ios.gypi' ], |
377 }, | 379 }, |
378 ], | 380 ], |
379 'sources!': [ | 381 'sources!': [ |
380 # TODO(droger): The following tests are disabled because the | 382 # TODO(droger): The following tests are disabled because the |
381 # implementation is missing or incomplete. | 383 # implementation is missing or incomplete. |
382 # KeygenHandler::GenKeyAndSignChallenge() is not ported to iOS. | 384 # KeygenHandler::GenKeyAndSignChallenge() is not ported to iOS. |
(...skipping 1315 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1698 '../build/isolate.gypi', | 1700 '../build/isolate.gypi', |
1699 ], | 1701 ], |
1700 'sources': [ | 1702 'sources': [ |
1701 'net_unittests.isolate', | 1703 'net_unittests.isolate', |
1702 ], | 1704 ], |
1703 }, | 1705 }, |
1704 ], | 1706 ], |
1705 }], | 1707 }], |
1706 ], | 1708 ], |
1707 } | 1709 } |
OLD | NEW |