blob: fe2e93090b2b87153b06d5e49cd31ac646577f64 [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.
import("//build/test.gni")
source_set("metrics") {
sources = [
"packet_timing_tracker.cc",
"packet_timing_tracker.h",
"rate_tracker.cc",
"rate_tracker.h",
"value_tracker.h",
]
deps = [
"//garnet/bin/mediaplayer/graph",
"//garnet/public/lib/fxl",
]
}