aboutsummaryrefslogtreecommitdiffhomepage
path: root/BUILD
diff options
context:
space:
mode:
authorGravatar Adam Cozzette <acozzette@google.com>2017-12-07 14:16:50 -0800
committerGravatar Adam Cozzette <acozzette@google.com>2017-12-07 14:16:50 -0800
commit609d752650b180fdbf189ff158bbc4f32a0554e2 (patch)
treea78d0c12585cd0b33c56c45fb24c267c2e31cb63 /BUILD
parent9021f623e1420f513268a01a5ad43a23618a84ba (diff)
Ran update_file_lists.sh to update Bazel and CMake file lists
This should fix Bazel builds, since those were missing a new file (implicit_weak_message.cc).
Diffstat (limited to 'BUILD')
-rw-r--r--BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/BUILD b/BUILD
index 9c8fd864..bee4fab7 100644
--- a/BUILD
+++ b/BUILD
@@ -72,6 +72,7 @@ cc_library(
"src/google/protobuf/extension_set.cc",
"src/google/protobuf/generated_message_table_driven_lite.cc",
"src/google/protobuf/generated_message_util.cc",
+ "src/google/protobuf/implicit_weak_message.cc",
"src/google/protobuf/io/coded_stream.cc",
"src/google/protobuf/io/zero_copy_stream.cc",
"src/google/protobuf/io/zero_copy_stream_impl_lite.cc",