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

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: 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
« no previous file with comments | « no previous file | media/filters/ivf_parser.h » ('j') | media/filters/ivf_parser.h » ('J')
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..f432af33126e003cd7a53233ea07c049c92a7b41 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",
« no previous file with comments | « no previous file | media/filters/ivf_parser.h » ('j') | media/filters/ivf_parser.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698