diff options
author | Vijay Pai <vpai@google.com> | 2017-04-13 21:07:45 +0000 |
---|---|---|
committer | Vijay Pai <vpai@google.com> | 2017-04-20 22:21:01 +0000 |
commit | a935ae1505c768ca0ce6ea981af1fb03c56052d7 (patch) | |
tree | 40df68bf178813867728f135ee559cda1d4cf00c /WORKSPACE | |
parent | f5a1b750655496d044024c6aaff55c87e7915b2b (diff) |
Fix build rules for grpc++_unsecure, test that it builds properly
Diffstat (limited to 'WORKSPACE')
-rw-r--r-- | WORKSPACE | 11 |
1 files changed, 5 insertions, 6 deletions
@@ -15,17 +15,17 @@ bind( bind( name = "protobuf", - actual = "@submodule_protobuf//:protobuf", + actual = "@com_google_protobuf//:protobuf", ) bind( name = "protobuf_clib", - actual = "@submodule_protobuf//:protoc_lib", + actual = "@com_google_protobuf//:protoc_lib", ) bind( name = "protocol_compiler", - actual = "@submodule_protobuf//:protoc", + actual = "@com_google_protobuf//:protoc", ) bind( @@ -48,9 +48,8 @@ bind( actual = "@com_github_gflags_gflags//:gflags", ) -new_local_repository( +local_repository( name = "submodule_boringssl", - build_file = "third_party/boringssl-with-bazel/BUILD", path = "third_party/boringssl-with-bazel", ) @@ -61,7 +60,7 @@ new_local_repository( ) new_local_repository( - name = "submodule_protobuf", + name = "com_google_protobuf", build_file = "third_party/protobuf/BUILD", path = "third_party/protobuf", ) |