gn args: cleans up the gn args for v148

This commit is contained in:
Carmelo Messina
2026-05-19 11:08:04 +02:00
parent 6b10069f92
commit 925f3452ce
+2 -2
View File
@@ -1,7 +1,6 @@
android_channel="stable"
blink_symbol_level=1
build_contextual_search=false
build_with_tflite_lib=false
chrome_pgo_phase=0
dcheck_always_on=false
disable_fieldtrial_testing_config=true
@@ -20,7 +19,6 @@ rtc_build_examples=false
symbol_level=1
treat_warnings_as_errors=true
use_debug_fission=true
use_errorprone_java_compiler=false
use_official_google_api_keys=false
use_rtti=false
enable_arcore=false
@@ -101,6 +99,8 @@ if (target_os == "android") {
chrome_pgo_phase = 2 # enable pgo
use_errorprone_java_compiler = false
# do not split Developer UI split into a separate Dynamic Feature Module
dfmify_dev_ui = false