Move testing file which contains keysmith response.

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 5031d1bc6f
commit df7566c0c1

View File

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