build_webview: Disable remoting

Change-Id: I9f89529d4cb7e027fa83dff0a93d917889e5d695
This commit is contained in:
Kevin F. Haggerty
2021-10-02 11:02:40 -06:00
parent 4ccacccc54
commit e96a8f156d

View File

@@ -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'