all.gn 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738
  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 = 98
  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. # Removes DLLs from the build, which are only meant to be used for Chromium development.
  15. # See https://github.com/electron/electron/pull/17985
  16. angle_enable_vulkan_validation_layers = false
  17. dawn_enable_vulkan_validation_layers = false
  18. # This breaks native node modules
  19. libcxx_abi_unstable = false
  20. # These are disabled because they cause the zip manifest to differ between
  21. # testing and release builds.
  22. # See https://chromium-review.googlesource.com/c/chromium/src/+/2774898.
  23. enable_pseudolocales = false
  24. is_cfi = false
  25. # Make application name configurable at runtime for cookie crypto
  26. allow_runtime_configurable_key_storage = true
  27. enable_cet_shadow_stack = false