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

Side by Side Diff: services/media/framework_mojo/BUILD.gn

Issue 2097953002: Motown: Rename MediaProducer/Consumer to MediaPacketProducer/Consumer (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Fixed #ifndef guards Created 4 years, 5 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
1 # Copyright 2016 The Chromium Authors. All rights reserved. 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 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 source_set("framework_mojo") { 5 source_set("framework_mojo") {
6 sources = [ 6 sources = [
7 "mojo_allocator.cc", 7 "mojo_allocator.cc",
8 "mojo_allocator.h", 8 "mojo_allocator.h",
9 "mojo_consumer.cc",
10 "mojo_consumer.h",
11 "mojo_formatting.cc", 9 "mojo_formatting.cc",
12 "mojo_formatting.h", 10 "mojo_formatting.h",
13 "mojo_producer.cc", 11 "mojo_packet_consumer.cc",
14 "mojo_producer.h", 12 "mojo_packet_consumer.h",
15 "mojo_pull_mode_producer.cc", 13 "mojo_packet_producer.cc",
16 "mojo_pull_mode_producer.h", 14 "mojo_packet_producer.h",
17 "mojo_reader.cc", 15 "mojo_reader.cc",
18 "mojo_reader.h", 16 "mojo_reader.h",
19 "mojo_type_conversions.cc", 17 "mojo_type_conversions.cc",
20 "mojo_type_conversions.h", 18 "mojo_type_conversions.h",
21 ] 19 ]
22 20
23 deps = [ 21 deps = [
24 "//base", 22 "//base",
25 "//mojo/common", 23 "//mojo/common",
26 "//mojo/public/cpp/application", 24 "//mojo/public/cpp/application",
27 "//mojo/services/media/audio/interfaces", 25 "//mojo/services/media/audio/interfaces",
28 "//mojo/services/media/common/cpp", 26 "//mojo/services/media/common/cpp",
29 "//mojo/services/media/common/interfaces", 27 "//mojo/services/media/common/interfaces",
30 "//mojo/services/media/control/interfaces", 28 "//mojo/services/media/control/interfaces",
31 "//mojo/services/media/core/interfaces", 29 "//mojo/services/media/core/interfaces",
32 "//mojo/services/network/interfaces", 30 "//mojo/services/network/interfaces",
33 "//services/media/framework", 31 "//services/media/framework",
34 "//services/util/cpp", 32 "//services/util/cpp",
35 ] 33 ]
36 } 34 }
OLDNEW
« no previous file with comments | « services/media/framework/util/callback_joiner.h ('k') | services/media/framework_mojo/mojo_consumer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698