|
1509 | 1509 | 'variables': {
|
1510 | 1510 | 'v8_dump_build_config_args': [
|
1511 | 1511 | '<(PRODUCT_DIR)/v8_build_config.json',
|
| 1512 | + 'current_cpu=<(v8_current_cpu)', |
1512 | 1513 | 'dcheck_always_on=<(dcheck_always_on)',
|
1513 | 1514 | 'is_android=<(is_android)',
|
1514 | 1515 | 'is_asan=<(asan)',
|
|
1517 | 1518 | 'is_component_build=<(component)',
|
1518 | 1519 | 'is_debug=<(CONFIGURATION_NAME)',
|
1519 | 1520 | # Not available in gyp.
|
| 1521 | + 'is_full_debug=0', |
| 1522 | + # Not available in gyp. |
1520 | 1523 | 'is_gcov_coverage=0',
|
1521 | 1524 | 'is_msan=<(msan)',
|
1522 | 1525 | 'is_tsan=<(tsan)',
|
1523 | 1526 | # Not available in gyp.
|
1524 | 1527 | 'is_ubsan_vptr=0',
|
1525 | 1528 | 'target_cpu=<(target_arch)',
|
| 1529 | + 'v8_current_cpu=<(v8_current_cpu)', |
| 1530 | + # Not available in gyp. |
| 1531 | + 'v8_enable_atomic_marking_state=0', |
| 1532 | + # Not available in gyp. |
| 1533 | + 'v8_enable_atomic_object_field_writes=0', |
| 1534 | + # Not available in gyp. |
| 1535 | + 'v8_enable_concurrent_marking=0', |
1526 | 1536 | 'v8_enable_i18n_support=<(v8_enable_i18n_support)',
|
1527 | 1537 | 'v8_enable_verify_predictable=<(v8_enable_verify_predictable)',
|
1528 |
| - 'v8_target_cpu=<(v8_target_arch)', |
1529 |
| - 'v8_use_siphash=<(v8_use_siphash)', |
1530 | 1538 | 'v8_enable_verify_csa=<(v8_enable_verify_csa)',
|
1531 | 1539 | 'v8_enable_lite_mode=<(v8_enable_lite_mode)',
|
1532 | 1540 | 'v8_enable_pointer_compression=<(v8_enable_pointer_compression)',
|
1533 | 1541 | 'v8_enable_webassembly=<(v8_enable_webassembly)',
|
| 1542 | + # Not available in gyp. |
| 1543 | + 'v8_control_flow_integrity=0', |
| 1544 | + 'v8_target_cpu=<(v8_target_arch)', |
1534 | 1545 | ]
|
1535 | 1546 | },
|
1536 | 1547 | 'conditions': [
|
|
0 commit comments