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 # Enables BidirectionalStream; Used in cronet, disabled by default. | 9 # Enables BidirectionalStream; Used in cronet, disabled by default. |
10 'enable_bidirectional_stream%': 0, | 10 'enable_bidirectional_stream%': 0, |
(...skipping 353 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
364 ], | 364 ], |
365 [ 'OS == "ios"', { | 365 [ 'OS == "ios"', { |
366 'actions': [ | 366 'actions': [ |
367 { | 367 { |
368 'action_name': 'copy_test_data', | 368 'action_name': 'copy_test_data', |
369 'variables': { | 369 'variables': { |
370 'test_data_files': [ | 370 'test_data_files': [ |
371 'data/certificate_policies_unittest/', | 371 'data/certificate_policies_unittest/', |
372 'data/name_constraints_unittest/', | 372 'data/name_constraints_unittest/', |
373 'data/parse_certificate_unittest/', | 373 'data/parse_certificate_unittest/', |
| 374 'data/parse_ocsp_unittest/', |
374 'data/ssl/certificates/', | 375 'data/ssl/certificates/', |
375 'data/test.html', | 376 'data/test.html', |
376 'data/url_request_unittest/', | 377 'data/url_request_unittest/', |
377 'data/verify_certificate_chain_unittest/', | 378 'data/verify_certificate_chain_unittest/', |
378 'data/verify_name_match_unittest/names/', | 379 'data/verify_name_match_unittest/names/', |
379 ], | 380 ], |
380 'test_data_prefix': 'net', | 381 'test_data_prefix': 'net', |
381 }, | 382 }, |
382 'includes': [ '../build/copy_test_data_ios.gypi' ], | 383 'includes': [ '../build/copy_test_data_ios.gypi' ], |
383 }, | 384 }, |
(...skipping 1317 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1701 '../build/isolate.gypi', | 1702 '../build/isolate.gypi', |
1702 ], | 1703 ], |
1703 'sources': [ | 1704 'sources': [ |
1704 'net_unittests.isolate', | 1705 'net_unittests.isolate', |
1705 ], | 1706 ], |
1706 }, | 1707 }, |
1707 ], | 1708 ], |
1708 }], | 1709 }], |
1709 ], | 1710 ], |
1710 } | 1711 } |
OLD | NEW |