blob: 376d74fd7025e1f72b278dc86fb3cb68ea39786f [file] [log] [blame]
# Copyright 2019 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
static_library("test_support") {
testonly = true
data = [
"asn1der.py",
"policy_testserver.py",
]
sources = [
"local_policy_test_server.cc",
"local_policy_test_server.h",
]
deps = [
"////components/policy/core/common:common_constants",
"//base",
"//crypto",
"//net",
"//net:test_support",
]
}