From 609d752650b180fdbf189ff158bbc4f32a0554e2 Mon Sep 17 00:00:00 2001 From: Adam Cozzette Date: Thu, 7 Dec 2017 14:16:50 -0800 Subject: 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). --- BUILD | 1 + 1 file changed, 1 insertion(+) (limited to 'BUILD') 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", -- cgit v1.2.3