summaryrefslogtreecommitdiff
path: root/chromium/chromeos/assistant/ambient.gni
blob: ddd43f35563c7e82e17f4c7559f9d1c557fb00b6 (plain)
1
2
3
4
5
6
7
import("//build/config/chrome_build.gni")

declare_args() {
  # Enable ambient mode backend controller implementation based on
  # is_chrome_branded.
  enable_cros_ambient_mode_backend = is_chromeos && is_chrome_branded
}