2018-07-25 13:39:37 -07:00
|
|
|
is_electron_build = true
|
|
|
|
root_extra_deps = [ "//electron" ]
|
|
|
|
|
2019-04-26 18:55:12 +09:00
|
|
|
# Registry of NMVs --> https://github.com/nodejs/node/blob/master/doc/abi_version_registry.json
|
2021-11-17 11:35:00 -08:00
|
|
|
node_module_version = 103
|
2019-04-26 18:55:12 +09:00
|
|
|
|
2018-07-25 13:39:37 -07:00
|
|
|
v8_promise_internal_field_count = 1
|
|
|
|
v8_typed_array_max_size_in_heap = 0
|
2018-10-12 08:26:35 -07:00
|
|
|
v8_embedder_string = "-electron.0"
|
2018-07-25 13:39:37 -07:00
|
|
|
|
2019-04-20 13:20:37 -04:00
|
|
|
# TODO: this breaks mksnapshot
|
|
|
|
v8_enable_snapshot_native_code_counters = false
|
|
|
|
|
2021-11-24 09:45:59 +01:00
|
|
|
# TODO(codebytere): remove when Node.js handles https://chromium-review.googlesource.com/c/v8/v8/+/3211575
|
|
|
|
v8_scriptormodule_legacy_lifetime = true
|
|
|
|
|
2022-01-10 17:31:39 -05:00
|
|
|
# we use this api
|
|
|
|
v8_enable_javascript_promise_hooks = true
|
|
|
|
|
2018-09-06 02:30:37 +05:30
|
|
|
enable_cdm_host_verification = false
|
2018-07-25 13:39:37 -07:00
|
|
|
proprietary_codecs = true
|
|
|
|
ffmpeg_branding = "Chrome"
|
2018-10-01 15:37:29 -07:00
|
|
|
|
2018-10-13 03:57:04 +02:00
|
|
|
enable_basic_printing = true
|
2019-04-30 15:41:59 +02:00
|
|
|
angle_enable_vulkan_validation_layers = false
|
2019-12-10 16:22:35 -08:00
|
|
|
dawn_enable_vulkan_validation_layers = false
|
2018-10-13 03:57:04 +02:00
|
|
|
|
2021-03-25 11:51:13 -07:00
|
|
|
# This breaks native node modules
|
|
|
|
libcxx_abi_unstable = false
|
|
|
|
|
2021-04-22 02:55:22 +02:00
|
|
|
# These are disabled because they cause the zip manifest to differ between
|
|
|
|
# testing and release builds.
|
|
|
|
# See https://chromium-review.googlesource.com/c/chromium/src/+/2774898.
|
|
|
|
enable_pseudolocales = false
|
|
|
|
|
2018-10-02 22:27:58 -07:00
|
|
|
is_cfi = false
|
2021-05-13 18:21:36 -07:00
|
|
|
|
2021-05-26 12:16:55 -07:00
|
|
|
# Make application name configurable at runtime for cookie crypto
|
|
|
|
allow_runtime_configurable_key_storage = true
|
2021-06-16 09:57:58 -07:00
|
|
|
|
|
|
|
enable_cet_shadow_stack = false
|