0

Remove headless buildflags

This CL removes 3 headless buildflags.

enable_nacl is redundant as nacl is always disabled for linux.
enable_remoting and enable_print_preview should have no impact on
runtime and minimal impact on binary size.

Change-Id: Ida98795bb17f8a32ad84672db445b135e7928eb9
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5763733
Reviewed-by: Andrey Kosyakov <caseq@chromium.org>
Commit-Queue: Andrey Kosyakov <caseq@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1337897}
This commit is contained in:
Erik Chen
2024-08-06 16:00:03 +00:00
committed by Chromium LUCI CQ
parent 1ba75db48d
commit 0e5948929a

@ -37,9 +37,6 @@ icu_use_data_file = false
# to simplify deployment.
v8_use_external_startup_data = false
enable_nacl = false
enable_print_preview = false
enable_remoting = false
use_alsa = false
use_bluez = false
use_cups = false