| Index: content/content_tests.gypi
|
| diff --git a/content/content_tests.gypi b/content/content_tests.gypi
|
| index 4c4871db5872eab75e6d770ff9b9c6aa6947dd03..f536455b41a51322720198eb4fde2a20e0c3f4bf 100644
|
| --- a/content/content_tests.gypi
|
| +++ b/content/content_tests.gypi
|
| @@ -466,13 +466,13 @@
|
| '../webkit/chromeos/fileapi/cros_mount_point_provider_unittest.cc',
|
| '../webkit/chromeos/fileapi/file_access_permissions_unittest.cc',
|
| '../webkit/common/database/database_connections_unittest.cc',
|
| + '../webkit/common/fileapi/file_system_util_unittest.cc',
|
| '../webkit/dom_storage/dom_storage_area_unittest.cc',
|
| '../webkit/dom_storage/dom_storage_cached_area_unittest.cc',
|
| '../webkit/dom_storage/dom_storage_context_unittest.cc',
|
| '../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/file_system_util_unittest.cc',
|
| '../webkit/fileapi/syncable/canned_syncable_file_system.cc',
|
| '../webkit/fileapi/syncable/canned_syncable_file_system.h',
|
| '../webkit/fileapi/syncable/file_change_unittest.cc',
|
| @@ -482,7 +482,6 @@
|
| '../webkit/fileapi/syncable/syncable_file_operation_runner_unittest.cc',
|
| '../webkit/fileapi/syncable/syncable_file_system_unittest.cc',
|
| '../webkit/fileapi/syncable/syncable_file_system_util_unittest.cc',
|
| - '../webkit/fileapi/webfilewriter_base_unittest.cc',
|
| '../webkit/glue/cpp_variant_unittest.cc',
|
| '../webkit/glue/glue_serialize_unittest.cc',
|
| '../webkit/glue/multipart_response_delegate_unittest.cc',
|
| @@ -500,6 +499,7 @@
|
| '../webkit/media/webaudiosourceprovider_impl_unittest.cc',
|
| '../webkit/mocks/mock_weburlloader.cc',
|
| '../webkit/mocks/mock_weburlloader.h',
|
| + '../webkit/common/user_agent/user_agent_unittest.cc',
|
| '../webkit/plugins/npapi/plugin_lib_unittest.cc',
|
| '../webkit/plugins/npapi/plugin_list_unittest.cc',
|
| '../webkit/plugins/npapi/plugin_utils_unittest.cc',
|
| @@ -524,7 +524,7 @@
|
| '../webkit/quota/quota_manager_unittest.cc',
|
| '../webkit/quota/quota_temporary_storage_evictor_unittest.cc',
|
| '../webkit/quota/usage_tracker_unittest.cc',
|
| - '../webkit/common/user_agent/user_agent_unittest.cc',
|
| + '../webkit/renderer/fileapi/webfilewriter_base_unittest.cc',
|
| ],
|
| 'conditions': [
|
| ['OS == "ios"', {
|
|
|