| 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 1221 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 |