summaryrefslogtreecommitdiff
path: root/chromium/chromeos/assistant/assistant.gni
blob: 0ccd16af06edcf663ef5b31d30ab1a341632958b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
import("//build/config/chrome_build.gni")

declare_args() {
  # Enable assistant implementation based on libassistant.
  enable_cros_libassistant = is_chromeos && is_chrome_branded
}

declare_args() {
  # Enable Assistant integration tests using LibAssistant and a fake S3 server.
  # This requires libassistant.so to support grpc communication with the S3
  # server, which increases the library size, which is why we introduced this
  # flag to disable them in the release builds.
  enable_assistant_integration_tests = enable_cros_libassistant
}