mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2026-07-16 16:03:56 +03:00
9 lines
252 B
Plaintext
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
|
|
}
|