Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
F
fuchsia.googlesource.com-third_party-abseil-cpp
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
fuchsia-mirror
fuchsia.googlesource.com-third_party-abseil-cpp
Commits
a86efadb
Commit
a86efadb
authored
5 years ago
by
Benjamin Lerman
Browse files
Options
Downloads
Patches
Plain Diff
[fuchsia] Add build dependency to utility
Change-Id: I4a65d11bf96aa4067d32330f9012a92dbbeebd4b
parent
08ec039a
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
absl/BUILD.gn
+2
-1
2 additions, 1 deletion
absl/BUILD.gn
with
2 additions
and
1 deletion
absl/BUILD.gn
+
2
−
1
View file @
a86efadb
...
...
@@ -12,7 +12,8 @@ static_library("absl") {
public_configs = [ "//third_party/abseil-cpp:abseil_config" ]
public_deps = [
"//third_party/abseil-cpp/absl/strings",
"//third_party/abseil-cpp/absl/flags",
"//third_party/abseil-cpp/absl/strings",
"//third_party/abseil-cpp/absl/utility",
]
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment