aboutsummaryrefslogtreecommitdiffhomepage
path: root/BUILD
diff options
context:
space:
mode:
authorGravatar John Millikin <john@john-millikin.com>2018-02-24 11:34:40 -0800
committerGravatar John Millikin <john@john-millikin.com>2018-02-24 11:34:40 -0800
commit724f0be33d0eb42055ebe81ce0c8c7bf88ea666c (patch)
tree8615d550cc10ded4aae36fbe13d7ee2840e8f5d5 /BUILD
parenta6037c5230c0ccb6531f80cef909dbfe37257884 (diff)
Move `compiler/plugin.pb.cc` to libprotobuf with the other WKT sources.
This lets all values of `WELL_KNOWN_PROTOS` be treated the same with regard to Bazel's protobuf blacklisting.
Diffstat (limited to 'BUILD')
-rw-r--r--BUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD b/BUILD
index b786ff64..88d8b807 100644
--- a/BUILD
+++ b/BUILD
@@ -121,6 +121,7 @@ cc_library(
"src/google/protobuf/api.pb.cc",
"src/google/protobuf/compiler/importer.cc",
"src/google/protobuf/compiler/parser.cc",
+ "src/google/protobuf/compiler/plugin.pb.cc",
"src/google/protobuf/descriptor.cc",
"src/google/protobuf/descriptor.pb.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/php/php_generator.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/ruby/ruby_generator.cc",
"src/google/protobuf/compiler/subprocess.cc",