chromium/components/soda/buildflags.gni

# Copyright 2021 The Chromium Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

declare_args() {
  # Used to enable the Speech On-Device API (SODA) in unit and browser tests.
  # This affects production code on some platforms and should not be enabled in
  # official builds.
  enable_soda_integration_tests = false
}

assert(!is_official_build || !enable_soda_integration_tests)