BUILD.gn 327 B

123456789101112
  1. # Copyright 2016 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. # Depend on this to get the data deps necessary to run the PKITS tests in the
  5. # test environment.
  6. group("nist-pkits") {
  7. data = [
  8. "certs/",
  9. "crls/",
  10. ]
  11. }