• 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("channel_proto") {
10  sources = [
11    "authority_keys.proto",
12    "cast_channel.proto",
13  ]
14}
15