Move testing file which contains

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=221487408
This commit is contained in:
Fang Yu
2018-11-14 12:12:50 -08:00
parent 7f649cf826
commit a864b89613

View File

@@ -59,11 +59,21 @@ bind(
actual = "@com_google_protobuf//:protobuf", actual = "@com_google_protobuf//:protobuf",
) )
bind(
name = "com_google_protobuf_cc",
actual = "@com_google_protobuf//:protobuf",
)
bind( bind(
name = "protobuf_java", name = "protobuf_java",
actual = "@com_google_protobuf//:protobuf_java", actual = "@com_google_protobuf//:protobuf_java",
) )
bind(
name = "com_google_protobuf_java",
actual = "@com_google_protobuf//:protobuf_java",
)
bind( bind(
name = "openssl", name = "openssl",
actual = "@boringssl_repo//:crypto", actual = "@boringssl_repo//:crypto",