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

Unified Diff: chrome/chrome_browser.gypi

Issue 15624003: Validate image files before writing them to media galleries. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 7 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
Index: chrome/chrome_browser.gypi
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index 5e7d64519e7d5903597a1a91683b4ab52eeea28f..c5722a6a60b614c2fb3392913913772415dff801 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -976,6 +976,8 @@
'browser/media_galleries/fileapi/itunes/itunes_file_util.h',
'browser/media_galleries/fileapi/media_file_system_mount_point_provider.cc',
'browser/media_galleries/fileapi/media_file_system_mount_point_provider.h',
+ 'browser/media_galleries/fileapi/media_file_validator_factory.h',
+ 'browser/media_galleries/fileapi/media_file_validator_factory.cc',
'browser/media_galleries/fileapi/media_path_filter.cc',
'browser/media_galleries/fileapi/media_path_filter.h',
'browser/media_galleries/fileapi/mtp_device_file_system_config.h',
@@ -988,6 +990,8 @@
'browser/media_galleries/fileapi/picasa/pmp_constants.h',
'browser/media_galleries/fileapi/picasa/pmp_table_reader.cc',
'browser/media_galleries/fileapi/picasa/pmp_table_reader.h',
+ 'browser/media_galleries/fileapi/supported_image_type_validator.h',
+ 'browser/media_galleries/fileapi/supported_image_type_validator.cc',
'browser/media_galleries/linux/mtp_device_delegate_impl_linux.cc',
'browser/media_galleries/linux/mtp_device_delegate_impl_linux.h',
'browser/media_galleries/linux/mtp_device_object_enumerator.cc',

Powered by Google App Engine
This is Rietveld 408576698