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

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

Issue 600143002: Adding new function ReadFrames() that returns the audio frame in planar (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move files to lib target Created 6 years, 2 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/mojo/services/BUILD.gn
diff --git a/media/mojo/services/BUILD.gn b/media/mojo/services/BUILD.gn
index d13e66f3a642f96d4485b84cb2c411828db778bb..ad10552a441b53e00e8c700416880a8e74844b9b 100644
--- a/media/mojo/services/BUILD.gn
+++ b/media/mojo/services/BUILD.gn
@@ -17,6 +17,8 @@ source_set("lib") {
sources = [
"media_type_converters.cc",
"media_type_converters.h",
+ "mojo_demuxer_stream_adapter.cc",
+ "mojo_demuxer_stream_adapter.h",
]
}
@@ -59,8 +61,6 @@ shared_library("renderer_app") {
]
sources = [
- "mojo_demuxer_stream_adapter.cc",
- "mojo_demuxer_stream_adapter.h",
"mojo_renderer_service.cc",
"mojo_renderer_service.h",
]
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698