| # 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") |
| "timeline_control_point.cc", |
| "timeline_control_point.h", |
| "//mojo/services/media/common/cpp", |
| "//mojo/services/media/common/interfaces", |
| "//mojo/services/media/core/interfaces", |
| mojo_native_application("apptests") { |
| output_name = "media_common_apptests" |
| "test/timeline_function_test.cc", |
| "test/timeline_rate_test.cc", |
| "//mojo/application:test_support", |
| "//mojo/services/media/common/cpp", |