blob: 689ac0276afff9c9834ca609b0041b2e77aa001f [file] [log] [blame]
# Copyright 2022 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.
source_set("redact") {
sources = [
"cache.cc",
"cache.h",
"redactor.cc",
"redactor.h",
"replacer.cc",
"replacer.h",
]
public_deps = [ "//sdk/lib/sys/inspect/cpp" ]
deps = [
"//sdk/lib/fit",
"//src/lib/fxl",
"//third_party/re2",
]
}