From df7566c0c1b98cacf218fefaaccebabf57d5dedf Mon Sep 17 00:00:00 2001 From: Fang Yu Date: Wed, 14 Nov 2018 12:12:50 -0800 Subject: [PATCH] Move testing file which contains keysmith response. Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=221487408 --- WORKSPACE | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/WORKSPACE b/WORKSPACE index eee1f2b..e44365d 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -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",