908bef7ca9
* chore: bump chromium in DEPS to 114.0.5696.0 * chore: update patches * chore: revert clang revert (cherry picked from commit 4c3ffa8001b5fdbfc99374bf77895d8d8e35ee31) * test: remove unneeded test for title on ses.setCertificateVerifyProc This test is unnecessary because all that really needs to be verified is that the request was rejected. * chore: Revert "Reland "[BRP] Enable clang plugin check for Linux"" * chore: bump chromium in DEPS to 114.0.5697.0 * chore: bump chromium in DEPS to 114.0.5698.0 * chore: update patches * chore: bump chromium in DEPS to 114.0.5700.0 * chore: update patches * chore: bump chromium in DEPS to 114.0.5702.0 * chore: bump chromium in DEPS to 114.0.5704.0 * chore: update patches * chore: bump chromium in DEPS to 114.0.5705.0 * 4368281: Add bottom-up CertVerifier change observer flow. | https://chromium-review.googlesource.com/c/chromium/src/+/4368281 * 4402277: Enable check_raw_ptr_fields for Linux | https://chromium-review.googlesource.com/c/chromium/src/+/4402277 * 4389621: [ChromeAppsDeprecation] Remove deprecated chrome apps from AppService | https://chromium-review.googlesource.com/c/chromium/src/+/4389621 * 4402191: Allow default initializing BrowserTaskTraits | https://chromium-review.googlesource.com/c/chromium/src/+/4402191 * chore: bump chromium in DEPS to 114.0.5708.0 * chore: remove incorrectly re-added clang patch * chore: update patches (clean sync) * ci: use newer clang for 32-bit Linux ARM Fixes crash on compiling skia/skia/SkPatchUtils.cpp * build: generate new libcxx filenames * 4409898: Update paper printable area in UpdatePrintSettings | https://chromium-review.googlesource.com/c/chromium/src/+/4409898 * chore: update sysroots.json Sysroot CL: https://chromium-review.googlesource.com/c/chromium/src/+/4383374 Chromium CL: 4246577: media/gpu: Add CQP AV1 VA-API video encoder | https://chromium-review.googlesource.com/c/chromium/src/+/4246577 * 4336198: [task] Move source location and use it in v8 platform | https://chromium-review.googlesource.com/c/v8/v8/+/4336198 --------- Co-authored-by: electron-roller[bot] <84116207+electron-roller[bot]@users.noreply.github.com> Co-authored-by: PatchUp <73610968+patchup[bot]@users.noreply.github.com> Co-authored-by: John Kleinschmidt <jkleinsc@electronjs.org> Co-authored-by: VerteDinde <vertedinde@electronjs.org> Co-authored-by: VerteDinde <keeleymhammond@gmail.com> Co-authored-by: electron-patch-conflict-fixer[bot] <83340002+electron-patch-conflict-fixer[bot]@users.noreply.github.com>
54 lines
2 KiB
Text
54 lines
2 KiB
Text
is_electron_build = true
|
|
root_extra_deps = [ "//electron" ]
|
|
|
|
# Registry of NMVs --> https://github.com/nodejs/node/blob/main/doc/abi_version_registry.json
|
|
node_module_version = 116
|
|
|
|
v8_promise_internal_field_count = 1
|
|
v8_embedder_string = "-electron.0"
|
|
|
|
# TODO: this breaks mksnapshot
|
|
v8_enable_snapshot_native_code_counters = false
|
|
|
|
# we use this api
|
|
v8_enable_javascript_promise_hooks = true
|
|
|
|
enable_cdm_host_verification = false
|
|
proprietary_codecs = true
|
|
ffmpeg_branding = "Chrome"
|
|
|
|
enable_printing = true
|
|
|
|
# Removes DLLs from the build, which are only meant to be used for Chromium development.
|
|
# See https://github.com/electron/electron/pull/17985
|
|
angle_enable_vulkan_validation_layers = false
|
|
dawn_enable_vulkan_validation_layers = 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
|
|
|
|
# Make application name configurable at runtime for cookie crypto
|
|
allow_runtime_configurable_key_storage = true
|
|
|
|
# CET shadow stack is incompatible with v8, until v8 is CET compliant
|
|
# enabling this flag causes main process crashes where CET is enabled
|
|
# Ref: https://source.chromium.org/chromium/chromium/src/+/45fba672185aae233e75d6ddc81ea1e0b30db050:v8/BUILD.gn;l=357
|
|
enable_cet_shadow_stack = false
|
|
|
|
# For similar reasons, disable CFI, which is not well supported in V8.
|
|
# Chromium doesn't have any problems with this because they do not run
|
|
# V8 in the browser process.
|
|
# Ref: https://source.chromium.org/chromium/chromium/src/+/45fba672185aae233e75d6ddc81ea1e0b30db050:v8/BUILD.gn;l=281
|
|
is_cfi = false
|
|
|
|
# TODO: fix this once sysroots have been updated.
|
|
use_qt = false
|
|
|
|
# https://chromium-review.googlesource.com/c/chromium/src/+/4365718
|
|
# TODO(codebytere): fix perfetto incompatibility with Node.js.
|
|
use_perfetto_client_library = false
|
|
|
|
# Ref: https://chromium-review.googlesource.com/c/chromium/src/+/4402277
|
|
enable_check_raw_ptr_fields = false
|