blob: 4223c9c78c70e28d205e2479adf9a26c272bfc79 [file] [log] [blame]
# Copyright 2018 The Fuchsia Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
visibility = [
"$cobalt_root/*",
"//third_party/abseil-cpp/*",
"//third_party/tink/*",
]
group("absl") {
public_deps = [
"algorithm",
"algorithm:container",
"base",
"base:atomic_hook",
"base:config",
"base:core_headers",
"base:dynamic_annotations",
"base:endian",
"base:log_severity",
"base:throw_delegate",
"container:compressed_tuple",
"container:container_memory",
"container:fixed_array",
"container:flat_hash_map",
"container:hash_function_defaults",
"container:hash_policy_traits",
"container:hashtable_debug_hooks",
"container:hashtablez_sampler",
"container:have_sse",
"container:inlined_vector",
"container:layout",
"container:raw_hash_map",
"container:raw_hash_set",
"debugging:stacktrace",
"debugging:symbolize",
"functional:bind_front",
"functional:function_ref",
"hash",
"hash:city",
"hash:wyhash",
"memory",
"meta:type_traits",
"numeric:bits",
"numeric:int128",
"numeric:representation",
"status",
"status:statusor",
"strings",
"strings:cord",
"strings:str_format",
"synchronization:synchronization",
"time",
"types:bad_optional_access",
"types:bad_variant_access",
"types:optional",
"types:span",
"types:variant",
"utility",
]
}