blob: f595ed85ece85d78e3572165bbc6eb9cd852cf52 [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.
# Please do not add more entries to this list. We plan to remove
# abseil-cpp from the Fuchsia platform source tree once cobalt
# moves out-of-tree.
visibility = [
"$cobalt_root/*",
"//third_party/abseil-cpp/*",
"//third_party/tink/*",
]
source_set("cleanup") {
public_configs = [ "//third_party/abseil-cpp:abseil_config" ]
public = [
"cleanup.h",
]
deps = [
":cleanup_internal",
"../base:config",
"../base:core_headers",
]
}
source_set("cleanup_internal") {
public_configs = [ "//third_party/abseil-cpp:abseil_config" ]
public = [
"internal/cleanup.h",
]
deps = [
"../base:base_internal",
"../base:core_headers",
"../utility",
]
}