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 352 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
363 ], | 363 ], |
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 ], | 374 ], |
374 'test_data_prefix': 'net', | 375 'test_data_prefix': 'net', |
375 }, | 376 }, |
376 'includes': [ '../build/copy_test_data_ios.gypi' ], | 377 'includes': [ '../build/copy_test_data_ios.gypi' ], |
377 }, | 378 }, |
378 ], | 379 ], |
379 'sources!': [ | 380 'sources!': [ |
380 # TODO(droger): The following tests are disabled because the | 381 # TODO(droger): The following tests are disabled because the |
381 # implementation is missing or incomplete. | 382 # implementation is missing or incomplete. |
382 # KeygenHandler::GenKeyAndSignChallenge() is not ported to iOS. | 383 # KeygenHandler::GenKeyAndSignChallenge() is not ported to iOS. |
(...skipping 1210 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1593 '../build/isolate.gypi', | 1594 '../build/isolate.gypi', |
1594 ], | 1595 ], |
1595 'sources': [ | 1596 'sources': [ |
1596 'net_unittests.isolate', | 1597 'net_unittests.isolate', |
1597 ], | 1598 ], |
1598 }, | 1599 }, |
1599 ], | 1600 ], |
1600 }], | 1601 }], |
1601 ], | 1602 ], |
1602 } | 1603 } |
OLD | NEW |