From e96a8f156d496b66ebd877c55d528c81c5c728e0 Mon Sep 17 00:00:00 2001 From: "Kevin F. Haggerty" Date: Sat, 2 Oct 2021 11:02:40 -0600 Subject: [PATCH] build_webview: Disable remoting Change-Id: I9f89529d4cb7e027fa83dff0a93d917889e5d695 --- build-webview/build-webview.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-webview/build-webview.sh b/build-webview/build-webview.sh index 5135a85..a3f9519 100755 --- a/build-webview/build-webview.sh +++ b/build-webview/build-webview.sh @@ -124,7 +124,7 @@ args+=' use_official_google_api_keys=false' args+=' ffmpeg_branding="Chrome"' args+=' proprietary_codecs=true' args+=' enable_resource_allowlist_generation=false' -args+=' enable_remoting=true' +args+=' enable_remoting=false' args+=' is_component_build=false' args+=' symbol_level=0' args+=' enable_nacl=false'