[go: nahoru, domu]

blob: d96925bd0bc125307dc5e5d3e6184e588a4f9aa1 [file] [log] [blame]
# 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)