blob: bcb5d1d9863aae0af5a31c830c0e0d7b1c8fd239 [file]
# Copyright 2022 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() {
# True if NSS is used for certificate handling.
use_nss_certs = is_linux || is_chromeos
}