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

Side by Side 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, 9 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 unified diff | Download patch
OLDNEW
(Empty)
1 # Copyright 2016 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4
5 source_set("framework_mojo") {
6 sources = [
7 "audio_track_controller.cc",
8 "audio_track_controller.h",
9 "audio_track_producer.cc",
10 "audio_track_producer.h",
11 "mojo_allocator.cc",
12 "mojo_allocator.h",
13 "mojo_consumer.cc",
14 "mojo_consumer.h",
15 "mojo_formatting.cc",
16 "mojo_formatting.h",
17 "mojo_producer.cc",
18 "mojo_producer.h",
19 "mojo_pull_mode_producer.cc",
20 "mojo_pull_mode_producer.h",
21 "mojo_type_conversions.cc",
22 "mojo_type_conversions.h",
23 "push_producer_base.cc",
24 "push_producer_base.h",
25 ]
26
27 deps = [
28 "//base",
29 "//mojo/common",
30 "//mojo/public/cpp/application",
31 "//mojo/services/media/audio/interfaces",
32 "//mojo/services/media/common/cpp",
33 "//mojo/services/media/common/interfaces",
34 "//mojo/services/media/control/interfaces",
35 "//services/media/framework",
36 "//third_party/modp_b64",
37 ]
38 }
OLDNEW
« 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