|
|
|
@ -87,18 +87,6 @@ cc_library( |
|
|
|
|
], |
|
|
|
|
) |
|
|
|
|
|
|
|
|
|
cc_proto_library( |
|
|
|
|
name = "cpp_features_cc_proto", |
|
|
|
|
testonly = True, |
|
|
|
|
deps = ["//src/google/protobuf:cpp_features_proto"], |
|
|
|
|
) |
|
|
|
|
|
|
|
|
|
cc_proto_library( |
|
|
|
|
name = "java_features_cc_proto", |
|
|
|
|
testonly = True, |
|
|
|
|
deps = ["//java/core:java_features_proto"], |
|
|
|
|
) |
|
|
|
|
|
|
|
|
|
cc_test( |
|
|
|
|
name = "defaults_test", |
|
|
|
|
srcs = ["defaults_test.cc"], |
|
|
|
@ -109,11 +97,11 @@ cc_test( |
|
|
|
|
":test_defaults_future", |
|
|
|
|
], |
|
|
|
|
deps = [ |
|
|
|
|
":cpp_features_cc_proto", |
|
|
|
|
":defaults_test_embedded", |
|
|
|
|
":java_features_cc_proto", |
|
|
|
|
"//:protobuf", |
|
|
|
|
"//java/core:java_features_cc_proto", |
|
|
|
|
"//src/google/protobuf", |
|
|
|
|
"//src/google/protobuf:cpp_features_cc_proto", |
|
|
|
|
"//src/google/protobuf:port", |
|
|
|
|
"//src/google/protobuf:protobuf_lite", |
|
|
|
|
"//src/google/protobuf:test_textproto", |
|
|
|
|