chromium/services/network/public/proto/BUILD.gn

# Copyright 2020 The Chromium Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

import("//services/network/public/cpp/features.gni")
import("//third_party/protobuf/proto_library.gni")

group("proto") {
  public_deps = []
  if (is_ct_supported) {
    public_deps += [ ":sct_audit_report_proto" ]
  }
}

if (is_ct_supported) {
  proto_library("sct_audit_report_proto") {
    sources = [ "sct_audit_report.proto" ]
  }
}