all.gn 1016 B

1234567891011121314151617181920212223242526272829303132333435
  1. is_electron_build = true
  2. root_extra_deps = [ "//electron" ]
  3. # Registry of NMVs --> https://github.com/nodejs/node/blob/master/doc/abi_version_registry.json
  4. node_module_version = 101
  5. v8_promise_internal_field_count = 1
  6. v8_typed_array_max_size_in_heap = 0
  7. v8_embedder_string = "-electron.0"
  8. # TODO: this breaks mksnapshot
  9. v8_enable_snapshot_native_code_counters = false
  10. enable_cdm_host_verification = false
  11. proprietary_codecs = true
  12. ffmpeg_branding = "Chrome"
  13. enable_basic_printing = true
  14. angle_enable_vulkan_validation_layers = false
  15. dawn_enable_vulkan_validation_layers = false
  16. # This breaks native node modules
  17. libcxx_abi_unstable = false
  18. # These are disabled because they cause the zip manifest to differ between
  19. # testing and release builds.
  20. # See https://chromium-review.googlesource.com/c/chromium/src/+/2774898.
  21. enable_pseudolocales = false
  22. is_cfi = false
  23. # Make application name configurable at runtime for cookie crypto
  24. allow_runtime_configurable_key_storage = true
  25. enable_cet_shadow_stack = false