| import("//third_party/protobuf/proto_library.gni") | |
| proto_library("gallium_accessibility_proto") { | |
| sources = [ | |
| "cast_server_accessibility.proto", | |
| "gallium_server_accessibility.proto", | |
| ] | |
| deps = [ | |
| "//third_party/grpc:grpc++", | |
| "//third_party/protobuf:protobuf_lite", | |
| ] | |
| generator_plugin_label = "//third_party/grpc:grpc_cpp_plugin" | |
| generator_plugin_suffix = ".grpc.pb" | |
| } |