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

Unified Diff: content/content_tests.gypi

Issue 15624003: Validate image files before writing them to media galleries. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address comments and rebase 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: content/content_tests.gypi
diff --git a/content/content_tests.gypi b/content/content_tests.gypi
index c1ad950222767e4be29419f55454e450e70de402..037ec5a93573aa00eceb83ad18fb4017ec7146de 100644
--- a/content/content_tests.gypi
+++ b/content/content_tests.gypi
@@ -139,6 +139,8 @@
# test support target.
'../webkit/appcache/appcache_test_helper.cc',
'../webkit/appcache/appcache_test_helper.h',
+ '../webkit/fileapi/async_file_test_helper.cc',
+ '../webkit/fileapi/async_file_test_helper.h',
],
'conditions': [
['OS == "ios"', {
@@ -468,8 +470,7 @@
'../webkit/dom_storage/dom_storage_database_unittest.cc',
'../webkit/dom_storage/dom_storage_map_unittest.cc',
'../webkit/dom_storage/session_storage_database_unittest.cc',
- '../webkit/fileapi/async_file_test_helper.cc',
- '../webkit/fileapi/async_file_test_helper.h',
+ '../webkit/fileapi/copy_or_move_file_validator_unittest.cc',
Lei Zhang 2013/05/24 22:50:44 file doesn't exist?
vandebo (ex-Chrome) 2013/05/29 06:09:15 Done.
'../webkit/fileapi/external_mount_points_unittest.cc',
'../webkit/fileapi/file_system_context_unittest.cc',
'../webkit/fileapi/file_system_file_stream_reader_unittest.cc',

Powered by Google App Engine
This is Rietveld 408576698