# Copyright 2019 The Chromium Authors. All rights reserved. | |
# Use of this source code is governed by a BSD-style license that can be | |
# found in the LICENSE file. | |
workspace(name = "com_google_googleurl") | |
load("@bazel_tools//tools/build_defs/repo:git.bzl", "git_repository") | |
git_repository( | |
name = "com_google_absl", | |
commit = "17c954d90d5661e27db8fc5f086085690a8372d9", | |
remote = "https://github.com/abseil/abseil-cpp.git", | |
) |