diff --git a/build/cromite.gn_args b/build/cromite.gn_args index ce387074..b3d1fe9d 100644 --- a/build/cromite.gn_args +++ b/build/cromite.gn_args @@ -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