Lines Matching refs:proto_library
37 # proto_library("xxx_lite") { sources = [...], deps = [ "dep:lite"] }
40 # Load the protobuf's proto_library() definition.
50 perfetto_protobuf_gni = "//gn/standalone/proto_library.gni"
52 perfetto_protobuf_gni = "//third_party/protobuf/proto_library.gni"
64 # Equivalent to proto_library (generation of .h/.cc from .proto files) but
70 proto_library(target_name) {
122 proto_library(target_name) {
163 proto_library(target_name) {
231 # disable the proto_library's public_config to avoid duplicate include
278 proto_library(target_name_) {
289 proto_library(target_name_) {
301 # Not needed for descriptor proto_library target.
324 # Not needed for source_set proto_library target.