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

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

Issue 2096063003: media: Add MojoDecoderBuffer{Reader|Writer} (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: comments addressed 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
« no previous file with comments | « media/mojo/clients/mojo_video_decoder.cc ('k') | media/mojo/common/mojo_decoder_buffer_converter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/mojo/common/BUILD.gn
diff --git a/media/mojo/common/BUILD.gn b/media/mojo/common/BUILD.gn
index bf7f16fc2ed301bf3c4945cac34fa582a86cbedc..69366d08e579685caa9f49a9b18e9cf95a0872f4 100644
--- a/media/mojo/common/BUILD.gn
+++ b/media/mojo/common/BUILD.gn
@@ -11,6 +11,8 @@ source_set("common") {
sources = [
"media_type_converters.cc",
"media_type_converters.h",
+ "mojo_decoder_buffer_converter.cc",
+ "mojo_decoder_buffer_converter.h",
"mojo_shared_buffer_video_frame.cc",
"mojo_shared_buffer_video_frame.h",
"mojo_type_trait.h",
« no previous file with comments | « media/mojo/clients/mojo_video_decoder.cc ('k') | media/mojo/common/mojo_decoder_buffer_converter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698