1*3f982cf4SFabien Sanglard# Copyright 2019 The Chromium Authors. All rights reserved. 2*3f982cf4SFabien Sanglard# Use of this source code is governed by a BSD-style license that can be 3*3f982cf4SFabien Sanglard# found in the LICENSE file. 4*3f982cf4SFabien Sanglard 5*3f982cf4SFabien Sanglardimport("//build_overrides/build.gni") 6*3f982cf4SFabien Sanglardimport("//third_party/libprotobuf-mutator/fuzzable_proto_library.gni") 7*3f982cf4SFabien Sanglardimport("//third_party/protobuf/proto_library.gni") 8*3f982cf4SFabien Sanglard 9*3f982cf4SFabien Sanglardfuzzable_proto_library("certificate_proto") { 10*3f982cf4SFabien Sanglard sources = [ "revocation.proto" ] 11*3f982cf4SFabien Sanglard} 12*3f982cf4SFabien Sanglard 13*3f982cf4SFabien Sanglardproto_library("certificate_unittest_proto") { 14*3f982cf4SFabien Sanglard testonly = true 15*3f982cf4SFabien Sanglard sources = [ "test_suite.proto" ] 16*3f982cf4SFabien Sanglard} 17