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

Unified Diff: media/media.gyp

Issue 1258083004: Add a Vp9Parser implementation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: ReadBool, fix compile warning Created 5 years, 4 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/filters/vp9_raw_bits_reader_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/media.gyp
diff --git a/media/media.gyp b/media/media.gyp
index 3c53ad2605e43015570a5e351385a6632535b0c3..a19f8ffbca5070346036c81251cafb73e8951384 100644
--- a/media/media.gyp
+++ b/media/media.gyp
@@ -561,6 +561,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',
@@ -1267,6 +1269,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',
« no previous file with comments | « media/filters/vp9_raw_bits_reader_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698