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

Unified Diff: media/BUILD.gn

Issue 1269473002: Extract IVF parser from VP8 parser unittest (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix compile 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 | « content/common/gpu/media/video_encode_accelerator_unittest.cc ('k') | media/filters/ivf_parser.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 98250f23af64257da02e40fe78917d1fb6650f02..90c0764f8ed16ccb04269b9a4e7c488c02fc892b 100644
--- a/media/BUILD.gn
+++ b/media/BUILD.gn
@@ -200,6 +200,8 @@ component("media") {
"filters/h264_bit_reader.h",
"filters/h264_parser.cc",
"filters/h264_parser.h",
+ "filters/ivf_parser.cc",
+ "filters/ivf_parser.h",
"filters/jpeg_parser.cc",
"filters/jpeg_parser.h",
"filters/source_buffer_platform.cc",
@@ -550,6 +552,7 @@ test("media_unittests") {
"filters/frame_processor_unittest.cc",
"filters/h264_bit_reader_unittest.cc",
"filters/h264_parser_unittest.cc",
+ "filters/ivf_parser_unittest.cc",
"filters/jpeg_parser_unittest.cc",
"filters/source_buffer_stream_unittest.cc",
"filters/video_cadence_estimator_unittest.cc",
« no previous file with comments | « content/common/gpu/media/video_encode_accelerator_unittest.cc ('k') | media/filters/ivf_parser.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698