blob: 194a597800965a886b62f11d8b76a40bd414d999 [file]
# Copyright 2019 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/*",
]
# CC Library : algorithm
source_set("algorithm") {
public_configs = [ "//third_party/abseil-cpp:abseil_config" ]
public = [ "//third_party/abseil-cpp/src/absl/algorithm/algorithm.h" ]
}
# CC Library : container
source_set("container") {
public_configs = [ "//third_party/abseil-cpp:abseil_config" ]
public = [ "//third_party/abseil-cpp/src/absl/algorithm/container.h" ]
public_deps = [
":algorithm",
"../base:core_headers",
"../meta:type_traits",
]
}