mirror of
https://github.com/Alex313031/thorium.git
synced 2025-01-10 03:47:44 -03:00
Update android_args.gn
This commit is contained in:
parent
6f3622406e
commit
5339272f64
1 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
google_api_key = "AIzaSyBOti4mM-6x9WDnZIjIeyEU21OpBXqWBgw"
|
||||
google_default_client_id = "77185425430.apps.googleusercontent.com"
|
||||
google_default_client_secret = "OTJgUOQcT7lO7GsGZq2G4IlT"
|
||||
google_api_key = ""
|
||||
google_default_client_id = ""
|
||||
google_default_client_secret = ""
|
||||
target_os = "android"
|
||||
target_cpu = "arm64"
|
||||
is_official_build = true
|
||||
|
@ -37,7 +37,7 @@ media_use_libvpx = true
|
|||
enable_hls_sample_aes = true
|
||||
enable_hls_demuxer = true
|
||||
enable_ink = false
|
||||
enable_discovery = false
|
||||
enable_discovery = true
|
||||
enable_cros_media_app = false
|
||||
proprietary_codecs = true
|
||||
ffmpeg_branding = "Chrome"
|
||||
|
|
Loading…
Reference in a new issue