blob: efad4548a8feac1d6d4ad5fa1ba12af9d04b9063 [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 = [
"//src/lib/fxl",
"//src/media/playback/mediaplayer/graph",
]
}