| import("//build/config/chrome_build.gni") | |
| import("//build/config/chromeos/ui_mode.gni") | |
| declare_args() { | |
| # Enable ambient mode backend controller implementation based on | |
| # is_chrome_branded. | |
| enable_cros_ambient_mode_backend = is_chromeos_ash && is_chrome_branded | |
| } |