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

Unified Diff: media/media.gyp

Issue 20572004: Add media file validation to utility process (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: nits Created 7 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
« media/base/media_file_checker.cc ('K') | « media/filters/file_data_source.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 b2bde3dc872aebb3e719a9345f9e1390844061c8..19b82793ae6f8446aa4efe4bd977b29d15a6ed60 100644
--- a/media/media.gyp
+++ b/media/media.gyp
@@ -261,6 +261,8 @@
'base/filter_collection.h',
'base/media.cc',
'base/media.h',
+ 'base/media_file_checker.cc',
+ 'base/media_file_checker.h',
'base/media_keys.cc',
'base/media_keys.h',
'base/media_log.cc',
@@ -466,6 +468,8 @@
'sources!': [
'base/container_names.cc',
'base/container_names.h',
+ 'base/media_file_checker.cc',
+ 'base/media_file_checker.h',
'base/media_posix.cc',
'ffmpeg/ffmpeg_common.cc',
'ffmpeg/ffmpeg_common.h',
« media/base/media_file_checker.cc ('K') | « media/filters/file_data_source.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698