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

Unified Diff: media/BUILD.gn

Issue 1748333003: media: Add MemoryDataSource. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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 | media/filters/memory_data_source.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/BUILD.gn
diff --git a/media/BUILD.gn b/media/BUILD.gn
index 67337eb958d8ca0cce65d09fb79619d6850aaffa..dd0464dcbed7ff79d0c56b6c8e0c399b8381058f 100644
--- a/media/BUILD.gn
+++ b/media/BUILD.gn
@@ -157,6 +157,8 @@ component("media") {
"filters/jpeg_parser.h",
"filters/media_source_state.cc",
"filters/media_source_state.h",
+ "filters/memory_data_source.cc",
+ "filters/memory_data_source.h",
"filters/opus_audio_decoder.cc",
"filters/opus_audio_decoder.h",
"filters/opus_constants.cc",
« no previous file with comments | « no previous file | media/filters/memory_data_source.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698