Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
yangql
googletest
Commits
56e4b1a5
Commit
56e4b1a5
authored
Jul 19, 2021
by
dmauro
Committed by
CJ Johnson
Jul 22, 2021
Browse files
Googletest export
Run buildifier on WORKSPACE Fixes #3483 PiperOrigin-RevId: 385610473
parent
efc6b36c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
10 deletions
+10
-10
WORKSPACE
WORKSPACE
+10
-10
No files found.
WORKSPACE
View file @
56e4b1a5
...
@@ -4,21 +4,21 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
...
@@ -4,21 +4,21 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive
(
http_archive
(
name
=
"com_google_absl"
,
name
=
"com_google_absl"
,
urls
=
[
"https://github.com/abseil/abseil-cpp/archive/7971fb358ae376e016d2d4fc9327aad95659b25e.zip"
],
# 2021-05-20T02:59:16Z
strip_prefix
=
"abseil-cpp-7971fb358ae376e016d2d4fc9327aad95659b25e"
,
sha256
=
"aeba534f7307e36fe084b452299e49b97420667a8d28102cf9a0daeed340b859"
,
sha256
=
"aeba534f7307e36fe084b452299e49b97420667a8d28102cf9a0daeed340b859"
,
strip_prefix
=
"abseil-cpp-7971fb358ae376e016d2d4fc9327aad95659b25e"
,
urls
=
[
"https://github.com/abseil/abseil-cpp/archive/7971fb358ae376e016d2d4fc9327aad95659b25e.zip"
],
# 2021-05-20T02:59:16Z
)
)
http_archive
(
http_archive
(
name
=
"rules_cc"
,
name
=
"rules_cc"
,
urls
=
[
"https://github.com/bazelbuild/rules_cc/archive/68cb652a71e7e7e2858c50593e5a9e3b94e5b9a9.zip"
],
# 2021-05-14T14:51:14Z
sha256
=
"1e19e9a3bc3d4ee91d7fcad00653485ee6c798efbbf9588d40b34cbfbded143d"
,
strip_prefix
=
"rules_cc-68cb652a71e7e7e2858c50593e5a9e3b94e5b9a9"
,
strip_prefix
=
"rules_cc-68cb652a71e7e7e2858c50593e5a9e3b94e5b9a9"
,
sha256
=
"1e19e9a3bc3d4ee91d7fcad00653485ee6c798efbbf9588d40b34cbfbded143d"
,
urls
=
[
"https://github.com/bazelbuild/rules_cc/archive/68cb652a71e7e7e2858c50593e5a9e3b94e5b9a9.zip"
],
# 2021-05-14T14:51:14Z
)
)
http_archive
(
http_archive
(
name
=
"rules_python"
,
name
=
"rules_python"
,
urls
=
[
"https://github.com/bazelbuild/rules_python/archive/ed6cc8f2c3692a6a7f013ff8bc185ba77eb9b4d2.zip"
],
# 2021-05-17T00:24:16Z
sha256
=
"98b3c592faea9636ac8444bfd9de7f3fb4c60590932d6e6ac5946e3f8dbd5ff6"
,
strip_prefix
=
"rules_python-ed6cc8f2c3692a6a7f013ff8bc185ba77eb9b4d2"
,
strip_prefix
=
"rules_python-ed6cc8f2c3692a6a7f013ff8bc185ba77eb9b4d2"
,
sha256
=
"98b3c592faea9636ac8444bfd9de7f3fb4c60590932d6e6ac5946e3f8dbd5ff6"
,
urls
=
[
"https://github.com/bazelbuild/rules_python/archive/ed6cc8f2c3692a6a7f013ff8bc185ba77eb9b4d2.zip"
],
# 2021-05-17T00:24:16Z
)
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment