aboutsummaryrefslogtreecommitdiffhomepage
path: root/WORKSPACE
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2017-02-24 16:23:50 -0800
committerGravatar Craig Tiller <ctiller@google.com>2017-02-24 16:23:50 -0800
commitbf515b6f7f2d97d0336f48c606abdd6f66e05cc6 (patch)
tree3a5c20e9213c34f95e340512578070d483017c42 /WORKSPACE
parent181d420e04cfef275a69b6fd8e1964333e40260f (diff)
parentf2cf3d94a1a46db2ebb2c13c3476e58ecdae6006 (diff)
Merge github.com:grpc/grpc into cpp_bazelness
Diffstat (limited to 'WORKSPACE')
-rw-r--r--WORKSPACE18
1 files changed, 14 insertions, 4 deletions
diff --git a/WORKSPACE b/WORKSPACE
index b92986127b..8e15cb778b 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -34,32 +34,42 @@ bind(
)
bind(
+<<<<<<< HEAD
name = "benchmark",
actual = "@submodule_benchmark//:benchmark",
+=======
+ name = "gflags",
+ actual = "@com_github_gflags_gflags//:gflags",
+>>>>>>> f2cf3d94a1a46db2ebb2c13c3476e58ecdae6006
)
new_local_repository(
name = "submodule_boringssl",
- path = "third_party/boringssl-with-bazel",
build_file = "third_party/boringssl-with-bazel/BUILD",
+ path = "third_party/boringssl-with-bazel",
)
new_local_repository(
name = "submodule_zlib",
- path = "third_party/zlib",
build_file = "third_party/zlib.BUILD",
+ path = "third_party/zlib",
)
new_local_repository(
name = "submodule_protobuf",
- path = "third_party/protobuf",
build_file = "third_party/protobuf/BUILD",
+ path = "third_party/protobuf",
)
new_local_repository(
name = "submodule_gtest",
- path = "third_party/googletest",
build_file = "third_party/gtest.BUILD",
+ path = "third_party/googletest",
+)
+
+local_repository(
+ name = "com_github_gflags_gflags",
+ path = "third_party/gflags",
)
new_local_repository(