|
|
|
@ -1,10 +1,9 @@
|
|
|
|
|
# External dependency to grpc-enabled Google-styleprotobuf bulding
|
|
|
|
|
# rules. This method comes from
|
|
|
|
|
# https://github.com/pubref/rules_protobuf#usage.
|
|
|
|
|
git_repository(
|
|
|
|
|
name = "org_pubref_rules_protobuf",
|
|
|
|
|
remote = "https://github.com/pubref/rules_protobuf",
|
|
|
|
|
tag = "v0.7.1",
|
|
|
|
|
# External dependency to Google protobuf.
|
|
|
|
|
http_archive(
|
|
|
|
|
name = "protobuf",
|
|
|
|
|
url = "http://github.com/google/protobuf/archive/v3.1.0.tar.gz",
|
|
|
|
|
sha256 = "0a0ae63cbffc274efb573bdde9a253e3f32e458c41261df51c5dbc5ad541e8f7",
|
|
|
|
|
strip_prefix = "protobuf-3.1.0",
|
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
# External dependency to gtest 1.7.0. This method comes from
|
|
|
|
@ -16,7 +15,3 @@ new_http_archive(
|
|
|
|
|
build_file = "third_party/gtest.BUILD",
|
|
|
|
|
strip_prefix = "googletest-release-1.7.0",
|
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
load("@org_pubref_rules_protobuf//cpp:rules.bzl", "cpp_proto_repositories")
|
|
|
|
|
cpp_proto_repositories()
|
|
|
|
|