Home | History | Annotate | Download | only in nss
      1 # Copyright (c) 2013 The Chromium Authors. All rights reserved.
      2 # Use of this source code is governed by a BSD-style license that can be
      3 # found in the LICENSE file.
      4 
      5 import("//build/config/linux/pkg_config.gni")
      6 
      7 # On Linux we always use the system NSS except for SSL.
      8 if (is_linux) {
      9   pkg_config("nss_linux_config") {
     10     packages = [ "nss" ]
     11   }
     12 }
     13