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 1563 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
1574 'clear': 1, | 1574 'clear': 1, |
1575 }, | 1575 }, |
1576 'includes': ['../build/android/copy_ex.gypi'], | 1576 'includes': ['../build/android/copy_ex.gypi'], |
1577 }], | 1577 }], |
1578 ], | 1578 ], |
1579 'variables': { | 1579 'variables': { |
1580 'test_suite_name': 'net_unittests', | 1580 'test_suite_name': 'net_unittests', |
1581 'isolate_file': 'net_unittests.isolate', | 1581 'isolate_file': 'net_unittests.isolate', |
1582 'android_manifest_path': 'android/unittest_support/AndroidManifest.x ml', | 1582 'android_manifest_path': 'android/unittest_support/AndroidManifest.x ml', |
1583 'resource_dir': 'android/unittest_support/res', | 1583 'resource_dir': 'android/unittest_support/res', |
1584 'shard_timeout': 300, | |
xunjieli
2016/04/12 02:13:17
Are these numbers same as what we have on all the
xunjieli
2016/04/12 02:18:51
where does "300" come from? Why does cronet_unitte
agrieve
2016/04/12 02:33:37
Good question.
Cronet & net are run here with a t
xunjieli
2016/04/12 02:40:28
I see. I remembered there was some issue with time
| |
1584 'conditions': [ | 1585 'conditions': [ |
1585 ['v8_use_external_startup_data==1', { | 1586 ['v8_use_external_startup_data==1', { |
1586 'asset_location': '<(PRODUCT_DIR)/net_unittests_apk/assets', | 1587 'asset_location': '<(PRODUCT_DIR)/net_unittests_apk/assets', |
1587 'additional_input_paths': [ | 1588 'additional_input_paths': [ |
1588 '<(PRODUCT_DIR)/net_unittests_apk/assets/natives_blob_<(arch_s uffix).bin', | 1589 '<(PRODUCT_DIR)/net_unittests_apk/assets/natives_blob_<(arch_s uffix).bin', |
1589 '<(PRODUCT_DIR)/net_unittests_apk/assets/snapshot_blob_<(arch_ suffix).bin', | 1590 '<(PRODUCT_DIR)/net_unittests_apk/assets/snapshot_blob_<(arch_ suffix).bin', |
1590 ], | 1591 ], |
1591 }], | 1592 }], |
1592 ], | 1593 ], |
1593 }, | 1594 }, |
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
1698 '../build/isolate.gypi', | 1699 '../build/isolate.gypi', |
1699 ], | 1700 ], |
1700 'sources': [ | 1701 'sources': [ |
1701 'net_unittests.isolate', | 1702 'net_unittests.isolate', |
1702 ], | 1703 ], |
1703 }, | 1704 }, |
1704 ], | 1705 ], |
1705 }], | 1706 }], |
1706 ], | 1707 ], |
1707 } | 1708 } |
OLD | NEW |