blob: 21b216f8ba95f2be7be36eecfbb551d96a54ae15 [file] [log] [blame]
import("//build/config/chrome_build.gni")
declare_args() {
# Enable assistant features. Assistant related code is compiled only when
# true. The default assistant implementation is a stub.
enable_cros_assistant = is_chromeos
}
declare_args() {
# Enable assistant implementation based on libassistant. This requires
# enable_cros_assistant also enabled.
enable_cros_libassistant = enable_cros_assistant && is_chrome_branded
}