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

Unified Diff: media/media.gyp

Issue 1834303005: Refactor audio and video decoder status into common file. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix cast. Created 4 years, 9 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: media/media.gyp
diff --git a/media/media.gyp b/media/media.gyp
index 2d5b5ae3770cb96acbc4ff9ef4b04d1d3244067f..40c10c71f39d0d0df8f1f322aa6edc8408e8dd56 100644
--- a/media/media.gyp
+++ b/media/media.gyp
@@ -316,6 +316,8 @@
'base/decoder_buffer_queue.h',
'base/decoder_factory.cc',
'base/decoder_factory.h',
+ 'base/decoder_status.cc',
+ 'base/decoder_status.h',
'base/decrypt_config.cc',
'base/decrypt_config.h',
'base/decryptor.cc',

Powered by Google App Engine
This is Rietveld 408576698