Skip to content

Commit f8fad06

Browse files
chromium: Remove enable_js_type_check=false GN arg (#787)
Build and patch changes: ------------------------ https://crrev.com/c/4210955 made `enable_js_type_check` Ash-only, so we don't need to set it so `false` any more. License changes: ---------------- None. Test-built: ----------- * chromium-ozone-wayland: - nanbield, clang, MACHINE=qemuarm64 Signed-off-by: Max Ihlenfeldt <max@igalia.com>
1 parent 701272a commit f8fad06

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

meta-chromium/recipes-browser/chromium/chromium-gn.inc

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -189,11 +189,6 @@ GN_ARGS += "use_system_freetype=false"
189189
# but a PACKAGECONFIG option should be added when the feature is ready.
190190
GN_ARGS += "use_qt=false"
191191

192-
# Closure_compile needs to be disabled to avoid pulling in java dependencies,
193-
# which are typicaly not wanted. It started to happen after https://crrev.com/c/1278470
194-
# This argument was renamed to enable_js_type_check after https://crrev.com/c/2248564
195-
GN_ARGS += "enable_js_type_check=false"
196-
197192
# Make sure pkg-config, when used with the host's toolchain to build the
198193
# binaries we need to run on the host, uses the right pkg-config to avoid
199194
# passing include directories belonging to the target.

0 commit comments

Comments
 (0)