|
|
|
@ -139,6 +139,7 @@ cc_library( |
|
|
|
|
"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/inlined_string_field.cc", |
|
|
|
|
"src/google/protobuf/io/coded_stream.cc", |
|
|
|
|
"src/google/protobuf/io/io_win32.cc", |
|
|
|
|
"src/google/protobuf/io/strtod.cc", |
|
|
|
@ -625,6 +626,7 @@ COMMON_TEST_SRCS = [ |
|
|
|
|
# AUTOGEN(common_test_srcs) |
|
|
|
|
"src/google/protobuf/arena_test_util.cc", |
|
|
|
|
"src/google/protobuf/map_test_util.inc", |
|
|
|
|
"src/google/protobuf/reflection_tester.cc", |
|
|
|
|
"src/google/protobuf/test_util.cc", |
|
|
|
|
"src/google/protobuf/test_util.inc", |
|
|
|
|
"src/google/protobuf/testing/file.cc", |
|
|
|
@ -691,6 +693,7 @@ cc_test( |
|
|
|
|
"src/google/protobuf/dynamic_message_unittest.cc", |
|
|
|
|
"src/google/protobuf/extension_set_unittest.cc", |
|
|
|
|
"src/google/protobuf/generated_message_reflection_unittest.cc", |
|
|
|
|
"src/google/protobuf/inlined_string_field_unittest.cc", |
|
|
|
|
"src/google/protobuf/io/coded_stream_unittest.cc", |
|
|
|
|
"src/google/protobuf/io/io_win32_unittest.cc", |
|
|
|
|
"src/google/protobuf/io/printer_unittest.cc", |
|
|
|
@ -737,6 +740,7 @@ cc_test( |
|
|
|
|
"src/google/protobuf/util/type_resolver_util_test.cc", |
|
|
|
|
"src/google/protobuf/well_known_types_unittest.cc", |
|
|
|
|
"src/google/protobuf/wire_format_unittest.cc", |
|
|
|
|
"src/google/protobuf/wire_format_unittest.inc", |
|
|
|
|
] + select({ |
|
|
|
|
"//conditions:default": [ |
|
|
|
|
# AUTOGEN(non_msvc_test_srcs) |
|
|
|
|