build: disable pseudolocales in Electron (#28766)
* build: disable pseudolocales in Electron * Update build/args/all.gn Co-authored-by: Jeremy Rose <jeremya@chromium.org> Co-authored-by: Jeremy Rose <jeremya@chromium.org>
This commit is contained in:
parent
79077f6df9
commit
13f36d54cf
12 changed files with 5 additions and 38 deletions
|
@ -22,4 +22,9 @@ 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue