Skip to content

Commit d914979

Browse files
committedAug 24, 2023
tools: remove v8_dump_build_config action
The script has been removed in nodejs#44741.
1 parent 62b2cf3 commit d914979

File tree

1 file changed

+0
-58
lines changed

1 file changed

+0
-58
lines changed
 

‎tools/v8_gypfiles/v8.gyp

-58
Original file line numberDiff line numberDiff line change
@@ -1844,64 +1844,6 @@
18441844
'<(V8_ROOT)/include',
18451845
],
18461846
},
1847-
'actions': [
1848-
{
1849-
'action_name': 'v8_dump_build_config',
1850-
'inputs': [
1851-
'<(V8_ROOT)/tools/testrunner/utils/dump_build_config_gyp.py',
1852-
],
1853-
'outputs': [
1854-
'<(PRODUCT_DIR)/v8_build_config.json',
1855-
],
1856-
'variables': {
1857-
'v8_dump_build_config_args': [
1858-
'<(PRODUCT_DIR)/v8_build_config.json',
1859-
'current_cpu=<(v8_current_cpu)',
1860-
'dcheck_always_on=<(dcheck_always_on)',
1861-
'is_android=<(is_android)',
1862-
'is_asan=<(asan)',
1863-
'is_cfi=<(cfi_vptr)',
1864-
'is_clang=<(clang)',
1865-
'is_component_build=<(component)',
1866-
'is_debug=<(CONFIGURATION_NAME)',
1867-
# Not available in gyp.
1868-
'is_full_debug=0',
1869-
# Not available in gyp.
1870-
'is_gcov_coverage=0',
1871-
'is_msan=<(msan)',
1872-
'is_tsan=<(tsan)',
1873-
# Not available in gyp.
1874-
'is_ubsan_vptr=0',
1875-
'target_cpu=<(target_arch)',
1876-
'v8_current_cpu=<(v8_current_cpu)',
1877-
'v8_enable_atomic_object_field_writes=<(v8_enable_atomic_object_field_writes)',
1878-
'v8_enable_concurrent_marking=<(v8_enable_concurrent_marking)',
1879-
'v8_enable_i18n_support=<(v8_enable_i18n_support)',
1880-
'v8_enable_verify_predictable=<(v8_enable_verify_predictable)',
1881-
'v8_enable_verify_csa=<(v8_enable_verify_csa)',
1882-
'v8_enable_lite_mode=<(v8_enable_lite_mode)',
1883-
'v8_enable_pointer_compression=<(v8_enable_pointer_compression)',
1884-
'v8_enable_shared_ro_heap=<(v8_enable_shared_ro_heap)',
1885-
'v8_enable_webassembly=<(v8_enable_webassembly)',
1886-
# Not available in gyp.
1887-
'v8_control_flow_integrity=0',
1888-
'v8_target_cpu=<(v8_target_arch)',
1889-
]
1890-
},
1891-
'conditions': [
1892-
['v8_target_arch=="mips64" or v8_target_arch=="mips64el"', {
1893-
'v8_dump_build_config_args': [
1894-
'mips_arch_variant=<(mips_arch_variant)',
1895-
'mips_use_msa=<(mips_use_msa)',
1896-
],
1897-
}],
1898-
],
1899-
'action': [
1900-
'<(python)', '<(V8_ROOT)/tools/testrunner/utils/dump_build_config_gyp.py',
1901-
'<@(v8_dump_build_config_args)',
1902-
],
1903-
},
1904-
],
19051847
}, # v8
19061848
# missing a bunch of fuzzer targets
19071849

0 commit comments

Comments
 (0)