7984933e9c
* feat: add experimental cookie encryption support on macOS * chore: fix TODO * update patches * feat: make cookie encryption work on windows * chore: update cookie encryption support comments * fix: only call OSCrypt::Init on windows * chore: make cookie encryption work on linux * Update shell/browser/net/system_network_context_manager.cc Co-authored-by: Jeremy Rose <jeremya@chromium.org> * chore: fix lint * chore: update patches * chore: update patches to upstreamed variants * chore: use chrome ::switches constants * chore: remove bad patch * build: disable cookie encryption by default * chore: update patches * fix: provide std::string to NoDestructor * chore: fix macos, nodestructor syntax * build: fix macOS build due to mismatch in DEFINE Co-authored-by: Electron Bot <electron@github.com> Co-authored-by: Jeremy Rose <jeremya@chromium.org>
35 lines
1 KiB
Text
35 lines
1 KiB
Text
is_electron_build = true
|
|
root_extra_deps = [ "//electron" ]
|
|
|
|
# Registry of NMVs --> https://github.com/nodejs/node/blob/master/doc/abi_version_registry.json
|
|
node_module_version = 89
|
|
|
|
v8_promise_internal_field_count = 1
|
|
v8_typed_array_max_size_in_heap = 0
|
|
v8_embedder_string = "-electron.0"
|
|
|
|
# TODO: this breaks mksnapshot
|
|
v8_enable_snapshot_native_code_counters = false
|
|
|
|
enable_cdm_host_verification = false
|
|
proprietary_codecs = true
|
|
ffmpeg_branding = "Chrome"
|
|
|
|
enable_basic_printing = true
|
|
angle_enable_vulkan_validation_layers = false
|
|
dawn_enable_vulkan_validation_layers = false
|
|
|
|
# This breaks native node modules
|
|
libcxx_abi_unstable = false
|
|
|
|
# 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
|
|
|
|
is_cfi = false
|
|
|
|
enable_pak_file_integrity_checks = false
|
|
|
|
# Make application name configurable at runtime for cookie crypto
|
|
allow_runtime_configurable_key_storage = true
|