blob: dc5f8e6d1fee36e82f989a63d375bd6ce2625747 [file] [log] [blame]
# Copyright 2016 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.
{
'targets': [
{
'target_name': 'cast_certificate',
'type': 'static_library',
'include_dirs': [
'..',
],
'dependencies': [
'../base/base.gyp:base',
'../net/net.gyp:net',
],
'sources': [
'cast_certificate/cast_cert_validator.cc',
'cast_certificate/cast_cert_validator.h',
'cast_certificate/cast_root_ca_cert_der-inc.h',
'cast_certificate/eureka_root_ca_der-inc.h',
],
},
{
'target_name': 'cast_certificate_test_support',
'type': 'static_library',
'include_dirs': [
'..',
],
'dependencies': [
'../base/base.gyp:base',
'../net/net.gyp:net',
'../testing/gtest.gyp:gtest',
'cast_certificate',
],
'sources': [
'cast_certificate/cast_cert_validator_test_helpers.cc',
'cast_certificate/cast_cert_validator_test_helpers.h',
],
},
],
}