blob: 45ab8b7089dd375c5af9c9a4b9c106866f29f656 [file] [log] [blame]
# Copyright 2020 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.
# DO NOT MANUALLY EDIT!
# Generated by //scripts/sdk/gn/generate.py.
import("../../build/fuchsia_sdk_pkg.gni")
fuchsia_sdk_pkg("media_cpp_no_converters") {
sources = [
"timeline_function.cc",
"timeline_rate.cc",
"include/lib/media/cpp/timeline_function.h",
"include/lib/media/cpp/timeline_rate.h",
]
include_dirs = [ "include" ]
public_deps = [
]
}
group("all"){
deps = [
":media_cpp_no_converters",
]
}