| Index: services/media/framework_mojo/BUILD.gn
|
| diff --git a/services/media/framework_mojo/BUILD.gn b/services/media/framework_mojo/BUILD.gn
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..cef34dc0dad80d77bf88a3f3826349ba03ee90d6
|
| --- /dev/null
|
| +++ b/services/media/framework_mojo/BUILD.gn
|
| @@ -0,0 +1,38 @@
|
| +# Copyright 2016 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.
|
| +
|
| +source_set("framework_mojo") {
|
| + sources = [
|
| + "audio_track_controller.cc",
|
| + "audio_track_controller.h",
|
| + "audio_track_producer.cc",
|
| + "audio_track_producer.h",
|
| + "mojo_allocator.cc",
|
| + "mojo_allocator.h",
|
| + "mojo_consumer.cc",
|
| + "mojo_consumer.h",
|
| + "mojo_formatting.cc",
|
| + "mojo_formatting.h",
|
| + "mojo_producer.cc",
|
| + "mojo_producer.h",
|
| + "mojo_pull_mode_producer.cc",
|
| + "mojo_pull_mode_producer.h",
|
| + "mojo_type_conversions.cc",
|
| + "mojo_type_conversions.h",
|
| + "push_producer_base.cc",
|
| + "push_producer_base.h",
|
| + ]
|
| +
|
| + deps = [
|
| + "//base",
|
| + "//mojo/common",
|
| + "//mojo/public/cpp/application",
|
| + "//mojo/services/media/audio/interfaces",
|
| + "//mojo/services/media/common/cpp",
|
| + "//mojo/services/media/common/interfaces",
|
| + "//mojo/services/media/control/interfaces",
|
| + "//services/media/framework",
|
| + "//third_party/modp_b64",
|
| + ]
|
| +}
|
|
|