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 1509 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1520 'net_java_test_support', | 1520 'net_java_test_support', |
1521 'net_unittests', | 1521 'net_unittests', |
1522 ], | 1522 ], |
1523 'conditions': [ | 1523 'conditions': [ |
1524 ['v8_use_external_startup_data==1', { | 1524 ['v8_use_external_startup_data==1', { |
1525 'dependencies': [ | 1525 'dependencies': [ |
1526 '../v8/tools/gyp/v8.gyp:v8_external_snapshot', | 1526 '../v8/tools/gyp/v8.gyp:v8_external_snapshot', |
1527 ], | 1527 ], |
1528 'variables': { | 1528 'variables': { |
1529 'dest_path': '<(asset_location)', | 1529 'dest_path': '<(asset_location)', |
1530 'renaming_sources': [ | 1530 'src_files': [ |
1531 '<(PRODUCT_DIR)/natives_blob.bin', | 1531 '<(PRODUCT_DIR)/natives_blob.bin', |
1532 '<(PRODUCT_DIR)/snapshot_blob.bin', | 1532 '<(PRODUCT_DIR)/snapshot_blob.bin', |
1533 ], | 1533 ], |
1534 'renaming_destinations': [ | |
1535 'natives_blob_<(arch_suffix).bin', | |
1536 'snapshot_blob_<(arch_suffix).bin', | |
1537 ], | |
1538 'clear': 1, | 1534 'clear': 1, |
1539 }, | 1535 }, |
1540 'includes': ['../build/android/copy_ex.gypi'], | 1536 'includes': ['../build/android/copy_ex.gypi'], |
1541 }], | 1537 }], |
1542 ], | 1538 ], |
1543 'variables': { | 1539 'variables': { |
1544 'test_suite_name': 'net_unittests', | 1540 'test_suite_name': 'net_unittests', |
1545 'isolate_file': 'net_unittests.isolate', | 1541 'isolate_file': 'net_unittests.isolate', |
1546 'android_manifest_path': 'android/unittest_support/AndroidManifest.x
ml', | 1542 'android_manifest_path': 'android/unittest_support/AndroidManifest.x
ml', |
1547 'resource_dir': 'android/unittest_support/res', | 1543 'resource_dir': 'android/unittest_support/res', |
1548 'conditions': [ | 1544 'conditions': [ |
1549 ['v8_use_external_startup_data==1', { | 1545 ['v8_use_external_startup_data==1', { |
1550 'asset_location': '<(PRODUCT_DIR)/net_unittests_apk/assets', | 1546 'asset_location': '<(PRODUCT_DIR)/net_unittests_apk/assets', |
1551 'additional_input_paths': [ | 1547 'additional_input_paths': [ |
1552 '<(PRODUCT_DIR)/net_unittests_apk/assets/natives_blob_<(arch_s
uffix).bin', | 1548 '<(PRODUCT_DIR)/net_unittests_apk/assets/natives_blob.bin', |
1553 '<(PRODUCT_DIR)/net_unittests_apk/assets/snapshot_blob_<(arch_
suffix).bin', | 1549 '<(PRODUCT_DIR)/net_unittests_apk/assets/snapshot_blob.bin', |
1554 ], | 1550 ], |
1555 }], | 1551 }], |
1556 ], | 1552 ], |
1557 }, | 1553 }, |
1558 'includes': [ | 1554 'includes': [ '../build/apk_test.gypi' ], |
1559 '../build/apk_test.gypi', | |
1560 '../build/android/v8_external_startup_data_arch_suffix.gypi', | |
1561 ], | |
1562 }, | 1555 }, |
1563 { | 1556 { |
1564 'target_name': 'net_junit_tests', | 1557 'target_name': 'net_junit_tests', |
1565 'type': 'none', | 1558 'type': 'none', |
1566 'dependencies': [ | 1559 'dependencies': [ |
1567 'net_java', | 1560 'net_java', |
1568 '../base/base.gyp:base', | 1561 '../base/base.gyp:base', |
1569 '../base/base.gyp:base_java_test_support', | 1562 '../base/base.gyp:base_java_test_support', |
1570 '../base/base.gyp:base_junit_test_support', | 1563 '../base/base.gyp:base_junit_test_support', |
1571 '../testing/android/junit/junit_test.gyp:junit_test_support', | 1564 '../testing/android/junit/junit_test.gyp:junit_test_support', |
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1630 '../build/isolate.gypi', | 1623 '../build/isolate.gypi', |
1631 ], | 1624 ], |
1632 'sources': [ | 1625 'sources': [ |
1633 'net_unittests.isolate', | 1626 'net_unittests.isolate', |
1634 ], | 1627 ], |
1635 }, | 1628 }, |
1636 ], | 1629 ], |
1637 }], | 1630 }], |
1638 ], | 1631 ], |
1639 } | 1632 } |
OLD | NEW |