| 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 340 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 351 }, | 351 }, |
| 352 ], | 352 ], |
| 353 [ 'OS == "ios"', { | 353 [ 'OS == "ios"', { |
| 354 'actions': [ | 354 'actions': [ |
| 355 { | 355 { |
| 356 'action_name': 'copy_test_data', | 356 'action_name': 'copy_test_data', |
| 357 'variables': { | 357 'variables': { |
| 358 'test_data_files': [ | 358 'test_data_files': [ |
| 359 'data/certificate_policies_unittest/', | 359 'data/certificate_policies_unittest/', |
| 360 'data/name_constraints_unittest/', | 360 'data/name_constraints_unittest/', |
| 361 'data/parse_certificate_unittest/', |
| 361 'data/ssl/certificates/', | 362 'data/ssl/certificates/', |
| 362 'data/test.html', | 363 'data/test.html', |
| 363 'data/url_request_unittest/', | 364 'data/url_request_unittest/', |
| 365 'data/verify_certificate_chain_unittest/', |
| 364 'data/verify_name_match_unittest/names/', | 366 'data/verify_name_match_unittest/names/', |
| 365 'data/parse_certificate_unittest/', | |
| 366 ], | 367 ], |
| 367 'test_data_prefix': 'net', | 368 'test_data_prefix': 'net', |
| 368 }, | 369 }, |
| 369 'includes': [ '../build/copy_test_data_ios.gypi' ], | 370 'includes': [ '../build/copy_test_data_ios.gypi' ], |
| 370 }, | 371 }, |
| 371 ], | 372 ], |
| 372 'sources!': [ | 373 'sources!': [ |
| 373 # TODO(droger): The following tests are disabled because the | 374 # TODO(droger): The following tests are disabled because the |
| 374 # implementation is missing or incomplete. | 375 # implementation is missing or incomplete. |
| 375 # KeygenHandler::GenKeyAndSignChallenge() is not ported to iOS. | 376 # KeygenHandler::GenKeyAndSignChallenge() is not ported to iOS. |
| (...skipping 1250 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1626 '../build/isolate.gypi', | 1627 '../build/isolate.gypi', |
| 1627 ], | 1628 ], |
| 1628 'sources': [ | 1629 'sources': [ |
| 1629 'net_unittests.isolate', | 1630 'net_unittests.isolate', |
| 1630 ], | 1631 ], |
| 1631 }, | 1632 }, |
| 1632 ], | 1633 ], |
| 1633 }], | 1634 }], |
| 1634 ], | 1635 ], |
| 1635 } | 1636 } |
| OLD | NEW |