blob: b88662a0f78e2453cd9ea40188bd662f8b60212e [file] [log] [blame]
# Copyright 2017 The Fuchsia Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
import("//third_party/protobuf/proto_library.gni")
config("cobalt_config") {
include_dirs = [
"//third_party/cobalt",
"$root_gen_dir/third_party/cobalt",
]
}
proto_library("cobalt_proto") {
sources = [
"encrypted_message.proto",
"observation.proto",
"clearcut_extensions.proto",
]
import_dirs = [ "//third_party/protobuf/src" ]
generate_python = false
cc_generator_options = "lite"
deps = [
"//third_party/boringssl",
"//third_party/cobalt/third_party/clearcut:clearcut_proto",
]
}