blob: 4aa4039112ad78e3bd50498f3d0e02de54ebe723 [file] [log] [blame]
# Copyright 2021 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
import("//third_party/abseil-cpp/absl.gni")
absl_source_set("sample_recorder") {
public = ["internal/sample_recorder.h"]
deps = [
"//third_party/abseil-cpp/absl/base:config",
"//third_party/abseil-cpp/absl/base:core_headers",
"//third_party/abseil-cpp/absl/synchronization",
"//third_party/abseil-cpp/absl/time",
]
visibility = [
"//third_party/abseil-cpp/absl/*",
]
}