Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(516)

Unified Diff: services/media/framework_mojo/BUILD.gn

Issue 1692443002: Motown: Framework parts for mojo transport (producer/consumer/mediapipe) and control (audiotrack). (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Added comments to AudioTrackController::SetRate regarding the proper way to implement it. Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « services/media/framework_create/decoder.cc ('k') | services/media/framework_mojo/audio_track_controller.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
+ ]
+}
« no previous file with comments | « services/media/framework_create/decoder.cc ('k') | services/media/framework_mojo/audio_track_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698