Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/third_party/chromium/build/config/linux/nss/   (Firefox Browser Version 153.0.1©)  Datei vom 27.6.2026 mit Größe 521 B image not shown  

Quelle  BUILD.gn   Sprache: unbekannt

 
Spracherkennung für: .gn vermutete Sprache: Unknown {[0] [0] [0]} [Methode: Schwerpunktbildung, einfache Gewichte, sechs Dimensionen]

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

import("//chromium/build/config/linux/pkg_config.gni")

if (is_linux || is_chromeos) {
  # This is a dependency on NSS with no libssl3. On Linux and Chrome OS, we use
  # NSS for platform certificate integration. We use our own TLS library, so
  # exclude the one from NSS.
  pkg_config("nss") {
    packages = [ "nss" ]
    extra_args = [
      "-v",
      "-lssl3",
    ]
  }
}

[Dauer der Verarbeitung: 0.31 Sekunden]