• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Copyright 2016 The Chromium Authors
2# Use of this source code is governed by a BSD-style license that can be
3# found in the LICENSE file.
4
5if (is_ios) {
6  import("//build/config/ios/bundle_data_from_filelist.gni")
7
8  bundle_data_from_filelist("test_bundle_data") {
9    testonly = true
10    filelist_name = "test_bundle_data.filelist"
11  }
12}
13
14# Depend on this to get the data deps necessary to run the PKITS tests in the
15# test environment.
16group("nist-pkits") {
17  data = [
18    "certs/",
19    "crls/",
20  ]
21}
22