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

Unified Diff: media/BUILD.gn

Issue 1258083003: Add VP9 raw bits reader (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase 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 | « no previous file | media/filters/vp9_raw_bits_reader.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 686139575c916bd9b19d407eebe5a6cd7465d38b..310cf4cd64e746c96ddc6130dc65fc1e1d00e176 100644
--- a/media/BUILD.gn
+++ b/media/BUILD.gn
@@ -220,6 +220,8 @@ component("media") {
"filters/vp8_bool_decoder.h",
"filters/vp8_parser.cc",
"filters/vp8_parser.h",
+ "filters/vp9_raw_bits_reader.cc",
+ "filters/vp9_raw_bits_reader.h",
"filters/webvtt_util.h",
"filters/wsola_internals.cc",
"filters/wsola_internals.h",
@@ -570,6 +572,7 @@ test("media_unittests") {
"filters/video_renderer_algorithm_unittest.cc",
"filters/vp8_bool_decoder_unittest.cc",
"filters/vp8_parser_unittest.cc",
+ "filters/vp9_raw_bits_reader_unittest.cc",
"formats/common/offset_byte_queue_unittest.cc",
"formats/webm/cluster_builder.cc",
"formats/webm/cluster_builder.h",
« no previous file with comments | « no previous file | media/filters/vp9_raw_bits_reader.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698