Files
naiveproxy/src/crypto/features.gni
2026-07-02 22:58:41 +08:00

9 lines
252 B
Plaintext

# 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
}