|
@@ -121,6 +121,7 @@ cc_library(
|
|
"src/google/protobuf/api.pb.cc",
|
|
"src/google/protobuf/api.pb.cc",
|
|
"src/google/protobuf/compiler/importer.cc",
|
|
"src/google/protobuf/compiler/importer.cc",
|
|
"src/google/protobuf/compiler/parser.cc",
|
|
"src/google/protobuf/compiler/parser.cc",
|
|
|
|
+ "src/google/protobuf/compiler/plugin.pb.cc",
|
|
"src/google/protobuf/descriptor.cc",
|
|
"src/google/protobuf/descriptor.cc",
|
|
"src/google/protobuf/descriptor.pb.cc",
|
|
"src/google/protobuf/descriptor.pb.cc",
|
|
"src/google/protobuf/descriptor_database.cc",
|
|
"src/google/protobuf/descriptor_database.cc",
|
|
@@ -378,7 +379,6 @@ cc_library(
|
|
"src/google/protobuf/compiler/objectivec/objectivec_primitive_field.cc",
|
|
"src/google/protobuf/compiler/objectivec/objectivec_primitive_field.cc",
|
|
"src/google/protobuf/compiler/php/php_generator.cc",
|
|
"src/google/protobuf/compiler/php/php_generator.cc",
|
|
"src/google/protobuf/compiler/plugin.cc",
|
|
"src/google/protobuf/compiler/plugin.cc",
|
|
- "src/google/protobuf/compiler/plugin.pb.cc",
|
|
|
|
"src/google/protobuf/compiler/python/python_generator.cc",
|
|
"src/google/protobuf/compiler/python/python_generator.cc",
|
|
"src/google/protobuf/compiler/ruby/ruby_generator.cc",
|
|
"src/google/protobuf/compiler/ruby/ruby_generator.cc",
|
|
"src/google/protobuf/compiler/subprocess.cc",
|
|
"src/google/protobuf/compiler/subprocess.cc",
|
|
@@ -843,6 +843,7 @@ proto_lang_toolchain(
|
|
command_line = "--cpp_out=$(OUT)",
|
|
command_line = "--cpp_out=$(OUT)",
|
|
runtime = ":protobuf",
|
|
runtime = ":protobuf",
|
|
visibility = ["//visibility:public"],
|
|
visibility = ["//visibility:public"],
|
|
|
|
+ blacklisted_protos = [":_internal_wkt_protos_genrule"],
|
|
)
|
|
)
|
|
|
|
|
|
proto_lang_toolchain(
|
|
proto_lang_toolchain(
|