[GN ARGS] Update cromite gn args for v142

This commit is contained in:
Carmelo Messina
2025-10-29 18:04:44 +01:00
parent 334b7a02b2
commit 0867a78ab4
+6 -2
View File
@@ -8,7 +8,6 @@ disable_fieldtrial_testing_config=true
enable_hangout_services_extension=false
enable_iterator_debugging=false
enable_mdns=false
enable_nacl=false
enable_remoting=false
enable_reporting=false
enable_vr=false
@@ -64,7 +63,6 @@ if (target_os == "android" || target_os == "win") {
# disable passthrough audio codecs
enable_platform_dts_audio = false
enable_passthrough_audio_codecs = false
# disabled the use of the context snapshot
# see https://github.com/uazo/cromite/pull/317 for context
@@ -88,6 +86,12 @@ enable_request_header_integrity = false
# Disable precompiled headers because they are incompatible with the unsafe_buffers configuration
enable_precompiled_headers = false
# Disable integration with Gemini
enable_glic = false
# Disable TFLite with XNNPACK
build_tflite_with_xnnpack = false
declare_args() {
_is_debug_build = ""
build_webview = false