| 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 1488 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1499 'files': [ | 1499 'files': [ |
| 1500 '<(PRODUCT_DIR)/natives_blob.bin', | 1500 '<(PRODUCT_DIR)/natives_blob.bin', |
| 1501 '<(PRODUCT_DIR)/snapshot_blob.bin', | 1501 '<(PRODUCT_DIR)/snapshot_blob.bin', |
| 1502 ], | 1502 ], |
| 1503 }, | 1503 }, |
| 1504 ], | 1504 ], |
| 1505 }], | 1505 }], |
| 1506 ], | 1506 ], |
| 1507 'variables': { | 1507 'variables': { |
| 1508 'test_suite_name': 'net_unittests', | 1508 'test_suite_name': 'net_unittests', |
| 1509 'isolate_file': 'net_unittests.isolate', |
| 1509 'conditions': [ | 1510 'conditions': [ |
| 1510 ['v8_use_external_startup_data==1', { | 1511 ['v8_use_external_startup_data==1', { |
| 1511 'asset_location': '<(PRODUCT_DIR)/net_unittests_apk/assets', | 1512 'asset_location': '<(PRODUCT_DIR)/net_unittests_apk/assets', |
| 1512 'additional_input_paths': [ | 1513 'additional_input_paths': [ |
| 1513 '<(PRODUCT_DIR)/net_unittests_apk/assets/natives_blob.bin', | 1514 '<(PRODUCT_DIR)/net_unittests_apk/assets/natives_blob.bin', |
| 1514 '<(PRODUCT_DIR)/net_unittests_apk/assets/snapshot_blob.bin', | 1515 '<(PRODUCT_DIR)/net_unittests_apk/assets/snapshot_blob.bin', |
| 1515 ], | 1516 ], |
| 1516 'inputs': [ | 1517 'inputs': [ |
| 1517 '<(PRODUCT_DIR)/natives_blob.bin', | 1518 '<(PRODUCT_DIR)/natives_blob.bin', |
| 1518 '<(PRODUCT_DIR)/snapshot_blob.bin', | 1519 '<(PRODUCT_DIR)/snapshot_blob.bin', |
| (...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1551 '../build/isolate.gypi', | 1552 '../build/isolate.gypi', |
| 1552 ], | 1553 ], |
| 1553 'sources': [ | 1554 'sources': [ |
| 1554 'net_unittests.isolate', | 1555 'net_unittests.isolate', |
| 1555 ], | 1556 ], |
| 1556 }, | 1557 }, |
| 1557 ], | 1558 ], |
| 1558 }], | 1559 }], |
| 1559 ], | 1560 ], |
| 1560 } | 1561 } |
| OLD | NEW |