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

Unified 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: Renamed MojoConsumer and MojoProducer Created 4 years, 6 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
Index: services/media/framework_mojo/BUILD.gn
diff --git a/services/media/framework_mojo/BUILD.gn b/services/media/framework_mojo/BUILD.gn
index d1e59e8057b5ab5b55a03812683a88c3b7086595..24b664f8289640c1db8d026362b8052765b21b19 100644
--- a/services/media/framework_mojo/BUILD.gn
+++ b/services/media/framework_mojo/BUILD.gn
@@ -6,14 +6,12 @@ source_set("framework_mojo") {
sources = [
"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_packet_consumer.cc",
+ "mojo_packet_consumer.h",
+ "mojo_packet_producer.cc",
+ "mojo_packet_producer.h",
"mojo_reader.cc",
"mojo_reader.h",
"mojo_type_conversions.cc",

Powered by Google App Engine
This is Rietveld 408576698