Apply buildifier
This commit is contained in:
parent
32e9feb4e2
commit
72e5f39e8d
|
@ -51,7 +51,7 @@ def c_proto_library(name, **kwargs): # buildifier: disable=function-docstring
|
|||
"nocopts",
|
||||
"strip_include_prefix",
|
||||
]
|
||||
},
|
||||
}
|
||||
)
|
||||
|
||||
PROTO_DEPS = [
|
||||
|
|
|
@ -51,7 +51,7 @@ def cpp_grpc_library(name, **kwargs): # buildifier: disable=function-docstring
|
|||
"nocopts",
|
||||
"strip_include_prefix",
|
||||
]
|
||||
},
|
||||
}
|
||||
)
|
||||
|
||||
GRPC_DEPS = [
|
||||
|
|
|
@ -51,7 +51,7 @@ def cpp_proto_library(name, **kwargs): # buildifier: disable=function-docstring
|
|||
"nocopts",
|
||||
"strip_include_prefix",
|
||||
]
|
||||
},
|
||||
}
|
||||
)
|
||||
|
||||
PROTO_DEPS = [
|
||||
|
|
|
@ -50,7 +50,7 @@ def objc_grpc_library(name, **kwargs): # buildifier: disable=function-docstring
|
|||
"nocopts",
|
||||
"strip_include_prefix",
|
||||
]
|
||||
},
|
||||
}
|
||||
)
|
||||
|
||||
GRPC_DEPS = [
|
||||
|
|
|
@ -51,7 +51,7 @@ def objc_proto_library(name, **kwargs): # buildifier: disable=function-docstrin
|
|||
"nocopts",
|
||||
"strip_include_prefix",
|
||||
]
|
||||
},
|
||||
}
|
||||
)
|
||||
|
||||
PROTO_DEPS = [
|
||||
|
|
|
@ -46,7 +46,7 @@ def {{ .Rule.Name }}(name, **kwargs): # buildifier: disable=function-docstring
|
|||
"nocopts",
|
||||
"strip_include_prefix",
|
||||
]
|
||||
},
|
||||
}
|
||||
)
|
||||
|
||||
PROTO_DEPS = [
|
||||
|
|
|
@ -48,7 +48,7 @@ var cppProtoLibraryRuleTemplate = mustTemplate(cppLibraryRuleTemplateString + `
|
|||
"nocopts",
|
||||
"strip_include_prefix",
|
||||
]
|
||||
},
|
||||
}
|
||||
)
|
||||
|
||||
PROTO_DEPS = [
|
||||
|
@ -77,7 +77,7 @@ var cppGrpcLibraryRuleTemplate = mustTemplate(cppLibraryRuleTemplateString + `
|
|||
"nocopts",
|
||||
"strip_include_prefix",
|
||||
]
|
||||
},
|
||||
}
|
||||
)
|
||||
|
||||
GRPC_DEPS = [
|
||||
|
|
|
@ -48,7 +48,7 @@ var objcProtoLibraryRuleTemplate = mustTemplate(objcLibraryRuleTemplateString +
|
|||
"nocopts",
|
||||
"strip_include_prefix",
|
||||
]
|
||||
},
|
||||
}
|
||||
)
|
||||
|
||||
PROTO_DEPS = [
|
||||
|
@ -76,7 +76,7 @@ var objcGrpcLibraryRuleTemplate = mustTemplate(objcLibraryRuleTemplateString + `
|
|||
"nocopts",
|
||||
"strip_include_prefix",
|
||||
]
|
||||
},
|
||||
}
|
||||
)
|
||||
|
||||
GRPC_DEPS = [
|
||||
|
|
Loading…
Reference in New Issue