| 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 349 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 360 }], | 360 }], |
| 361 ], | 361 ], |
| 362 }, | 362 }, |
| 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/name_constraints_unittest/name_constraints/', |
| 370 'data/ssl/certificates/', | 371 'data/ssl/certificates/', |
| 371 'data/test.html', | 372 'data/test.html', |
| 372 'data/url_request_unittest/', | 373 'data/url_request_unittest/', |
| 373 'data/verify_name_match_unittest/names/', | 374 'data/verify_name_match_unittest/names/', |
| 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 ], |
| (...skipping 1214 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 |