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 # Defines an extra set of libs with an alternate copy of org.apache.http. | 8 # Defines an extra set of libs with an alternate copy of org.apache.http. |
9 # TODO(yfriedman): Remove this when crbug.com/488192 is fixed. | 9 # TODO(yfriedman): Remove this when crbug.com/488192 is fixed. |
10 'net_test_extra_libs': [], | 10 'net_test_extra_libs': [], |
(...skipping 353 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
364 [ 'OS == "ios"', { | 364 [ 'OS == "ios"', { |
365 'actions': [ | 365 'actions': [ |
366 { | 366 { |
367 'action_name': 'copy_test_data', | 367 'action_name': 'copy_test_data', |
368 'variables': { | 368 'variables': { |
369 'test_data_files': [ | 369 'test_data_files': [ |
370 'data/ssl/certificates/', | 370 'data/ssl/certificates/', |
371 'data/test.html', | 371 'data/test.html', |
372 'data/url_request_unittest/', | 372 'data/url_request_unittest/', |
373 'data/verify_name_match_unittest/names/', | 373 'data/verify_name_match_unittest/names/', |
| 374 'data/parse_certificate_unittest/', |
374 ], | 375 ], |
375 'test_data_prefix': 'net', | 376 'test_data_prefix': 'net', |
376 }, | 377 }, |
377 'includes': [ '../build/copy_test_data_ios.gypi' ], | 378 'includes': [ '../build/copy_test_data_ios.gypi' ], |
378 }, | 379 }, |
379 ], | 380 ], |
380 'sources!': [ | 381 'sources!': [ |
381 # TODO(droger): The following tests are disabled because the | 382 # TODO(droger): The following tests are disabled because the |
382 # implementation is missing or incomplete. | 383 # implementation is missing or incomplete. |
383 # KeygenHandler::GenKeyAndSignChallenge() is not ported to iOS. | 384 # KeygenHandler::GenKeyAndSignChallenge() is not ported to iOS. |
(...skipping 1210 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1594 '../build/isolate.gypi', | 1595 '../build/isolate.gypi', |
1595 ], | 1596 ], |
1596 'sources': [ | 1597 'sources': [ |
1597 'net_unittests.isolate', | 1598 'net_unittests.isolate', |
1598 ], | 1599 ], |
1599 }, | 1600 }, |
1600 ], | 1601 ], |
1601 }], | 1602 }], |
1602 ], | 1603 ], |
1603 } | 1604 } |
OLD | NEW |