1 # Copyright 2015 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.
8 # GN version: //components/certificate_reporting
9 'target_name': 'certificate_reporting',
10 'type': 'static_library',
12 '../base/base.gyp:base',
13 '../crypto/crypto.gyp:crypto',
15 '../url/url.gyp:url_lib',
17 'encrypted_cert_logger_proto',
23 # Note: sources list duplicated in GN build.
24 "certificate_reporting/error_report.cc",
25 "certificate_reporting/error_report.h",
26 "certificate_reporting/error_reporter.cc",
27 "certificate_reporting/error_reporter.h",
31 # Protobuf compiler / generator for the certificate error reporting
33 # GN version: //components/certificate_reporting:cert_logger_proto
34 'target_name': 'cert_logger_proto',
35 'type': 'static_library',
36 'sources': [ 'certificate_reporting/cert_logger.proto', ],
38 'proto_in_dir': 'certificate_reporting/',
39 'proto_out_dir': 'components/certificate_reporting/',
41 'includes': [ '../build/protoc.gypi', ],
44 # Protobuf compiler / generator for the encrypted certificate
45 # reports protocol buffer.
46 # GN version: //components/certificate_reporting:encrypted_cert_logger_proto
47 'target_name': 'encrypted_cert_logger_proto',
48 'type': 'static_library',
49 'sources': [ 'certificate_reporting/encrypted_cert_logger.proto', ],
51 'proto_in_dir': 'certificate_reporting/',
52 'proto_out_dir': 'components/certificate_reporting/',
54 'includes': [ '../build/protoc.gypi', ],