aboutsummaryrefslogtreecommitdiffhomepage
path: root/WORKSPACE
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2017-10-05 09:50:18 -0700
committerGravatar Craig Tiller <ctiller@google.com>2017-10-05 09:50:18 -0700
commitb7a8cace34551eef286acd761c9b8e5de1747894 (patch)
tree74199ef7328c5b23107224a3aeab40d055fdf55e /WORKSPACE
parent8a8f5ed041d6fa1b772bda0b9d193aeb7dea9172 (diff)
Add abseil to core, use it for InlinedVector
Diffstat (limited to 'WORKSPACE')
-rw-r--r--WORKSPACE5
1 files changed, 5 insertions, 0 deletions
diff --git a/WORKSPACE b/WORKSPACE
index bfb3a8c903..907cef1fca 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -92,3 +92,8 @@ new_local_repository(
path = "third_party/cares",
build_file = "third_party/cares/cares.BUILD",
)
+
+local_repository(
+ name = "com_google_absl",
+ path = "third_party/abseil-cpp",
+)