• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Copyright 2019 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
5import("//build_overrides/build.gni")
6import("//third_party/libprotobuf-mutator/fuzzable_proto_library.gni")
7import("//third_party/protobuf/proto_library.gni")
8
9fuzzable_proto_library("certificate_proto") {
10  sources = [ "revocation.proto" ]
11}
12
13proto_library("certificate_unittest_proto") {
14  testonly = true
15  sources = [ "test_suite.proto" ]
16}
17