2018-07-25 20:39:37 +00:00
|
|
|
is_electron_build = true
|
|
|
|
root_extra_deps = [ "//electron" ]
|
|
|
|
|
2019-04-26 09:55:12 +00:00
|
|
|
# Registry of NMVs --> https://github.com/nodejs/node/blob/master/doc/abi_version_registry.json
|
2021-09-15 23:11:10 +00:00
|
|
|
node_module_version = 99
|
2019-04-26 09:55:12 +00:00
|
|
|
|
2018-07-25 20:39:37 +00:00
|
|
|
v8_promise_internal_field_count = 1
|
|
|
|
v8_typed_array_max_size_in_heap = 0
|
2018-10-12 15:26:35 +00:00
|
|
|
v8_embedder_string = "-electron.0"
|
2018-07-25 20:39:37 +00:00
|
|
|
|
2019-04-20 17:20:37 +00:00
|
|
|
# TODO: this breaks mksnapshot
|
|
|
|
v8_enable_snapshot_native_code_counters = false
|
|
|
|
|
2018-09-05 21:00:37 +00:00
|
|
|
enable_cdm_host_verification = false
|
2018-07-25 20:39:37 +00:00
|
|
|
proprietary_codecs = true
|
|
|
|
ffmpeg_branding = "Chrome"
|
2018-10-01 22:37:29 +00:00
|
|
|
|
2018-10-13 01:57:04 +00:00
|
|
|
enable_basic_printing = true
|
2019-04-30 13:41:59 +00:00
|
|
|
angle_enable_vulkan_validation_layers = false
|
2019-12-11 00:22:35 +00:00
|
|
|
dawn_enable_vulkan_validation_layers = false
|
2018-10-13 01:57:04 +00:00
|
|
|
|
2021-03-25 18:51:13 +00:00
|
|
|
# This breaks native node modules
|
|
|
|
libcxx_abi_unstable = false
|
|
|
|
|
2021-04-22 00:55:22 +00: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-03 05:27:58 +00:00
|
|
|
is_cfi = false
|
2021-05-14 01:21:36 +00:00
|
|
|
|
2021-05-26 19:16:55 +00:00
|
|
|
# Make application name configurable at runtime for cookie crypto
|
|
|
|
allow_runtime_configurable_key_storage = true
|
2021-06-16 16:57:58 +00:00
|
|
|
|
|
|
|
enable_cet_shadow_stack = false
|