| Index: content/content_tests.gypi
|
| diff --git a/content/content_tests.gypi b/content/content_tests.gypi
|
| index 8cfcffc7dc33c162661993c3c9ab9b0b7b8bd6bb..68bbfbed5e8028f9d10b4817351756025f5e8472 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"', {
|
| @@ -451,8 +453,6 @@
|
| '../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',
|
| '../webkit/fileapi/external_mount_points_unittest.cc',
|
| '../webkit/fileapi/file_system_context_unittest.cc',
|
|
|