blob: 96daef004f8c9ff417d618ebce3e451eb0a0a105 [file] [log] [blame]
# Copyright 2015 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("//build/module_args/mojo.gni")
import("//mojo/public/mojo_application.gni")
import("$mojo_sdk_root/mojo/public/mojo_sdk.gni")
source_set("common") {
sources = [
"media_pipe_base.cc",
"media_pipe_base.h",
"mojo_publisher.h",
"timeline_control_point.cc",
"timeline_control_point.h",
]
deps = [
"//base",
"//mojo/services/media/common/cpp",
"//mojo/services/media/common/interfaces",
"//mojo/services/media/core/interfaces",
]
}
mojo_native_application("apptests") {
output_name = "media_common_apptests"
testonly = true
sources = [
"test/timeline_function_test.cc",
"test/timeline_rate_test.cc",
]
deps = [
"//base",
"//mojo/application",
"//mojo/application:test_support",
"//mojo/services/media/common/cpp",
]
}