Added new map.cc file to Bazel BUILD file.

This commit is contained in:
Joshua Haberman 2020-08-17 17:12:44 -07:00
parent 82bad2e1eb
commit b3cdd40ef0

1
BUILD
View File

@ -175,6 +175,7 @@ cc_library(
"src/google/protobuf/io/zero_copy_stream.cc",
"src/google/protobuf/io/zero_copy_stream_impl.cc",
"src/google/protobuf/io/zero_copy_stream_impl_lite.cc",
"src/google/protobuf/map.cc",
"src/google/protobuf/message_lite.cc",
"src/google/protobuf/parse_context.cc",
"src/google/protobuf/repeated_field.cc",