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

Unified Diff: media/media.gyp

Issue 1258083004: Add a Vp9Parser implementation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nits Created 5 years, 5 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 a575d86a9a0ceee5484ab94b2073f239d4ebde25..d55958348b95827f210cc97aafb78ced8eefeaec 100644
--- a/media/media.gyp
+++ b/media/media.gyp
@@ -560,6 +560,8 @@
'filters/vp8_bool_decoder.h',
'filters/vp8_parser.cc',
'filters/vp8_parser.h',
+ 'filters/vp9_parser.cc',
+ 'filters/vp9_parser.h',
'filters/vp9_raw_bits_reader.cc',
'filters/vp9_raw_bits_reader.h',
'filters/vpx_video_decoder.cc',
@@ -1266,6 +1268,7 @@
'filters/video_renderer_algorithm_unittest.cc',
'filters/vp8_bool_decoder_unittest.cc',
'filters/vp8_parser_unittest.cc',
+ 'filters/vp9_parser_unittest.cc',
'filters/vp9_raw_bits_reader_unittest.cc',
'capture/webm_muxer_unittest.cc',
'formats/common/offset_byte_queue_unittest.cc',
« media/filters/vp9_parser_unittest.cc ('K') | « media/filters/vp9_parser_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698