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
0eb33cfa
Commit
0eb33cfa
authored
May 08, 2023
by
pateldeev
Browse files
Add missing absl dependency from build.
parent
bc860af0
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
BUILD.bazel
BUILD.bazel
+1
-0
No files found.
BUILD.bazel
View file @
0eb33cfa
...
@@ -132,6 +132,7 @@ cc_library(
...
@@ -132,6 +132,7 @@ cc_library(
}),
}),
deps
=
select
({
deps
=
select
({
":has_absl"
:
[
":has_absl"
:
[
"@com_google_absl//absl/container:flat_hash_set"
,
"@com_google_absl//absl/debugging:failure_signal_handler"
,
"@com_google_absl//absl/debugging:failure_signal_handler"
,
"@com_google_absl//absl/debugging:stacktrace"
,
"@com_google_absl//absl/debugging:stacktrace"
,
"@com_google_absl//absl/debugging:symbolize"
,
"@com_google_absl//absl/debugging:symbolize"
,
...
...
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