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 342 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
353 }], | 353 }], |
354 ], | 354 ], |
355 }, | 355 }, |
356 ], | 356 ], |
357 [ 'OS == "ios"', { | 357 [ 'OS == "ios"', { |
358 'actions': [ | 358 'actions': [ |
359 { | 359 { |
360 'action_name': 'copy_test_data', | 360 'action_name': 'copy_test_data', |
361 'variables': { | 361 'variables': { |
362 'test_data_files': [ | 362 'test_data_files': [ |
| 363 'data/name_constraints_unittest/', |
363 'data/ssl/certificates/', | 364 'data/ssl/certificates/', |
364 'data/test.html', | 365 'data/test.html', |
365 'data/url_request_unittest/', | 366 'data/url_request_unittest/', |
366 'data/verify_name_match_unittest/names/', | 367 'data/verify_name_match_unittest/names/', |
367 'data/parse_certificate_unittest/', | 368 'data/parse_certificate_unittest/', |
368 ], | 369 ], |
369 'test_data_prefix': 'net', | 370 'test_data_prefix': 'net', |
370 }, | 371 }, |
371 'includes': [ '../build/copy_test_data_ios.gypi' ], | 372 'includes': [ '../build/copy_test_data_ios.gypi' ], |
372 }, | 373 }, |
(...skipping 1245 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1618 '../build/isolate.gypi', | 1619 '../build/isolate.gypi', |
1619 ], | 1620 ], |
1620 'sources': [ | 1621 'sources': [ |
1621 'net_unittests.isolate', | 1622 'net_unittests.isolate', |
1622 ], | 1623 ], |
1623 }, | 1624 }, |
1624 ], | 1625 ], |
1625 }], | 1626 }], |
1626 ], | 1627 ], |
1627 } | 1628 } |
OLD | NEW |