blob: d1a7a3fb983aab7e195650dc6290d2f60ec89b58 [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")
proto_library("shuffler_service") {
proto_in_dir = "//third_party/cobalt"
sources = [
"shuffler.proto",
]
import_dirs = [ "//third_party/protobuf/src" ]
generate_python = false
generator_plugin_label = "//third_party/grpc:grpc_cpp_plugin"
generator_plugin_suffix = ".grpc.pb"
cc_generator_options = "lite"
deps = [
"//third_party/cobalt:cobalt_proto",
"//third_party/grpc:grpc++",
]
extra_configs = [ "//third_party/cobalt:cobalt_config" ]
}